Switch Hardware and Software

cancel
Showing results for 
Search instead for 
Did you mean: 

Back up switch routes

What are the steps needed to revert my NISE routes back to a previous known good configuration? Is there an automated way to back up switch routes? I don't want to have to run the Excel macro every day.

kph
0 Kudos
Message 1 of 2
(5,955 Views)

kph:

To back up and restore a virtual device programmatically, call the niseCfg_Export() and niseCfg_Import() methods.

These are available in LabVIEW under the Measurement I/O -> SwitchExecutive -> Configuration palette.  If the palette doesn't exist, be sure to select LabVIEW support on install.  If not, rerun the NI Switch Executive installer.

For C, they are in C:\Program Files\National Instruments\Switch Executive\API\C\nise.h.  If this doesn't exist, be sure to select C/C++ Support on install.  If not, rerun the NI Switch Executive installer.

Brian

 

0 Kudos
Message 2 of 2
(5,952 Views)