Difference between revisions of "MC-Basic:SETENTRYPRIORITY"
m (1 revision) |
m (note template) |
||
Line 12: | Line 12: | ||
Sets the priority of the specified entry station . Recommended values are 2 to 16. | Sets the priority of the specified entry station . Recommended values are 2 to 16. | ||
− | + | {{Note/Important|Even if entry station priority is set below default (2). Operating system’sTCP/ IP stack is still running at priority 2.}} | |
|TYPE= | |TYPE= |
Revision as of 17:47, 13 December 2010
Sets the priority of the specified entry station . Recommended values are 2 to 16.
IMPORTANT | |
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
Versions 3.7.x and higher
Type
<entry station type value> : Long
<priority value> : Long
Range
<entry station type value> : 1 – Ethernet
2 – DPRAM
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