Jump to content

piZviZ

Members
  • Posts

    22
  • Joined

  • Last visited

Posts posted by piZviZ

  1. I have a LabVIEW based application for Vision inspection system. My application consist of acquisition from  6 cameras. 

    My question is which solution is good

    1. 6 Cameras connected to single PC1

    or

    2. 3 Cameras connected to PC1 and other 3 cameras connected to PC2

    Brief explanation on your answer is appreciated

  2. Great !!!

    I am able to get title of active window (Didn't try with client's scada app.).Is it possible to get title of background or hidden window ?

    Once popup window comes and I got title of  window ,Can you tell me how to reach string field and enter report name and then press enter?I think it is possible using simulating keyboard.

    Thanks ...

    • Like 1
  3. Our client having Scada based exe application (Non LabVIEW exe.).This application gives popup for saving pdf report file,So they need to write name of report every time.They don't have source code of this application.Now, they want to do automation in this. Whenever this application gives pop up for report name  it should be automatically name by external labview application.

    How it is possible using ActiveX?How to create ActiveX object for this Scada based exe? or any other ways to do this things are most welcomes .

     

    • Like 1
  4. In my project i have 2 task

     

    (1).Read data of sensor (attached to arduino board) serially  and display on LabVIEW.

    (2).Control output(just ON-OFF) pins of arduino using LabVIEW.

     

     

    So,for that i am using TAB in labview.created 2 TAB called Oscillospe and Input.

     

    If i first start Oscilloscope it work well.

    But when i come to Oscilloscope tab after using Input tab.

     

    It gives Time out error (VISA read)

     

    If i am executing in Highlight mode it works well

     

    tab--event.vi

  5. Look at attach image i am able to load program into Avr controller using labview.Now i am trying to load program over internet remotely .Now when i am trying to load program over internet i am giving path into LOAD HEX button.But this path is consider as server path..

     

    How i can transfer HEX file from client side to server side from browser..

     

    I am using webserver.

     

    I heard that data socket protocol is used to transfer data.But how to use it in webserver??  

    post-52604-0-68722100-1416972971_thumb.j

  6. I am able to read HEX file into Labview using read from Text file..I am getting data into labview in terms of string.

     

    Problem =>  Now i want to load this HEX file into microcontroller using VISA-rs232 .Is it require to further conversion or i can load HEX file(in form of string) directly into microcontroller ?

    rs232.vi

  7. I want to make project Virtual Lab....In this project hardware kit(AVR kit) is connected to college PC.But student can program it from its home via internet.  So it is require that  ,Student can load there HEX file into controller from far end.Further more camera is attached to college PC which adhere to hardware kit.So,student can analyze whats going on...Other good idea regarding this project is appreciate...

     

    After lots of search i came to know that i can program AVR controller using VISA serial  in labview ..Is it true?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.