MC-Basic:ENTRYSTATIONTYPE

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?ESType |AVAILABILITY= Versions AMCS 0.3.7.x and higher |DESCRIPTION= Returns type entry station type value . <br>        1 – Etherne…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Returns type entry station type value .
       1 – Ethernet
       2 – DPRAM
       3 – Virtual Entry Station
       4 – Etherent2

Systems with FPGA version 8.51, firmware 4.0.0 and higher support IP-over DPRAM, hence entrystation type will be either 1 or 4.

Syntax

?ESType

Availability

Versions AMCS 0.3.7.x and higher

Type

Long

Range

1 to 4

Scope

Configuration, Task, Terminal

Limitations

Read Only

Examples

-->?ESTYPE

1

See Also