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

Script language
Table of Contents

Advertisement

APPENDIX D – Obsolete Features
Graph Commands
ClearGraph
Syntax
returnstate = ClearGraph("graphid", "pagename")
Remarks
Argument
returnstate
graphid
pagename
Typical Examples
ClearGraph("Graph_1", "TestPage1")
The trend or scatter graph on 'TestPage1' with the identifier 'Graph_1' has its data cleared.
ClearGraph ("Graph_2")
The trend or scatter graph on the current page, with the identifier 'Graph_2', has its data cleared.
StartGraph
Syntax
returnstate = StartGraph("graphid", "pagename")
Remarks
Argument
returnstate
graphid
pagename
Typical Examples
StartGraph("Graph_1", "TestPage1")
The trend or scatter graph on 'TestPage1' with the identifier 'Graph_1' has its data logging started.
StartGraph("Graph_2")
Page 162
Type
bool
Returnstate is '1' if the function is successful, or '0' otherwise.
string
The identifier of the trend or scatter graph to be cleared.
string
Optional parameter indicating the name of the page that the
graph is on.
Type
bool
Returnstate is '1' if the function is successful, or '0' otherwise.
string
The identifier of the trend or scatter graph to be started.
string
Optional parameter indicating the name of the page that the
graph is on.
Description
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