Message 1 of 8
Mach4 Post Processor for Probing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have been trying to add WCS Probing to my mach4 PP by following the post processor training guide.
If its not obvious. I'm not good at coding at all lol. So it has been mostly copy and paste. I made it through the WCS section and then tried to PP a probing routine to see if it worked. I get the error that probecode is not defined. referencing this line
writeBlock(probeCode.code.format(probeCode.value), "P" + 9832)
Is this something that should have been already defined by a default PP? If anyone can help me troubleshoot this problem I would greatly appreciate it.
Error: ReferenceError: probeCode is not defined
Error at line: 1033
Error in operation: 'Probe WCS3'
Stack dump:
onSection()@C:\Users\Aaron\AppData\Local\Autodesk\Autodesk Fusion 360\CAM\cache\posts\mach4mill-Probing.cps:1032
Failed while processing onSection() for record 320.
###############################################################################
Error: Failed to invoke function 'onSection'.
Error: Failed to invoke 'onSection' in the post configuration.
Error: Failed to execute configuration.
Stop time: Saturday, May 22, 2021 10:02:56 PM
Post processing failed.
