MC-Basic:robot.TYPEOF

From SoftMC-Wiki
Revision as of 12:36, 17 January 2011 by Anonymous (talk)
Jump to: navigation, search

Returns the group model:

Available AMCS model codes
namecode
no model-1
Cartesian1
Puma2
No Coupling3
SCARA4
User Defined5
Delta(Flex Picker)6
Traverse Arm (Speed Picker)7
Scissor Kinematics8
Chair Side Engine - 5ON9
Chair Side Engine - 5OFF10
3PPPR11
Lab Side Engine - 5ON12
Lab Side Engine - 5OFF13
Dual Arm14

Syntax

<point_variable> = <robot_name>.typeof

? <robot_name>.typeof

Availability

All versions

Type

Long

Scope

Configuration, Task, Terminal

Examples

-->? Scara.Typeof

-->4

See Also