Hi,
I am using the most recent HSMWorks post processor for a HAAS VF2 (Pre-NGC). I am trying to post probing routines but the processor is failing because of the following:
"COMMAND_PROBE_ON is not defined"
If I comment out the following lines in the post processor the probing routines are properly posted.
"
// case COMMAND_PROBE_ON:
// return;
// case COMMAND_PROBE_OFF:
// return;
"
However, I feel that there must be some reason for why these lines of code are included in the post processor, hence why I am reaching out for some input as to what may be the true root cause here. If I use a UMC-750 post-processor the probing routines are properly posted without any edits to the processor. I have included the error log as an attachment. Has anyone had a similar experience?
Thank you for any and all help!
Solved! Go to Solution.
Solved by bob.schultz. Go to Solution.
You are running an old version of the Post Engine. If you update to the latest version of HSMWorks you should not get any errors when running this post. Of course, you can just leave the lines commented out if you cannot upgrade at this time.
Understood, thanks for the reply! I've just commented it out for now; I realized that because the "COMMAND_PROBE_ON" case wasn't actually doing anything that it was probably okay to remove.
Can't find what you're looking for? Ask the community or share your knowledge.