VERICUT Users' Forum

Due to relentless spammers, we are no longer automatically accepting new forum registrations. If you wish to register for this forum, please send an e-mail to: info@cgtech.com

You are not logged in.

#1 2009-03-27 15:01:36

zamby
Member
Registered: 2009-03-27
Posts: 1

siemens 840d system variables

i'm trying to use the siemens $AA_IW variables in a TRANS to set the current position to zero but the simulation uses the original origin.

TOFRAME
N35 TRANS X=$AA_IW[X] Y=$AA_IW[Y] Z=$AA_IW[Z]
N36  CYCLE81( 0, 0, 0,-1.5387)
N37 TRANS

if i use TRANS  with the actual current position values the simulation is ok

TOFRAME
N35 TRANS X=9.2001 Y=4.0 Z=12.4948
N36  CYCLE81( 0, 0, 0,-1.5387)
N37 TRANS

thanks

Offline

#2 2009-05-06 07:44:57

Dolf
Member
From: EDE, The Netherlands
Registered: 2005-01-09
Posts: 15

Re: siemens 840d system variables

Hi,
The system variables are not correctly read in the control. Please create WordFormat $AA_IW[X] as special > variable name.
Same for Y and Z.
This should be solved in VERICUT7
Dolf

Offline

Board footer