6/28/2013 2:32 PM | |
Joined: 10/27/2009 Last visit: 3/15/2024 Posts: 455 Rating: (77) |
first of all You have to enable the function in the CNC (to get the drive related values): modify the axis machine parameter 36730$MA_DRIVE_SIGNAL_TRACKING to "1" and execute a NCK-Reset (PowerOn) To read the values You have to create a functionality inside Your application to read the needed value AND to write these values anywhere. Usually it's useful to useSYNACT therefore. e.g: .. ID=1 $R[0]=$AA_POWER[X1] ; writing every IPO-cycle the "X1-axis power" into R0 ... replacing the "$R[0]" by another variable is possible as well - just make sure the variablecan be used in coordination with SYNACT (see documentation) |
hope that helps |
|
Follow us on