OMRON
APPENDIX D – Obsolete Features
Revision 2.0
Page 163
The trend or scatter graph on the current page with the identifier ‘Graph_2’ has its data logging
started.
Note:
This command is provided for compatibility with SCS v2.0 applications. For newer
applications the data logging facilities should be used in preference.
StopGraph
Syntax
returnstate = StopGraph(“graphid”, “pagename”)
Remarks
Argument Type
Description
returnstate
bool
Returnstate
is ‘1’ if the function is successful, or ‘0’ otherwise.
graphid
string
The identifier of the trend or scatter graph to be stopped.
pagename
string
Optional
parameter indicating the name of the page that the
graph is on.
Typical Examples
StopGraph(“Graph_1”, “TestPage1”)
The trend or scatter graph on ‘TestPage1’ with the identifier ‘Graph_1’ has its data logging stopped.
StopGraph(“Graph_2”)
The trend or scatter graph on the current page with the identifier ‘Graph_2’ has its data logging
stopped.
EditGraph
Syntax
returnstate = EditGraph(“graphid”)
Remarks
Argument Type
Description
returnstate
bool
Returnstate
is ‘1’ if the function is successful, or ‘0’ otherwise.
graphid
string
The identifier of the trend graph to be edited.
Typical Example
EditGraph(“Graph_1”)
The Edit Graph dialog is displayed offering options to view historical data for the chosen trend graph.
Содержание CX-SUPERVISOR - SCRIPT REFERENCE REV2.0
Страница 2: ...CX Supervisor Script Language Software Revision 2 0...
Страница 3: ......
Страница 5: ...CX Supervisor Script Language OMRON Page ii Revision 2 0...
Страница 7: ...CX Supervisor Script Language OMRON Page iv Revision 2 0...
Страница 9: ...CX Supervisor Script Language OMRON Page vi Revision 2 0...
Страница 13: ......
Страница 15: ...CHAPTER 1 Introduction OMRON Page 2 Revision 2 0...
Страница 19: ...CHAPTER 2 Expressions OMRON Page 6 Revision 2 0...
Страница 21: ...CHAPTER 3 Scripts OMRON Page 8 Revision 2 0...
Страница 151: ...CHAPTER 8 Colour Palette OMRON Page 138 Revision 2 0...