![]() |
Run-time error codes like in Turbo PMAC - Printable Version +- Delta Tau Forums (http://forums.deltatau.com) +-- Forum: Delta Tau Data Systems (http://forums.deltatau.com/forumdisplay.php?fid=1) +--- Forum: Power PMAC (http://forums.deltatau.com/forumdisplay.php?fid=2) +--- Thread: Run-time error codes like in Turbo PMAC (/showthread.php?tid=2765) |
Run-time error codes like in Turbo PMAC - sutty - 10-03-2018 Hi! In case of run-time error Turbo PMAC provided run-time error codes (Y:$002x14) ! Does Power PMAC also provide such informations?! Thanks, Anton RE: Run-time error codes like in Turbo PMAC - steve.milici - 10-05-2018 Yes - see "Coord[x].ErrorStatus" for bit (bit 16) details in the SRM. RE: Run-time error codes like in Turbo PMAC - sutty - 10-09-2018 Hi Stephen! On Turbo PMAC there was a real run-time error status-word with a bunch of bits telling the cause of any run-time error: = 1: Insufficient calculation time = 2: Program counter out of range (too low) = 3: Program counter out of range (too high) = 4: Unlinked conditional statement = 5: Subroutine stack overflow = 6: Jump to non-existent label = 7: Cutter compensation interference error = 8: Forward kinematic execution error = 9: Inverse kinematic execution error = 10: No axes remaining in C.S. On PPMAC there is only that one and only bit 16 in Coord[x].ErrorStatus - nothing else more anymore. Or am I missing up something?! Regards, Anton RE: Run-time error codes like in Turbo PMAC - curtwilson - 10-10-2018 Coord[x].Ldata.Status has that information. |