11-03-2020 07:27 PM
Hi,
I have a labview project which includes 3 compactrio.
Say Crio1, Crio2, Crio3. Under each Crio, there are multiple I/O modules.
I create a realtime VI say crioVI1 under Crio1.
My question is if I can place any I/O variable from crio2 I/O modules into crioVI1? The layout is attached
Will any problem to do that?
11-04-2020 01:50 AM
Hi pittlei,
@pittlei wrote:
My question is if I can place any I/O variable from crio2 I/O modules into crioVI1?
Will any problem to do that?
Those IO variables are tied to real hardware in the specific cRIO.
Moving the VI from one cRIO target to the other is possible, but most often you will need to retarget the IO variables to the new hardware items. (When the new target uses the very same hardware with the very same labels you might get luck to go on without re-targeting the IO variables…)