- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi guys,
we need a custom M00 stop-like on Datron machine.
Datron machines are programmed with macros/sub-macros, and it is not that easy as with ISO-based machines.
I managed to get code into programm, but it is everywhere...not where it is needed with DirectNC code/M00 stop.
The main issue is a check if "directNC" code exists, and only then post the custom code.
We need something like. If directNC command M00 is in program do something.
if DirectNC.Command_STOP == 1 {
onCommand(COMMAND_STOP)
}
I have asked Autodesk support, and they replied the standard excuse "contact your Autodesk partner for customisation." Of course, we asked these partner guys, and they have no idea. It is just sellers, not machinists. There is no reference manuals for system parameters.
In JavaScript I can easily get name of object/process. How one interacts with Fusion processes, please?
Let's say I wanna get name of process, how one can do it, please?
Any suggestions, please?
Regards
David
Solved! Go to Solution.