Recent updates to webCoRE:
-
changes in how missing variables are logged
-
if you have logging for the piston at medium or high, you will see log entries for missing variables. This can help you understand missing globals, or removed local variables.
- you can quiet this down with logging off or low, as pistons can be coded to allow missing variables
-
-
changes in how variables with an initial value assigned in the define section operate.
- for a piston that does set Variable on variables with initial values, these values can be maintained thru wake/resume events for the piston. Ie the initial value is initialized if the piston runs from the top/beginning only.
-
updates to IDE (on staging at this time) on displaying variables with initial values assigned in define section that are changed during runtime (set variable). You can now see the last assigned value in the IDE.
-
updates to fuel streams to use new HE methods for file access (if on more recent FW that has these methods available), otherwise it will use the built in web methods.
See: Using Variables