LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

VI logic issue

currently i am interfacing fluke 8845A DMM using RS-232 connection with labview.

manually i made a VI file for selecting one of the four voltage lines and read the voltage amplitude by running the VI after clicking on the "measure" button/ switch. the problem is that after reading the value from DMM, VI stops and i wish to run it continuously to measure after selecting another line while running. please suggest an idea. i am new to labview.  thanks in advance...

0 Kudos
Message 1 of 4
(2,586 Views)

Hallo dhaval.isro

 


I would say just put your code in an eventstructure within a while loop. Every time you click the switch you can recieve values from the DMM. The while loop keeps your VI running. Fore more information or suggestions regarding your problem it could be better when you upload you code.

 

regards

Tobias

0 Kudos
Message 2 of 4
(2,575 Views)

Hello

I recommend you to check the following link: Execution Structures in NI LabVIEW

Check these pictures also.

while.png while-loop.png

 

I hope this helps you.

Regards 😄

Mondoni
0 Kudos
Message 3 of 4
(2,565 Views)

thank you so much friend... have a nice day...

0 Kudos
Message 4 of 4
(2,529 Views)