|
Re: Parameters file for quick code updates
Is Begin called only once at power up? Or each time you disable?
I'd like to read new values in immediately after updating the files via FTP....without powering down.
Is there any special process supported for what we'd like to do? We're currently unpacking a file one entry at a time and writing the values to global variables. My issue with this process is that it seems very tedious and easy to mess up.
I did devise a simple error check based on the label name, but adding a new variable means adding new code to read it and check ing it for errors.
It would be amazing to support a Parameter File protocol of some sort that generated global variables directly from the file....is it possible to actually create a variable without manually adding it to the front panel?
|