Difference between revisions of "MC-Basic:SYSTEM.PIPEMODE"
m (Miborich moved page Axystems:MC-Basic:SYSTEM.PIPEMODE to MC-Basic:SYSTEM.PIPEMODE: Global renaming of Axystems: namespace into (Main):) |
m |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{Languages|MC-Basic:SYSTEM.PIPEMODE}} | ||
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 16: | Line 17: | ||
0 – Pipe mode is inactive | 0 – Pipe mode is inactive | ||
− | 1 – Position pipe-mode is active. Sys.HostDouble[1]…Sys.HostDouble[ | + | 1 – Position pipe-mode is active. Sys.HostDouble[1]…Sys.HostDouble[128] contain position commands for the respective axes. |
− | 2 – Position & Velocity pipe-mode is active. Sys.HostDouble[1]…Sys.HostDouble[ | + | 2 – Position & Velocity pipe-mode is active. Sys.HostDouble[1]…Sys.HostDouble[128] contain position and velocity commands for the respective axes. |
− | Sys. | + | 3 - Velocity-only pipe-mode. Sys.HostDouble[1]…Sys.HostDouble[128] contain velocity commands for the respective axes. |
− | Sys. | + | 4 - TORQ-only pipe-mode. Sys.HostDouble[1]…Sys.HostDouble[128] contain torq commands for the respective axes. |
− | |||
− | |||
− | |||
− | |||
− | |||
Line 35: | Line 31: | ||
|RANGE= | |RANGE= | ||
− | 0 , 1 or | + | 0 , 1, 2, 3 or 4 |
|UNITS= | |UNITS= | ||
Line 56: | Line 52: | ||
|SEE ALSO= | |SEE ALSO= | ||
− | * [[ | + | * [[MC-Basic:axis.PIPEMODE|axis.PIPEMODE]] |
− | [[Category | + | [[Category:Obsolete|SYSTEM.PIPEMODE]] |
+ | [[Category:MC-Basic:System|MC-Basic:System]] | ||
}} | }} |
Latest revision as of 12:18, 12 June 2017
Language: | English • 中文(简体) |
---|
This property defines motion pipe mode type. Pipe mode types:
0 – Pipe mode is inactive
1 – Position pipe-mode is active. Sys.HostDouble[1]…Sys.HostDouble[128] contain position commands for the respective axes.
2 – Position & Velocity pipe-mode is active. Sys.HostDouble[1]…Sys.HostDouble[128] contain position and velocity commands for the respective axes.
3 - Velocity-only pipe-mode. Sys.HostDouble[1]…Sys.HostDouble[128] contain velocity commands for the respective axes.
4 - TORQ-only pipe-mode. Sys.HostDouble[1]…Sys.HostDouble[128] contain torq commands for the respective axes.
Short form
Sys.PMode
Syntax
Sys.PMode = <expression>
? Sys.PMode
Availability
Since Version 3.6.20
Type
Long
Range
0 , 1, 2, 3 or 4
Default
0
Scope
Config, Task or Terminal
Limitations
- Engaging sys.pipemode (1 or 2) is not allowed during motion. To leave pipemode, all axes pipemode property must be off.
- Read only
Examples
Sys.PMode = 1
?Sys.PMode