Object Model - Report Contents of Object?
-
Hi All,
Is there a way to report the contents of an object?
eg:
echo move.axes[2].machinePosition
...in the terminal reports the current position.
Whereas:
echo move.axes[2]
...just responds "{object}".
How do I find a list of keys for data held within an object?
Thanks!
-
@doctrucker you can send this command to see the whole object:
M409 k"move.axes[2]"
Or you can use the Object Model browser in DWC.
-
@dc42 thank you!
-
undefined DocTrucker referenced this topic
-
undefined DocTrucker referenced this topic
-
undefined DocTrucker referenced this topic