Measurement Computing DaqView User Manual
Page 84

vxl-10 ViewXL
987691
Software Reference
3. Inside the Macro (between the Sub and End Sub lines) type in the string "viewxl.interface"
(see following figure). As you type the Period character after the word "interface" you will see a
list pop-up that shows the ViewXL Add-In functions.
4. Select "vxlLoadConfigFile" from the list.
GetData Macro
5. Enter a Blank Space after the macro and enter the name of the configuration file.
In this case we will use "exceltest.cfg" as indicated in the following figure.
Sub GetData()
VIEWXL.Interface.vxlLoadConfigFile “exceltest.cfg”
VIEWXL.Interface.vxlArmServer
End Sub
Entering “exceltest.cfg” as the Configuration File Name
6. Finally, add a call to the "vxlArmServer" function.
When done, your macro should look like the one shown above.
At this point you can return to the Macro dialog box and Run your "GetData" macro.