Hello,
The reset button on the SCXI-1000 chassis and the Device Reset.vi in Traditional NI-DAQ have slightly different behavior. The reset button is going to reinitializes slot 0 and all modules to their power-on state when pressed. Device Reset.vi, when used with a task ID has the same result as calling the control VI for that function with control code set to clear. Resetting the entire device will cause LabVIEW to clear all tasks and change all device settings to their default values.
In order to do what you want to do, you will have to call the Device Reset.vi with the correct SCXI device string attached to the Device String input. To reset an entire SCXI chassis, wire 'SCx', where x is your chassis ID, into the Device String input.
This information can
be found in the LabVIEW Help for this particular VI. You can get to it by either clicking on 'Click Here for More Help' in the LabVIEW Context Help window, or by going to Help > VI, Function & How-to Help and searching for the VI. Good luck.
Jared A.
National Instruments