Difference between revisions of "MC-Basic:SETENTRYPRIORITY"

From SoftMC-Wiki
Jump to: navigation, search
m (Text replace - "Versions 3.7.x and higher" to "Since Version 3.7.x")
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{Languages|MC-Basic:SETENTRYPRIORITY}}
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 4: Line 5:
  
 
|SYNTAX=
 
|SYNTAX=
SETEP  Type = <''entry station type value''> Priority = ''<priority value>''
+
SETEP  Type = <''entry station type value''> Priority = <''priority value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=
Line 21: Line 22:
 
|RANGE=
 
|RANGE=
 
<''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<br>
 
 
 
5 – Etherent3
 
5 – Etherent3
  
Line 49: Line 48:
  
 
|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:GETENTRYPRIORITY|GETENTRYPRIORITY]]
+
* [[MC-Basic:GETENTRYPRIORITY|GETENTRYPRIORITY]]
* [[Axystems:MC-Basic:RESETENTRYSTATION|RESETENTRYSTATION]]
+
* [[MC-Basic:RESETENTRYSTATION|RESETENTRYSTATION]]
  
  
 
}}
 
}}

Latest revision as of 05:32, 28 April 2017

Language: English  • 中文(简体)‎

Sets the priority of the specified entry station . Recommended values are 2 to 16.

IMPORTANT.svgIMPORTANT
Even if entry station priority is set below default (2). Operating system’sTCP/ IP stack is still running at priority 2.

Short form

SETEP

Syntax

SETEP  Type = <entry station type value> Priority = <priority value>

Availability

Since Version 3.7.x

Type

<entry station type value> :          Long

<priority value> :                          Long

Range

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

<priority value> ::                        1 to 16

Default

<priority value> :              2

Scope

Configuration, Task, Terminal

Examples

-->setep type = 1 priority = 3

-->?getentrypriority(1)

3

See Also