Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Initiate compiling from remote


MortenS Sep 21, 2011 08:36 AM

Hi

Is it posible to initiate the CR1000 to compile the stored program eg from RTMC ?


kirving Sep 25, 2011 02:32 AM

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.


MortenS Sep 26, 2011 10:04 AM

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 ?


kirving Sep 26, 2011 10:41 PM

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.


MortenS Sep 27, 2011 06:59 AM

thanks anyway

ps: RTMC is a GUI for the logger.


Sam Sep 28, 2011 04:46 AM

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.


MortenS Sep 28, 2011 09:01 AM

thanks.

I'll take a look

Log in or register to post/reply in the forum.