Difference between revisions of "MC-Basic:NOOFCOORDINATES"
(Added links) |
|||
Line 45: | Line 45: | ||
− | + | [[Category:Axystems:MC-Basic:Points Handling|NOOFCOORDINATES]] | |
}} | }} |
Revision as of 12:11, 18 March 2014
Returns the number of coordinates of a point.
Syntax
<long_variable> = noofcoordinates (<point_expression>)
Availability
Version 4.9.11 and up.
Type
Long
Scope
Configuration, Task, Terminal
Examples
LongVar = NOOFCOORDINATES(#{0.0, 10.0, 20.0}) ? NOOFCOORDINATES(JointVar) LongVar = NOOFCOORDINATES(Robot.PCMD)