You are not logged in.
Pages: 1
How to define standard Siemes Cycles like CYCLE86 or CYCLE81 in a smart way using ARRAYS in Vericut V6.2x :?:
Expample CYCLE86:
Cycle Call in Main Programm --> N500 MCALL CYCLE86(100.,0,2.,,4.9,0,3,.03,0,0,0)
Sup Program --> PROC CYCLE86 (REAL RTP,REAL RFP,REAL SDIS,REAL DP,REAL DPR,REAL DTB,INT SDIR,REAL RPA,REAL RPO,REAL RPAP,REAL POSS) SAVE SBLOF DISPLOF
Expample CYCLE81:
Cycle Call in Main Programm --> N800 MCALL CYCLE81(100.,0,2.,,1.)
Sup Program --> PROC CYCLE81(REAL RTP,REAL RFP,REAL SDIS,REAL DP,REAL DPR) SAVE DISPLOF SBLOF
Markus Kahmann
HUSKY
Offline
The Siemens control in VERICUT is configured to emulate the drilling cycles directly and not through a PROC subroutine. VERICUT support PROC subroutines, but not cycle type PROC calls where the subroutine is modal like for the drilling cycles.
Contact your local CGTech support and they can make an Enhancement request on your behalf.
Offline
Pages: 1