LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help With Control Scheme

This will allow you to send different commands if you want to create a command sequence:

untitled.PNG

 

If all you want to do is send the same command a number of times, leave the command inside as you did before, and wire the number of iterations to the N terminal.  The way you were using your while loop with a FALSE constant wired to the STOP control was not a good idea.  Also notice I close the VISA session to reclaim the resources and added error handling.  BTW, good job!  Serial port communication is often a frustrating task.

LabVIEW Pro Dev & Measurement Studio Pro (VS Pro) 2019
Message 21 of 22
(269 Views)

This will work great!! All of the structures can get confusing... thanks for helping me with the format!!! Really appreciate everything!!

0 Kudos
Message 22 of 22
(249 Views)