LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Serial communication

Solved!
Go to solution

Serial communication established between LabVIEW and Eurotherm, ViCi injection valve and 5 Bronkhorst mass flow controller. Each of those has a different communication protocol. I have made separate 3 LabVIEW Vis. I am trying to merge them in one vi, I did that by copy-paste vis in one, but the system starts to be slow and sometimes it gets stuck. My question is, how to merge all the vis while the system still runs fast?

0 Kudos
Message 1 of 2
(2,033 Views)
Solution
Accepted by Humaid93

Hi Humaid,

 

put your 3 separate VIs as subVIs into a main VI. No need to copy&paste code…

 

(I hope you are using different serial ports for those devices/protocols!?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 2
(2,029 Views)