Difference between revisions of "MC-Basic:GETENTRYPRIORITY"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Versions AMCS 0.3.7.x and higher" to "Since Version 3.7.x")
 
(6 intermediate revisions by 2 users not shown)
Line 23: Line 23:
  
 
<''entry station type value''> :          1 – Ethernet<br>
 
<''entry station type value''> :          1 – Ethernet<br>
                                                       2 – DPRAM<br>
 
 
                                                       3 – Virtual Entry Station<br>
 
                                                       3 – Virtual Entry Station<br>
 
                                                       4 – Etherent2
 
                                                       4 – Etherent2
  
5 – Etherent3Units       N/A
+
5 – Etherent3
 +
      
 +
|UNITS= N/A
  
|UNITS=
 
  
  
Line 47: Line 47:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
+
* [[MC-Basic:REDIRECTSTDOUT|REDIRECTSTDOUT]]
* [[Axystems:MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
+
* [[MC-Basic:ENTRYSTATIONTYPE|ENTRYSTATIONTYPE]]
* [[Axystems:MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
+
* [[MC-Basic:SETENTRYPRIORITY|SETENTRYPRIORITY]]
* [[Axystems:MC-Basic:RESETENTRYSTATION|RESETENTRYSTATION]]
+
* [[MC-Basic:RESETENTRYSTATION|RESETENTRYSTATION]]
  
  
 
}}
 
}}

Latest revision as of 08:40, 22 May 2014

Returns the priority value  of the specified entry station .

Short form

GETEP

Syntax

?GETEP ( <entry station type value> )

Availability

Since Version 3.7.x

Type

returned  value :                            Long

<entry station type value> :          Long

Range

returned  value :                            1 to 16

<entry station type value> :          1 – Ethernet
                                                       3 – Virtual Entry Station
                                                       4 – Etherent2

5 – Etherent3       

Units

N/A

Scope

Task, Terminal

Limitations

Read Only

Examples

-->?getentrypriority(1)

1

See Also