Wednesday, July 5, 2017

HMI update 7/5/2017


·        Added a script function to change point alarm delay time at runtime.
 
·       Added a setting to remove the ID from email alarm messages when not required.

Saturday, July 1, 2017

HMI update 7/1/2017


·        Added a Tree view graphic element.
 
·        User manual updates.
 
·        A simple “Navigate” with Tree view example project has been posted.

Sunday, June 25, 2017

HMI update 6/25/2017


·        Added a DDE server to support read/poke points and script globals.

·        Added PNG support to the button glyphs.

·        Added a “Navigate” object allowing a previous/next window system. A simple example project has been posted.

·        Corrected an issue with selecting gradient fill on a window background when the window had not been saved/loaded.

Thursday, June 15, 2017

HMI update 6/15/2017


·        Added a compass graphic element.

Sunday, June 4, 2017

HMI update 6/4/2017


·        Added a "mute" script command to stop all sounds currently playing and prohibit all sounds from playing until "unmuted".
 
·        Added border properties to the “Memo” control.
 
·        Added gradient fill option to graphic screens.

Saturday, May 27, 2017

HMI update 5/27/2017



·        Added a feature to allow user configured math operations on an incoming analog value before other systems in the HMI access the data.

·        Added a help button on many windows.

·        Modified some protocol drivers to assist with analog input processing.

·        Added support, in the scripting engine, for access to an external DLL.

·        Added the ability to filter the alarm logs by, date/time, tagname or value.

·        Added more monitoring code for SMS notification logic.

·        User manual additions/updates.

Sunday, April 16, 2017

HMI update 4/16/2017


·      Added two new script commands.

JSONToHostPoints: Parses a JSON string and writes the values to the configured host points.

JSONToScriptGlobals: Parses a JSON string and writes the values to configured script global items.

·      Added two JSON configuration helpers to parse a JSON string and populate a script global section for runtime access.

·      Changed the MQTT string handler. The handler can save the MQTT payload to a script global, call the JSONToHostPoints script command, call the JSONToScriptGlobals script command or store the payload internally, for access via scripting.