What's new
What's new

Help Fanuc to Siemens - system variables

thesquareladd

Plastic
Joined
Feb 8, 2017
Hi all,
I’m a Fanuc programmer but trying to help a friend out who uses Siemens.
Id like to use the Fanuc system variable #3011 (YYYYMMDD)
I want to call the system variable ‘#105=#3011’ so I can use the date etc in a program.
Could anyone explain how this is done using siemens control? Or point me in a direction to instructions?
Thanks in advance
Joe
 
Hi all,
I’m a Fanuc programmer but trying to help a friend out who uses Siemens.
Id like to use the Fanuc system variable #3011 (YYYYMMDD)
I want to call the system variable ‘#105=#3011’ so I can use the date etc in a program.
Could anyone explain how this is done using siemens control? Or point me in a direction to instructions?
Thanks in advance
Joe

You can use variable $A_YEAR $A_MONTH $A_DAY $A_HOUR $A_MINUTE $A_SECOND and $A_MSECOND
For example R1=$A_YEAR
 








 
Back
Top