You are not logged in.
Pages: 1
Has anyone found or know of a way to catch unmatched brackets such as
#1=[#2+3]*5]
The machine alarms on the missing bracket, I need Vericut to do the same.
Thanks
Offline
Anybody has an answer for this. I do need vericut to do the same.
Martin
Martin Grenier
Vericut latest production revision
Mastercam latest production revision
Offline
Hello Martin,
Since VERICUT 6.2 there is "Syntax Check" in the VERICUT Editor (Info > NC Program...) under "Utilities" menu.
Select this menu and press "Setting" button in "Syntax Check" window, then check the "Unbalanced number of parentheses or brackets" option, press OK.
Press button "Check To End" in "Syntax Check" window, VERICUT will list all syntax errors found for the selected type of error... When you select one of those errors, VERICUT will point the corresponding line in VERICUT Editor.
Mustapha
Mustapha
Offline
You can also add your own rules to the syntax check in 6.2. I added 2 conditions one checks for any use of } and another for any use of {. To check for use of the wrong brackets also. They are the upper case of ] and [ on our keyboards and easily confused. We have all the predefined options enabled also.
Offline
Pages: 1