Setupsheet variable

Anonymous

Setupsheet variable

Anonymous
Not applicable

Hallo,

I am a new member on this forum an looking for help regarding setupsheet variables. In my summary table I put the name of NC program, but also I wish to put the date and time when is this program postproceesed. Only variable that I found is date when is NC program created. After editing and postprocessing the date remain the same 😞

Regards

Reply
Accepted solutions (1)
1,082 Views
3 Replies
Replies (3)

LasseFred
Collaborator
Collaborator

i don't think you can do that.

but in your postprocesser, you can make that.

 

you can find alots af parameters in: "C:\Program Files\Autodesk\PowerMill 21.0.30\lib\locale\C\PARSUM\parameters.html"

 

 

______________________
Lasse F.
0 Likes

craig.chester
Autodesk
Autodesk
Accepted solution

The following adds the date/time when the setupsheet is created. Quite a long 'variable' !!!!

 

${local_time(time()).day + "/" + local_time(time()).month + "/" + local_time(time()).year + " " + local_time(time()).hour + ":" + local_time(time()).minute}

 (This is all on one line)

 

0 Likes

Anonymous
Not applicable

Thank You  It solve our problem

0 Likes