Tuesday, November 1, 2011

Bitmap editor...

We had an HMI release today. We added a bitmap editor in the graphics editor. This provides a method to edit bitmaps inside the HMI editor.

Thursday, October 27, 2011

ODBC data logging update...

We released a new version today that adds a pause feature and the ability to change the logging rate for ODBC data logging at runtime on a per table bases.

The pause was added to halt logging, for example, when the machinery was off-line or logging was only required during certain abnormal conditions.

The logging rate is adjustable from 100 milliseconds to 2 million plus milliseconds in 100 millisecond increments. Under normal operations it might be configured to log every 10 seconds but, under an abnormal condition the desired rate might be 100 milliseconds.

We also added a 'close the calling window' attribute to all graphic mouse 'open window x' commands. (Saves a separate call to close window.)

Also added is a method to test if a tagname in a Logix controller exist at design time.

Thursday, October 13, 2011

ODBC data logging...

A new version of the HMI was released yesterday. PeakHMI has been able to read/write data to any database, via ODBC, for the real-time processing of data, for quite some time. This was accomplished by reading/writing the same fields of the database table, via a set frequency or a change of value of the underlying data point.

PeakHMI is also able to log data values to an internal database and then export it to several formats.

PeakHMI can now log data values directly to any database, via ODBC, at a set frequency, user command or scripting command. A new record is added to the end of the table.

The release also included a few minor corrections in the graphics editor. The minor corrections had to do with the visual appearance with one gauge at design time and a mouse down event in the analog and digital grid editors.

We are considering adding support for the 1-Wire protocol from Maxim. Here is a link to a web page.

Tuesday, September 27, 2011

New release last week...

We completed addition of Mitsubishi 3C protocol driver. The driver supports format 1 with or without checksum and format 4 with or without checksum.

We also added a period of 'hour' to the task scheduler. A task can be configured to execute on 'X' minute of an hour and repeat every 'Y' hours.

Work on an new ODBC feature to allow the logging of data to any database that supports ODBC. Our current ODBC support is used for collecting and exporting current tag values. It repeatedly reads or writes the data to the same table fields. The new feature is a data logging action. It will 'insert' new records, containing tag values, at the end of the table at the configured frequency.

Monday, September 5, 2011

New release on Labor day...

We had a couple of releases the past two weeks.

The first was support for Enron TCP/IP. This also includes report collection for the Omni Flow computers. All of the report types can be retrieved via TCP/IP.

The second release was support for Mitsubishi 3E (binary) protocol via TCP/IP. Support for the 3C protocol, format 1 or 4 and with or without checksum is in process and should be released soon.

The release today adds two new features to graphics. We added an optional border property to rectangles to give a 3D appearance. Prior to this release the user had to create the two color border to achieve the same visual effect. We also added a new animation. The 'Repeated move' provides for moving a graphic element through configured steps and then repeat or reverse. A short video on our web site demonstrates the animation.

Saturday, August 20, 2011

Omni flow computer reports...

We released a new version of the HMI yesterday. It adds support for retrieving the reports from an Omni flow computer. All of the report types can be retrieved. This release was for RS-232 support. TCP/IP support is in process and should be available very soon.

Here is a screen shot of the report viewer calendar selection. The green dot on the calendar indicates one or more reports for that day have been retrieved and stored on disk.

Sunday, August 14, 2011

Analog board released...

We released the 13 channel analog input card. A link to the data sheet is here: Data sheet

Work continues on report collection from the Omni flow computer.

A new feature was added in configuration mode to allow for easier checking for software updates. A menu was added that will check for a new installer. If one is detected the user can elect to download and run the installer or select manual mode to download and save the installer to disk.

Support for Mitsubishi Q series protocol is now on the list to be added. The hardware is in transit and should be here later this week.

For graphics we added a new image list animation. A value is associated with a file name and when the tagname value equals one of the values in the list, the image is displayed.

We also added the ability to import icons into the button images.