WriteComment

This method is used to write comment lines inside NC program output. This method only gets one parameter of string type. Therefore, you must write the expression in quotation marks.

When using this method, you don’t need to write the punctuations to convert this line to a comment. If you set the “Comment Format” correctly in the Settings, adding necessary punctuations is done automatically by MANUSpost developer,

Example(Fanuc,Mazak,Mitsubishi): WriteComment (“ToolChange”). The NC line output will be: (ToolChange)

Example(Heidenhain,Siemens): WriteComment (“ToolChange”). The NC line output will be: ;ToolChange