Difference between revisions of "MC-Basic:RESETENTRYSTATION"

From SoftMC-Wiki
Jump to: navigation, search
m (Miborich moved page Axystems:MC-Basic:RESETENTRYSTATION to MC-Basic:RESETENTRYSTATION: Global renaming of Axystems: namespace into (Main):)
Line 39: Line 39:
 
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
 
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
 
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
 
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
+
* [[MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
  
  
 
}}
 
}}

Revision as of 08:40, 22 May 2014

Stops endless loop in the specified entry station .

Short form

RESE

Syntax

RESETENTRYSTATION  Type = <entry station type value>

Availability

Since Version 3.7.x

Type

<entry station type value> :          Long

Range

<entry station type value> :      1 – Ethernet
                                           3 – Virtual Entry Station
                                           4 – Etherent2

Scope

Task, Terminal

Limitations

Write only. Designed solely to break endless loop, which can take place in library function directly called from command line. Useless in other cases.

Examples

-->resetentrystation type = 1

See Also