Omron CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 Reference Manual page 121

Script language
Table of Contents

Advertisement

CHAPTER 6 – Functions and Methods
ItemList[0] = "Altitude"
ItemList[1] = "Fuel"
ItemList[2] = "Burning"
ItemList[3] = "List"
ItemList[4] = "Group 1"
ExportAndViewLog("Balloon", ItemList, "CSV-BDTM", 0, "output")
All these commands will export all the data in the specified file, for the named data set to the named
output file, in the format specified.
OpenLogFile
Syntax
returnstate = OpenLogFile("datasetname")
or
returnstate = OpenLogFile("databaselink")
Remarks
Argument
returnstate
datasetname
databaselink
Typical Example
OpenLogFile("Balloon")
This command will open the log file, ready to start logging. As the function is disk intensive it
should not be called frequently.
OpenLogView
Syntax
OpenLogView("datasetname", "item list", sessionfile)
or
OpenLogView("datasetname", TextArray, sessionfile)
Page 108
Type
bool
Optional. 1 if the function is successful otherwise 0
text
Name of Data Set to open as text point or constant.
text
Name of Database link to open as text point or constant.
Description
Revision 2.0
OMRON

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the CX-SUPERVISOR - SCRIPT REFERENCE REV2.0 and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Cx-supervisor 2.0

Table of Contents