Difference between revisions of "MC-Basic:RESETENTRYSTATION"

From SoftMC-Wiki
Jump to: navigation, search
Line 16: Line 16:
  
 
|RANGE=
 
|RANGE=
<''entry station type value''> :       1 – Ethernet<br>
+
<''entry station type value''> :      1 – Ethernet<br>
 
                                                      3 – Virtual Entry Station<br>
 
                                                      3 – Virtual Entry Station<br>
 
                                                      4 – Etherent2
 
                                                      4 – Etherent2

Revision as of 14:35, 9 April 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