FieldPoint Family

cancel
Showing results for 
Search instead for 
Did you mean: 

Programmatically Probing for Network Controllers

I am writing an application to assist field users configuring a Compact Field Point controller. I would like to probe the network for available RT devices. I did find a llb for lv 6.1, however it was locked and I could not see the source. Does anyone know how to do this ?
0 Kudos
Message 1 of 3
(3,376 Views)
LV 7 RT has 'RT Ping Network Controllers.vi' which will return an array of IP, MAC, network module type, etc. for each unit it finds on the network. Note that the help indicates it will also return the serial number, which is incorrect.

We've looked at doing it in 6.1 and as far as I can tell the only way is to sniff the protocol and duplicate the UDP sequence.

Matt
Message 2 of 3
(3,376 Views)
Found it...thanx for the help. It looks like the same implementation as the LV6.1 llb, and it still password protects the block diagram. Would have been nice to see what goes on behind the scenes.

-Jason
0 Kudos
Message 3 of 3
(3,376 Views)