FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

running LV application from remote panel which measures FP through different LAN

My LabVIEW application is running in a PC and it takes measurements from the FieldPoint modules which are connected via the FP-1601 network module.

I want to view and execute the application from another PC using remote panel option. The master PC has two LAN connections, one seperate connection for the FieldPoint module and the second one to connect with other PCs.

But the application returns error while initializing the FP modules when executed from remote panel.


Will the application be able to communicate and take measurements from the FieldPoint module in this case? Please explain.



Thanks for the help and awaiting earlier response.

Thank you,
Rajeswari
0 Kudos
Message 1 of 2
(3,029 Views)
In principle this I believe this is a TCP/IP routing issue.

If your fieldpoint unit is connected to one card lets say
Card 01 Host 10.0.0.1 255.255.255.0 ---- Fieldpoint 10.0.0.2 255.255.255.0
Card 02 Host 168.95.0.1 255.255.0.0 ---- Lan 168.95.x.x 255.255.0.0

The routing in the host takes care of which card is used for which network segment.

My guess is that you have not seperated the network segments as shown above.

Is this correct ?
0 Kudos
Message 2 of 2
(3,021 Views)