Difference between revisions of "MC-Basic:RESETENTRYSTATION"

From SoftMC-Wiki
Jump to: navigation, search
(Created page with '{{MC-Basic |SHORT FORM= RESE |SYNTAX= RESETENTRYSTATION  Type = <''entry station type value''> |AVAILABILITY= Versions 3.7.x and higher |DESCRIPTION= Stops endless loop in th…')
 
m (1 revision)
(No difference)

Revision as of 16:10, 13 December 2010

Stops endless loop in the specified entry station .

Short form

RESE

Syntax

RESETENTRYSTATION  Type = <entry station type value>

Availability

Versions 3.7.x and higher

Type

<entry station type value> :          Long

Range

<entry station type value> :          1 – Ethernet
                                                       2 – DPRAM
                                                       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