03-31-2016 01:59 PM
I'm trying to restart a real-time target, similar to what is described here, in LabVIEW 2014:
http://digital.ni.com/public.nsf/allkb/DFD8CB158F30788D86256E6A00755495
As it is mentioned in this page, in LV 2009 - 2011 I could use the RT Restart Target.vi and the IP address of the target. In LV 2012, however, we need to first initialize a session. My question is how can I programmetically initialize a session when I only know the IP address of the target?
Thanks
03-31-2016 02:29 PM
04-01-2016 04:38 PM
While I try to connect to a NI-CVS-1458RT the way you mentioned, I get this error message:
Error Code: -2147220621: nisyscfg.lvlib:Initialize (Helper).vi:3930001<APPEND>
<b>Complete call chain:</b>
nisyscfg.lvlib:Initialize (Helper).vi:3930001
nisyscfg.lvlib:Initialize Session.vi:1230001
Restart CVS.vi
Restart CVS is the name of my VI.
04-01-2016 05:01 PM
Can you scan network with find sistem vi and then manually set sys name for test init session method?
04-04-2016 04:20 PM
I am trying to use Find Systems.vi to find the CVS. One of the inputs is "Device Class". According to help, "specifies the type of device for which you are searching. Common values are PXI and cRIO". What is the device class for CVS.
Spoiler Alert: "CVS" doesn't work!