Hello,
Thanks for posting! It looks like you have added the output line which calls the properties, but have not actually defined the property.
To define the property, you need to include the value in the properties object at the top of the post like this:
properties = {
writeMachine: true, // write machine
writeTools: true, // writes the tools
preloadTool: true, // preloads next tool on tool change if any
showSequenceNumbers: true, // show sequence numbers
sequenceNumberStart: 10, // first sequence number!
sequenceNumberIncrement: 5, // increment for sequence numbers
optionalStop: true, // optional stop
isnc: true, // specifies the mode ISNC (ISO NC mode) or BNC (Basic NC mode)
separateWordsWithSpace: true, // specifies that the words should be separated with a white space
allow3DArcs: false, // specifies that 3D circular arcs are allowed
useLinearInterpolation: false, // specifies that linear tool vector interpolation should be used
useParametricFeed: false, // specifies that feed should be output using Q values
showNotes: false, // specifies that operation notes should be output.
xHome: 0,
yHome: 0,
zHome: 0
};
You can then change the values (currently set to 0) to be your safe home position
Hope this helps!
-
George Roberts
Manufacturing Product managerIf you'd like to provide feedback and discuss how you would like things to be in the future, Email Me and we can arrange a virtual meeting!