NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I reset instruments like ResMan in my Operato Interface

I have a requirement to be able to reset all of my instruments from within my LabWindows Operator Interface each time a user logs in.

I know where to put the code, I just need to know what to put there. I've had NiSpy active while ResMan is running, but I don't see any activity.

Can anyone help?
0 Kudos
Message 1 of 3
(3,080 Views)
Hi hurst,

If you want to actually reset all of the devices, you could call the AssertSysReset function, which asserts the SysReset line. This may work, depending on your devices. The VXI spec does not require that devices recognize this line, but some do. The only way to ensure that the devices are reset is to reboot the whole chassis, in which case you will have to run Resman again.

Hope this helps!

john
Applications Engineer
0 Kudos
Message 2 of 3
(3,052 Views)
Hi,

Probably, the place to do it would be the FrontEndCallback.seq, in the LoginLogout sequence after the Login step.

You will have to change the Post Action on the Login step, otherwise you new step(s) will not get executed.

Regards
Ray Farmer
Regards
Ray Farmer
0 Kudos
Message 3 of 3
(3,050 Views)