Hi
Is it posible to initiate the CR1000 to compile the stored program eg from RTMC ?
I don't know about RTMC, but a logger will recompile if a ConstTable entry is changed. A do-nothing constant would be sufficient for this, e.g.,
ConstTable
foo = 1
EndConstTable
Setting foo to any other value should cause the program to recompile.
Hi Kirving
Then the problem is to change the foo value in RTMC ?
But whas that the thing you didn't know about in RTMC ?
I have not used RTMC, and don't even know what it is.
My point was that the purpose and function of ConstTable is to cause the program to be recompiled (if any value is changed), which was what you asked. I've found it to work very well for this, and the result is as if the program was uploaded to the logger with the new value; e.g., pulling the program from the logger will show the new value in the ConstTable entry.
My guess is that there may be other ways to force the program to compile, (e.g., perhaps some system variable would do this?) but I do not know that for sure.
thanks anyway
ps: RTMC is a GUI for the logger.
Take a look in the program files/logger net directory and check out the information on "Cora". There is also information about Cora in rtmc help. Rtmc can trigger cora commands and with that you should be able to trigger a recompile.
thanks.
I'll take a look