Difference between revisions of "MC-Basic:CREATEPLSDATA"
m |
|||
Line 1: | Line 1: | ||
− | {{Languages}} | + | {{Languages|MC-Basic:CREATEPLSDATA}} |
{{MC-Basic | {{MC-Basic | ||
|SHORT FORM= | |SHORT FORM= | ||
Line 5: | Line 5: | ||
|SYNTAX= | |SYNTAX= | ||
− | CreatePlsData ''<number of points>'' ''<pls>'' | + | CreatePlsData ''<number of points>'' ''<pls name>'' |
|AVAILABILITY= | |AVAILABILITY= | ||
Line 11: | Line 11: | ||
|DESCRIPTION= | |DESCRIPTION= | ||
− | This command creates a PLS data | + | This command creates a PLS data table for holding the PLS position values. Any existing data associated with the specified PLS is erased and all PLS position data is reset to zero.<br> |
+ | ''<number of points>'' defines the number of rows in the position data table. | ||
|TYPE= | |TYPE= | ||
Line 20: | Line 21: | ||
''<number of points>'': 1 to MaxLong | ''<number of points>'': 1 to MaxLong | ||
− | ''<pls>'': Any name that is not a keyword and is not already given to a variable in the system. | + | ''<pls name>'': Any name that is not a keyword and is not already given to a variable in the system. |
|UNITS= | |UNITS= |
Latest revision as of 13:14, 10 October 2018
Language: | English • 中文(简体) |
---|
This command creates a PLS data table for holding the PLS position values. Any existing data associated with the specified PLS is erased and all PLS position data is reset to zero.
<number of points> defines the number of rows in the position data table.
Short form
CPDat
Syntax
CreatePlsData <number of points> <pls name>
Availability
All versions
Type
<number of points>: Long
<pls>: string
Range
<number of points>: 1 to MaxLong
<pls name>: Any name that is not a keyword and is not already given to a variable in the system.
Scope
Configuration, Task or Terminal
Limitations
- Write only.
- Data cannot be stored while being changed.
- The PLS cannot be enabled while data are being changed.
- The PLS must be declared as PLS.
Examples
CreatePlsData 10 MyPls