Page 1 of 1

Where are non volatile values?

Posted: Thu Jan 14, 2021 7:37 pm
by Toaster
I've been doing some macro programming lately and I've been using the non volatile user value storage (150-159)

Is there a way I can see (and alter) those in the PARMS list in CNC12?

While they are useful, I feel like when I use them I'm putting the values into a black box and I'd like to be able to check that they're being stored the right way....

Re: Where are non volatile values?

Posted: Thu Jan 14, 2021 8:02 pm
by swissi
Toaster wrote: Thu Jan 14, 2021 7:37 pm I've been doing some macro programming lately and I've been using the non volatile user value storage (150-159)

Is there a way I can see (and alter) those in the PARMS list in CNC12?

While they are useful, I feel like when I use them I'm putting the values into a black box and I'd like to be able to check that they're being stored the right way....
They are stored in the file job.xml in the c:\cncm folder under index'0"=#150 to index="9"=#159

-swissi

Re: Where are non volatile values?

Posted: Fri Jan 15, 2021 10:18 am
by Toaster
Ahh! There they are!

Thanks!