Difference between revisions of "MC-Basic:RESETENTRYSTATION"

From SoftMC-Wiki
Jump to: navigation, search
Line 36: Line 36:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
+
* [[MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
 
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
 
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
 
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
 
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]

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