You are not logged in.
Pages: 1
Hi all!
I want simulate the FOR sinumerik function
this a sample:
T1 L6
D1
G54G90Y0
FOR 1 TO 50
G91 Y1
ENDFOR
M30
How I can Do it in Vericut?
Bye
Offline
Define the words FOR and ENDFOR as macro (subtype none)
Define the word TO as Conditional > SiemensToCondWord
In Configuration > G-code processing > Add in section Word/Adresses:
FOR > macro ForLoop
ENDFOR > macro ForEndLoop
TO > condition FOR > macro ForToValue
See sin840d.ctl in the Vericut Library
Last edited by paehv (2015-04-23 08:15:36)
Patrick Delisse
KMWE Aerospace - https://www.kmwe.com
(Vericut V9.5, Siemens NX2206, Campost)
Offline
nice
Dave Frank
Aerospace Dynamics International, PCC
Valencia Ca
"Where else can you have this much fun,.......and get paid???."
Offline
Pages: 1