Difference between revisions of "MC-Basic:ESTOKENCOUNT"
Line 20: | Line 20: | ||
|RANGE= | |RANGE= | ||
− | 1 | + | 1, 3, 4 |
|UNITS= | |UNITS= |
Revision as of 14:41, 9 April 2014
Returns number of tokens (byte-codes) executed by Interpreter since its invocation. This command is used for diagnostics, like detection of endless loops in entry station context.
1 – Ethernet
3 – Virtual Entry Station
4 – Ethernet2
Syntax
? ESTokenCount
Availability
Since Version 4.5.28
Type
Long
Range
1, 3, 4
Scope
Configuration, Task, Terminal
Limitations
Read Only.
ESTokenCount will return error 5029 ("No such device") for inactive entry station.
Examples
-->?ESTokenCount(1)
4
-->?ESTokenCount(2)
Error: 5029, "No such device.", Task: ,ESEthern0, Line: 1, Module: Entry_Station