Difference between revisions of "MC-Basic:RESETENTRYSTATION"

From SoftMC-Wiki
Jump to: navigation, search
Line 38: Line 38:
 
* [[Axystems:MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
 
* [[Axystems:MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
 
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
 
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
* [[Axystems:MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
+
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
 
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
 
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
  
  
 
}}
 
}}

Revision as of 08:37, 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