cpm Posted January 20, 2017 Share Posted January 20, 2017 Where can I find the address of the data from the result of the MOVETIME command? I would like to define an M-variable and query it to display in an application. Link to comment Share on other sites More sharing options...
steve.milici Posted January 23, 2017 Share Posted January 23, 2017 Use the suggested M-variable definitions for the "Coordinate System Timers" Coordinate System 1 (&1) Timers M5111->X:$002015,0,24,S ; &1 Isx11 timer (for synchronous assignment) M5112->Y:$002015,0,24,S ; &1 Isx12 timer (for synchronous assignment) Coordinate System 2 (&2) Timers M5211->X:$002115,0,24,S ; &2 Isx11 timer (for synchronous assignment) M5212->Y:$002115,0,24,S ; &2 Isx12 timer (for synchronous assignment) . . . This starts on page 665 in the Turbo SRM: http://www.deltatau.com/manuals/pdfs/TURBO%20SRM.pdf?id=635787783266757322 Link to comment Share on other sites More sharing options...
steve.milici Posted January 23, 2017 Share Posted January 23, 2017 ADDED Note: the MOVETIME command uses only the Isx11 timer. Link to comment Share on other sites More sharing options...
Recommended Posts