Field Manager Release Notes
Field Manager Release Notes
Fixed a recent bug in the smart alarm polling that was causing the process status to not be
retrieved.
Updated splash screen graphics. Fixed a few issues with downloading a station and
maintaining advanced protocol options.
Fixed an issue with the e3 related to the number of calibratible processes being greater
than the number of the download datastructure's elements
Circular charts and charts are now available within Field Manager.
Fixed issues with scaling between different versions of windows and different DPI
settings between the pc that the edit form was created on, and the one it’s being displayed
on.
CurrUnitTypeFP defined as a single instead of a real48. This may have contributed some
roundoff that was causing issues with the config types changing.
Added support for unit type alternate configurations. Added the ability to navigate
between edit form files with the efbutton control (only within the current station).
Fixed/added a few things with automatic engineering units.
1
Field Manager Software Release Notes
Eagle Research Corporation – Confidential Information
Fixed an issue where station data file was being accessed without setting its path properly
due to issues in the registry to ini file conversion.
Moved the Visible = false into the uInfo class so the status Windows doesn't flash off and
on during connection sequence.
Updated with new background image, and added ... status feature.
Added the ability for an edit form button to bring up Modbus configuration and math
configuration
Added a flag to the edit form controls to allow masking a password field.
Fixed an issue where when connecting to a unit with a site id of 1, if the user selects the
option to change the site id, the StationComm.StationData would still have a site id of 1,
where field manager would have the correct “new” site id. If the user then did
something that triggered an audit trail receive then field manager would hang.
Fixed an issue caused where the station create was hard coded to set the RTU Type to
XARTU. The software now will change the rtu type to XA32 if the firmware reports
being an XA32, and will set the unit type to XARTU if the database is configured as an
XA32 but the firmware reports that the field unit isn’t an XA32.
2
Field Manager Software Release Notes
Eagle Research Corporation – Confidential Information
3
Field Manager Software Release Notes
Eagle Research Corporation – Confidential Information
Fixed a problem that was causing the AutoUpdate feature to not work properly on the
Edit Forms.
Added code to the IDRemote dialog that will automatically pop up a list of available
communications ports if the currently selected port doesn’t exist.
Added a button on the Tools Page for changing the RTU’s baud rate.
4
Field Manager Software Release Notes
Eagle Research Corporation – Confidential Information
Corrected an issue where data items received in history messages were not marked
properly to indicate whether they were floating point, integer, or string data. Data items
that are floating point are checked to see if they are valid floating point numbers. If the
wrong columns/items are marked as floats, then the poll may fail when it shouldn't due to
the floating point validation code.
Changed the value column on the alarm display in Field Manager to show the extreme
value of the alarm instead of the current value.
Updated the communications code to set the message timeout to 15 seconds when the
communication type is set to TCP/IP. The message timeout defaults to 7 seconds for
dialup and direct communication links.
Added support for running the Units Changer on the Field Manager Tools page.
Added a new error message for TCP/IP connection error that prompts the user to try to
ping the device before contacting Eagle for technical support.
Fixed a problem with the remote access password when decimal values are used.
Added support for selecting 1-byte or 2-byte ModbusID lengths for the Modbus Switch.
Fixed a problem where TalonCommServer would not properly handle a IP Host Name
that began with a number instead of a letter (like 1234.eairlink.com). Previously, when
the first character was a number, the TCP client would handle as an IP address. Now, the
5
Field Manager Software Release Notes
Eagle Research Corporation – Confidential Information
code searches the entire string and treats as a host name if any char in the string is not
0..9 , : or /.
Fixed a problem with the older calibration routines that were keeping them from working
properly on windows systems with any international language setting that swapped
commas with periods in the number formatting.
Fixed an issue with the edit forms not properly doing a visibility item refresh if a change
was cancelled.
Fixed a fp round off problem that cause combo items to not detect matching values
properly
Updated the Modbus ID entry control to allow for easier user interface. Previously you
couldn't select the value in the edit box and then replace by typing over it.