|
|
Front Panel -- of main.vi --
This is a main panel which can be used to access each of the modules included in the sample application.
Each of the modules is independent and can be controlled from their own front panels, for example you
can load the RunOrStop.vi into LabView, click it's "Run" button and providing you have
a Model 201 connected and are connected to COM-1 the device will start scanning and writing it's data
to a log file, "ScanLog_x.txt" without any further interraction. However, it will continue to write to
that file until you click the "Stop" button or exit the application. The data can also be written to memory
which the application can read from in order to display the data on the screen - as a graph for example.
To set the data logging method, simply make a call to
EX_SetDataLogOptions .
Shown in the panel above, channel 7 was selected and then the "GetOneVoltage" button was pressed with the
results being shown in the box as "-0.00001". Since the setting of the channel was the first command issued,
and automatic
sign on was performed by the DLL.
|
|