LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Field Point: Using Multiple FP-TC-120

I'm fairly new to this. I've used the example fp_tc_120.vi to get started. But now I'm trying to read in from two FP-TC-120 units.

There is a note saying: "Use only one FP Open passing the FP refnum thoughout your VIs. Use only one FP Close to shutdown your entire FieldPoint session."

How would I go about reading from the two units if I can only pass one refnum? Thanks in advanced.
0 Kudos
Message 1 of 4
(2,583 Views)
Please move this thread to the Field Point section.
0 Kudos
Message 2 of 4
(2,571 Views)
I'm not sure which LV or FieldPoint Version you have. I habe FP 4.1 with LV 7.1.1.

The help here is more precise. Meant is that you should open one iak-File only with one FP Open call. Then you should use the Refnum in your program.

The iak-File is created using MAX. A iak-File is the representation of your FieldPoint hardware. Since you have two TC-120 units you have these in your iak-File. They have two different modul adresses.

Look into the picture about how to organize your programm flow.
Waldemar

Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions
Message 3 of 4
(2,560 Views)
Thanks. The flow chart helps explain it.

We're still using the older version of LabView; v6.1.
0 Kudos
Message 4 of 4
(2,553 Views)