07-07-2021 02:45 PM
I'm wondering if you can run two VI's (from different LabVIEW projects or on the same project) at the same time on the same computer that are both using modules on the same cRIO 9056?
1. Say you have have four 9870 modules in the RIO, can one VI utilize two and the other VI utilize the other two 9870's?
2. Can one VI use two of the serial ports on a 9870, and can the other VI use the other two ports on a single 9870?
If one or both of these above scenarios work, can the VI's be on separate LabVIEW projects with the same cRIO as a target, or would they need to be on the same project?
Thanks in advance for your answers!
Solved! Go to Solution.
07-07-2021 03:44 PM
07-07-2021 04:25 PM
Thank you for your answer, Gerd!
If I could ask two quick follow ups at the risk of being a bit redundant,
1. Can the above scenario/setup work for more than 2 VI's, say 3 or 4, as long as there are open VISA resource names not being used by other VI's?
2. Will a 9209 module also work with multiple VI's at the same time? So VI 1 can read a few differential pairs, and VI 2 can read a few other differential pairs, and maybe VI 3 reads the rest of the differential pairs?
Just trying to better understand capabilities.
Thanks,
07-08-2021 12:28 AM - edited 07-08-2021 12:28 AM
Hi Nadweb,
@Nadweb wrote:
1. Can the above scenario/setup work for more than 2 VI's, say 3 or 4, as long as there are open VISA resource names not being used by other VI's?
2. Will a 9209 module also work with multiple VI's at the same time? So VI 1 can read a few differential pairs, and VI 2 can read a few other differential pairs, and maybe VI 3 reads the rest of the differential pairs?
07-08-2021 10:46 AM
Thank you for the help Gerd!! That all makes sense.