You are not logged in.
Pages: 1
hello
i have a issue with my nc programme generated thru fanuc controller...i have to have some edit my nc data and there is always apossibility to missing some digits during typing,in text file ..my main issue is how can i assue that iam not missing any decimal in my block.because of it my machine gone wild and i face many accidaent only because of the missing decimal in my nc block....i use vericut for g-code verificaton..and i want to know that can vericut point me about the missing decimal in me nc data,,,,,please help me this is very serious issue for me and also my machineee.
thanks
asif
Offline
There are several things you can do. The first is to set up your word address so that the simulation behaves how your machine behaves.
Go to Configuration -> Word Format and set the word X, Y, Z... to "Trailing or decimal" This will make vericut treat 100 as .1 or however your format is setup. Currently it sounds like yours are setup as decimal so 100 is the same as 100.
The other thing that you can do is go to Info -> NC Program then go to the Utilities -> Check Syntax. From here you have to setup the setting that you are looking for. Add user defined Syntax errors and setup Type = Word Format, A=X, Condition=Integer. This will show you every where X is an integer or has no decimal.
Sorry for the long wait for a reply.
Offline
thanks for ur reply i ll do as per ur instruction and will tell u.
thanks
asif
Offline
Pages: 1