Difference between revisions of "MC-Basic:ENTRYSTATIONTYPE"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Versions AMCS 0.3.7.x and higher" to "Since Version 3.7.x")
 
(7 intermediate revisions by 3 users not shown)
Line 11: Line 11:
 
|DESCRIPTION=
 
|DESCRIPTION=
 
Returns type entry station type value . <br>
 
Returns type entry station type value . <br>
       1 – Ethernet<br>
+
       1 & 4 (Alternating)– Ethernet on port 5001<br>
       2 – DPRAM<br>
+
       2 – Ethernet on port 5003<br>
 
       3 – Virtual Entry Station<br>
 
       3 – Virtual Entry Station<br>
       4 Etherent2
+
       5 Etherent on port 5004<br>
 
 
{{Note/Important|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.}}
 
  
 
|TYPE=
 
|TYPE=
Line 22: Line 20:
  
 
|RANGE=
 
|RANGE=
1 to 4
+
1, 3, 4, 5
  
 
|UNITS=
 
|UNITS=
Line 42: Line 40:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
+
* [[MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
* [[Axystems:MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
+
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
+
* [[MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
  
  
 
}}
 
}}

Latest revision as of 13:11, 4 November 2015

Returns type entry station type value .
       1 & 4 (Alternating)– Ethernet on port 5001
       2 – Ethernet on port 5003
       3 – Virtual Entry Station
       5 – Etherent on port 5004

Syntax

?ESType

Availability

Since Version 3.7.x

Type

Long

Range

1, 3, 4, 5

Scope

Configuration, Task, Terminal

Limitations

Read Only

Examples

-->?ESTYPE

1

See Also