N3uron V.1.21.6 Release Notes
Fixes, changes and features in N3uron
Released August 25, 2023
Bootstrap (V.1.39.2)
Description: Solved an issue where write operations through Links may show Link Timeout error even if the write operation is completed successfully.
Description: Solved an issue where write operations may remain in waiting due to a missing callback.
Derived Tags (V.1.5.2)
Description: Solved a buffer overrun issue in aggregated tags when the buffer is emptied.
Description: Solved an issue applying the timestamp to aggregated values when there is not enough good quality data to calculate the aggregations.
OPC UA Client (V.1.15.1)
Description: Solved an issue where the browser cannot read some properties of a tag.
OPC UA Server (V.1.11.3)
Description: Solved an issue with permissions not being propagated correctly to nested groups.
Sparkplug Client (V.1.2.3)
Description: Quality status included in DBIRTH messages.
SQL Client (V.1.4.1)
Description: Solved a sanitization issue when using a Date object created in custom script.
N3uron V.1.21.5 Release Notes
Fixes, changes and features in N3uron
Released July 31, 2023
Bootstrap (V.1.38.5)
Description: Support for LDAP secure.
Description: String tags only generate events on each update when the deadband is 0.0.
Description: Added environment variables.
Description: UID check in redundant configurations.
Description: Modules API configuration removed due to an improvement in the communication mechanism.
Description: Old versions connecting via link to new versions are forced now to use a higher security encryption cipher.
Description: Fixed an issue preventing from starting the service when the license file was empty or corrupted.
Description: Configurable compression in links.
Description: Removed the timeout of the links due to an improvement in the communication mechanism.
Description: Monitoring the status of the redundant node based on the status of the connection.
BACnet Client (V.1.1.0)
Description: Added drag and drop to the browse pop up for quick and easy tags generation.
Custom Client (V.1.4.2)
Description: Increased efficiency in data transfer.
Derived Tags (V.1.5.1)
Description: Increased efficiency in data transfer.
Description: Solved an issue with data aggregation using cron scheduling.
Description: The timezone in schedules corresponds to the server timezone. Removed timezone from general configuration.
Description: Node tags listed by alphabetical order and added engineering units in the drop down.
Description: Allow relative tag paths in tag inputs.
Description: It now permits aliases with empty tag paths. Aliases with empty tag paths are ignored in the expression.
DNP Client (V.1.2.2)
Description: Solved an issue converting negative integers.
Description: Added numerical value to double-bit binary input points.
DNP Server (V.1.2.2)
Description: Added numerical value to double-bit binary input points.
Farell Client (V.1.2.1)
Description: Fixed not being able to read data from TAF8 and TAF16 units.
Description: Added more logs for troubleshooting purposes.
Historian (V.1.16.5)
Description: Added support to change tag names keeping the time series historical data.
Description: Added support to MongoDB version 6.
Description: Added support for secure connections using TLS and digital certificates.
Description: Important performance increase using parallel insertions.
IEC 102 Client (V.1.5.2)
Description: Solved an issue when the meter may disconnect abruptly after a load profile request.
Description: Load Profile retrieval scheduled using cron expression instead of period of time.
Description: The driver doesn’t keep the connection continuously open. Instead it closes the connection every time it ends retrieving data.
Description: Added the option to access the last successful load profile retrieval timestamp.
MQTT Client (V.1.9.2)
Description: Solved an issue where the subscriber may reconnect once after the module has been stopped.
Description: Solved an issue where the custom subscribe parser may fail processing the custom parsing script.
OPC UA Client (V.1.15.0)
Description: Added drag and drop to the browse pop up for easy tags generation.
OPC UA Server (V.1.11.1)
Description: Solved an issue stopping the server when the network interface was not properly configured.
Description: Solved an issue where tag filters configured for a specific role may not be properly applied.
Description: Solved an issue where the minimum sampling interval may not be applied.
Description: Solved an issue while connecting with several users at the same time.
Description: Added data queue to deliver all the events received between sampling intervals.
Description: Improved the responsiveness of the server while loading the model to improve the user experience when loading massive amounts of tags.
REST API Server (V.1.8.2)
Description: Increased efficiency in data transfer.
Description: Allow specifying a custom CA for a connection.
Scripting (V.1.6.0)
Description: Increased efficiency in data transfer.
Description: Added new Group Tags and Filtered Tags triggers.
Siemens Client (V.1.5.0)
Description: Fixed an issue where the timeout may not be properly applied.
Description: Added support for DTL data types.
Description: The value is not set to null on bad quality.
SNMP Client (V.1.1.0)
Description: Added support for SNMP version 3.
Description: Increased the performance during the initial browse of the field devices.
Sparkplug Client (V.1.2.1)
Description: Added support for templates.
SQL Client (V.1.4.0)
Description: Added support to Oracle databases.
Description: Added support for secure connections on MySQL version 8.
Description: Added support for multiple authentication methods for SQL Server (local user, domain user, Azure Active Directory…)
VDMA XML Client (V.1.4.0)
Description: Added subscriptions support.
Web UI (V.1.16.5)
Description: Removed the button to restart the service when it is not running as a service.
Description: Added a maximum limit in the lock timeout to avoid overflow.
Description: Removed tag browse button in BACNet tags inside templates.
Description: Added support to download the chart as an image.
Description: Added support to configure passwords as environment variables.
Description: Solved a problem populating the tables with data.
Description: Solved an issue where the line may not be highlighted when selected.
Description: Solved an issue when regenerating the UID of the node.
Description: Internet Explorer 11 is no longer supported to take full advantage of modern web browsers.
Web Vision (V.1.3.4)
Description: Added support to filter tags in TagPicker and HistorianClient components.
Description: Added support to filter the access to the tags by roles.
N3uron V.1.21.4 Release Notes
Fixes, changes and features in N3uron
Released February 27, 2023
Bootstrap (V.1.38.4)
Description: Fixed an issue with multiple ACK of remote alarms.
Description: Changed Historian minimum rate lower limit from 1 second to 100 milliseconds and the maximum rate lower limit from 10 seconds to 1 second.
Description: LDAP calls optimization for environments with a massive Active Directory.
Description: Added support to write null values.
Audit Trail (V.1.0.1)
Description: Fixed an issue when downloading the report in PDF format.
Description: Codes presented in the report as meaningful strings instead of the corresponding numeric value.
BACnet Client (V.1.0.0) | New
Description: New module to communicate with BACnet devices with discovery and browse functionalities.
Derived Tags (V.1.5.0)
Description: Improved overall performance of the runtime.
Description: Added Redundancy tag mode to create tags with several inputs acting as redundant sources. The output tag’s value, quality, and ts correspond to the input with higher quality.
Description: Added Alias tag mode to change the input tag’s name or path without coding.
Description: Added Node tag mode to read information about the node, including diagnostics, links, and modules.
Description: Added persistence between execution scans.
Description: Added cron expressions with timezone support to configure the trigger of an expression tag or to define the period of an Aggregated tag.
Description: Added a new aggregation method Delta to obtain the value difference during the aggregation period.
Description: Added support to write expression tags. Write operations modify $.currentValue
Description: Added $.variables to create local variables associated only with its specific tag. These variables persist between executions but not module restarts.
Description: Tags restart reduced to tags with changes in their configuration.
Farell Client (V.1.2.0)
Description: Added a trigger to permit writing multiple registers in one message.
Description: Added poll-on-demand to request data to a specific remote outstation.
Description: Solved an issue where the radio gateway is receiving responses requested by other clients.
Description: Removed the reading of the value after a write operation to avoid timeout error messages.
IEC 102 Client (V.1.21.1)
Description: Fixed a problem where the driver may not reconnect to the field devices after a gateway disconnection.
Modbus Client (V.1.21.2)
Description: Added support to handle writes with null value.
Description: Added more detailed logs for troubleshooting.
MQTT Client (V.1.9.1)
Description: Added the possibility of removing the S&F data.
Description: Trace and Debug level logs improved.
Description: Added an InfluxDB compatible payload in the publisher’s message format to permit direct connection to InfluxDB.
Description: Fixed an issue in the publisher’s S&F working on environments with intermittent connections that may end up with unresolved connections to the database.
Description: Fixed an issue in MQTT5 connecting to AWS with an empty user properties field.
Description: Fixed an issue regenerating the JWT periodically during a communication outage.
Description: Fixed an issue resulting in a continuous module restart when the driver cannot access the S&F database.
Notifier (V.1.1.2)
Description: Alarms table ordered by timestamp.
OPC UA Client (V.1.14.1)
Description: Increased the maximum size of the messages received for compatibility with no compliant servers.
Description: Improved logs in monitor items and tag creation.
Description: Improved visualizer using tables and changed from back-end rendering to front-end rendering.
Description: Added browse cache to reduce requests to the server.
OPC UA Server (V.1.11.1)
Description: Added the option to publish data in Float and Double data types.
Description: Solved an issue where access filters may not be applied properly.
REST API Server (V.1.4.3)
Description: Disabled roles do not prevent access to users with other additional roles.
Scripting (V.1.5.1)
Description: Allow $.exit() to receive either a string or an Error object as the first argument.
Description: Fixed an issue when using legacy API calls with callbacks.
Siemens Client (V.1.4.1)
Description: Added support to handle writes with a null value.
Description: Added more detailed logs for troubleshooting.
SNMP Client (V.1.0.0) | New
Description: New module to communicate with devices supporting SNMP protocol.
SolarMax Client (V.1.0.1)
Description: Solved a bug where the scan rate of the tags may not be correctly updated after a change of value.
Description: Solved an issue where changing the datatype of a tag may only be applied once the module is restarted.
Sparkplug Client (V.1.2.0)
Description: Added support for Sparkplug B version 3.0.
Description: Changed bdSeq to persist between reconnections.
Description: Added possibility to disable connections.
Description: Added the dead message for devices along with the dead edge node message.
Description: Added new application statuses for specification compliance.
Description: Removed alias translation in the node commands metrics.
Description: Solved an issue where it may not correctly manage detachments.
Description: Solved an issue where node switching may not be properly managed when reconnecting.
SQL Client (V.1.3.2)
Description: Added the option to provide the digital certificates as a file path.
Web UI (V.1.16.4)
Description: Inline help improvement.
Description: Generate new UID bottom moved to right click at the node level.
Description: Default cancel and dots buttons styling.
Description: Filepicker visual improvements.
Description: Allow to write nulls in real-time tag write popup.
Description: Disabled roles do not prevent access to users with other additional roles.
Description: Tables sorting when comparing the same values.
Description: Solved an issue where invisible content may interfere when showing popups.
Description: Solved a case where the Config Editor output validator format strings properly.
Description: Solved a problem where the Config editor may reset custom properties when importing and overwriting templates from zip files.
Description: Solved an issue due to WebSocket connection missing the pathname in the connection string.
Description: Solved a problem generating the self-signed digital certificate with an invalid CN.
Description: Solved an issue where only the first role of the user was considered when login.
Web Vision (V.1.3.3)
Description: Fixed an issue in the dropdown component when used in pop-ups in multiscreen environments; the popup may appear on a different screen.
Description: Blocked the possibility for inputs calling themselves to avoid performance issues.
Description: Fixed an issue where the properties picker may not show all the properties available for this component.
Description: Added scroll to Historical configuration presets popup.
Description: New hide property in the ChildTree.
Description: Chart and Pie Chart series added click event.
Description: Allow nulls in the write tag popup.
Description: Disabled roles do not prevent access to users with other additional roles.
Description: Solved an issue due to WebSocket connection missing the pathname in the connection string.
Description: Fixed an issue to avoid resetting custom properties when importing a template and overwriting.
N3uron V.1.21.3 Release Notes
Fixes, changes and features in N3uron
Released November 28, 2022
Bootstrap (V.1.38.3)
Description: Fixed an issue where the FleetManagerClient was not automatically licensed when instantiated before the rest of the licensed modules.
Description: Fixed tag writes through links to maintain compatibility with version 1.20.
Audit Trail (V.1.0.0) | New
Description: New module to provide Audit Trail reports for all operations executed in the N3uron platform.
CAISO ADS Client (V.1.0.0)
Description: Added a new parameter for filtering the instructions received by the resource ID.
Description: Updated the default URL to CAISO v8 endpoint.
Description: Added more diagnostic logs.
Description: Added faster API connection for providing startup logs.
Custom Client (V.1.4.1)
Description: Added faster API connection for providing startup logs.
Derived Tags (V.1.4.2)
Description: Changed input data validation to permit negative values in global variables.
Description: Simplified configuration of global variables.
Description: Fixed a problem where first and last aggregation may not be properly calculated.
Description: Keeps the current value when the model changes or when creating a tag.
Description: Added faster API connection for providing startup logs.
DNP Client (V.1.2.1)
Description: Fixed a problem where Boolean statuses may not be properly represented in the logs.
Description: Added faster API connection for providing startup logs.
DNP Server (V.1.2.1)
Description: Fixed a problem where Boolean statuses may not be properly represented in the logs.
Description: Added faster API connection for providing startup logs.
Farell Client (V.1.1.1)
Description: Fixed a problem where Boolean flags BDR.0.currentFee and BDR.1.currentFee could not be parsed properly.
Description: Fixed a problem that occurred when disabling solicited requests.
Description: Changed the bad quality value from null to the last known value.
Description: Added faster API connection for providing startup logs.
Fleet Manager Client (V.1.1.1)
Description: Fixed a problem where the module may fail to connect to the central server on unstable connections.
Description: Added faster connection to the API to provide startup logs.
Historian (V.1.16.4)
Description: Added an option to prevent converting below good quality points to null value in the data retrieval.
Description: Added a parameter to limit the maximum number of points received in the data retrieval.
Description: Added faster API connection for providing startup logs.
IEC 102 Client (V.1.5.0)
Description: Added capability for retrieving the load profile from meters.
Description: Added faster API connection for providing startup logs.
Laetus Wt Client (V.1.7.0)
Description: Module discontinued.
Marchesini Client (V.1.2.0)
Description: Module discontinued.
Mettler Toledo Client (V.1.3.1)
Description: Fixed a problem where the module may fail to parse the payload received in multiple chunks over slow networks.
Description: Fixed wrong tag config validation due to invalid path.
Description: Fixed invalid custom variable config. retrieval.
Description: Fixed setting tag value to null for bad quality.
Description: Fixed a problem when parsing the data received for specific payloads.
Description: Added more diagnostics logs to data reception.
Description: Added faster API connection for providing startup logs.
Modbus Client (V.1.21.1)
Description: Added faster API connection for providing startup logs.
MQTT Client (V.1.9.0)
Description: Added support for MQTT v5.
Description: Added capability to publish data snapshots.
Description: Added capability to publish custom payloads.
Description: Increased module performance, especially for the Store&Forward functionality.
Description: Fixed an error when using OR operand in the filter.
Description: Added faster API connection for providing startup logs.
Notifier (V.1.9.0)
Description: Fixed a problem in the length of the message header in the SMPP protocol.
Description: Added faster API connection for providing startup logs.
OPC DA Client (V.1.8.1)
Description: Fixed error when carrying out polling read fallback.
Description: Fixed deadlock when subscribeTags call fails.
Description: Added faster API connection for providing startup logs.
OPC UA Client (V.1.14.0)
Description: Added support for the Basic256Sha256 security policy.
Description: Added tag browse functionality.
Description: Added graphical interface for managing digital certificates.
Description: Added support for Int64 and UInt64 data types.
Description: Added support for reading arrays, matrixes, structs, and generic objects (converted to JSON).
Description: Changed subscription to use batches of NodeIds.
Description: Added support for endpoint discovery.
Description: Added graphical certificate manager.
Description: Added faster API connection for providing startup logs.
OPC UA Server (V.1.11.0)
Description: Added Basic256Sha256 security policy.
Description: Added the possibility to create different user roles to filter the data available for each role.
Description: Added the possibility to add several endpoints.
Description: Added HA functionality to retrieve raw historical data from Historian.
Description: Added capability to invoke scripts from OPC UA methods.
Description: Added graphical interface for managing digital certificates.
Description: System tags provided by the OPC UA server have been increased.
Description: Added faster API connection for providing startup logs.
Redundancy Agent (V.1.1.1)
Description: Added reconnection to backup connection after an instant disconnection.
Description: Added faster API connection for providing startup logs.
REST API Client (V.1.8.1)
Description: User-Agent header included by default in the request.
Description: Allowed spaces, hyphens, and underscores to be used for the client name in tag configuration.
Description: Added faster API connection for providing startup logs.
REST API Server (V.1.4.2)
Description: Fixed an error when using OR operand in the filter.
Description: LinkManager API calls removed.
Description: Added faster API connection for providing startup logs.
Scripting (V.1.5.0)
Description: Fixed $.taskLocal that was not working.
Description: Fixed race condition when using $.global and $.taskLocal.
Description: Added external actions.
Description: Added support for fixed interval and cron expression for periodic actions.
Description: Added user defined parameters.
Description: Basic API call argument validation.
Description: Added faster API connection for providing startup logs.
Solar Max (V.1.0.0)
Description: New module for connecting to Solarmax PV inverters, weather stations, and electrical meters.
Sparkplug Client (V.1.1.3)
Description: Fixed an error when using OR operand in the filter.
Description: Included an explicit Primary host check status in the configuration.
Description: Pause the module when there are no MQTT brokers configured.
Description: Added faster API connection for providing startup logs.
SQL Client (V.1.3.1)
Description: Fixed missing SQL Server script for HistoryTransaction query default values.
Description: Fixed an error when using OR operand in the filter.
Description: Fixed default value for MySQL timezone.
Description: Initial flag to HistoryTransaction events and parameters.
Description: Initial flag to StandardTransaction parameters.
Description: Added faster API connection for providing startup logs.
VDMA XML Client (V.1.4.0)
Description: Added support for data retrieval using a subscription mechanism.
Description: Added faster API connection for providing startup logs.
Web UI (V.1.16.3)
Description: Solved an issue where disabling a user may not work.
Description: Popups may not work on IE11.
Description: Historical tags limit removed.
Description: Added the possibility to review real-time logs and file logs in the diagnostics section.
Description: Added the possibility to close the lost connection popup using esc key.
Description: Added faster API connection for providing startup logs.
Web Visioin (V.1.3.2)
Description: Added disable property option to toggle and dropdown components.
Description: Historical tags limit removed.
Description: Fixed the width of the Dropdown context menu when zooming in.
Description: Added disable property option to toggle and dropdown components.
Description: Added disable property to chart series.
Description: Added sort direction on tables and reports.
Description: Added faster API connection for providing startup logs.
N3uron V.1.21.2 Release Notes
Fixes, changes and features in N3uron
Released June 06, 2022
Bootstrap (V.1.38.2)
Description: Prevent the use of an asterisk at the end of the tag path to avoid collisions with filters using “*” as a wildcard.
Historian (V.1.16.2)
Description: Solved a problem retrieving aggregated data without providing a valid aggregation period.
MQTT Client (V.1.8.1)
Description: S&F has a unique incremental ID appended to the end of the file’s name to avoid collisions.
OPC UA Client (V.1.13.1)
Description: The timestamp could not be appropriately processed when received as text.
Scripting (V.1.4.2)
Description: Allows using sprintf in static libraries.
Sparkplug Client (V.1.1.0)
Description: Group ID and Node ID are provided now in the model configuration.
Web UI (V.1.16.2)
Description: Improved license management.
Description: Solved a problem where trying to open the backup dialog may fail after an error from previous backup actions.
Web Vision (V.1.3.1)
Description: Solved a problem importing templates that overwrite with dependent instances.
Description: Now it is possible to use an expression to show/hide the legend of the charts.
N3uron V.1.21.1 Release Notes
Fixes, changes and features in N3uron
Released May 23, 2022
Bootstrap (V.1.38.1)
Description: Fleet Manager Client now runs in production when there are other modules different than the Web UI running in production.
ABB VIP Client (V.1.3.2)
Description: Message length and ID parsed correctly as UINT16 values instead INT16.
Description: Solved an issue parsing several messages received together.
Derived Tags (V.1.4.1)
Description: Added support to JavaScript S2019.
Description: Added validation to alias name input to prevent invalid strings.
Farell Client (V.1.1.0)
Description: Added the missing tag “Pump 12 ON operations” to the 94.2 tag selection list.
Historian (V.1.16.1)
Description: Solved a problem when retrieving aggregated data with non-good quality.
Description: Embedded MongoDB Community updated to version 4.4.14 in Linux x64 installers.
MQTT Client (V.1.8.0)
Description: Added the possibility to send snapshots instead of events keeping the original timestamp or overwriting it with the current one.
OPC DA Client (V.1.8.0)
Description: Added support to read one dimension arrays.
Description: Added subscription delay input to slow down subscriptions to overloaded servers.
Scripting (V.1.4.1)
Description: Fixed an issue related to many scripts running concurrently.
Description: FIxed an issue when connecting to a MSSQL database using the embedded library.
Sparkplug Client (V.1.0.0)
Description: New driver to publish data to an MQTT broker using Sparkplug B specification.
Web UI (V.1.16.1)
Description: Writes helper now supports decimal point.
Description: Added the possibility to regenerate the UID of the node.
Description: Added tooltip with the description of the groups.
Description: Fixed an issue when an invalid digital certificate is present in the folder.
Description: The size of the font used in the backup comments reduced to the standard size.
Web Vision (V.1.3.0)
Description: Solved an issue where the PDF report fails to retrieve data from historian.
Description: Added the possibility to show custom logo and text in the login page.
Description: Added the option to hide the legend of the series in a chart.
Description: Added the option to open an URL in a new window.
Description: FontAwesome updated to version 5.15.
Description: Expressions may now include a semicolon at the end of the expression.
Description: Increased the performance when processing large datasets.
Xantrex Client (V.1.4.0)
Description: Added support for TCP connections.
N3uron V.1.21.0 Release Notes
Fixes, changes and features in N3uron
Released April 5, 2022
Platform (v1.21.0)
Description: Windows x32 versions, Windows XP and Windows 2003 Server are no longer supported. Windows x64 supported: Windows 7 to Windows 11, Windows 10 IoT, and Windows Server from 2008 to 2022.
Description: Linux x32 versions are no longer supported. Linux x64 supported: Debian 9 and newer, Ubuntu 18.04 and newer, RHEL 7 and newer.
Description: Added Linux ARM64 support.
Description: Added the possibility to connect to LDAP servers for users management.
Description: Added roles and users management at node level.
Description: Added Hot/Stand-by redundancy for high availability environments.
Description: Added the possibility to unlicense de node to migrate the license.
Description: New encryption applied to the binary files making binary files incompatible between previous versions and this version.
Description: Licenses now include Support and Maintenance information to validate the versions used.
Description: Bundled Node.js runtime updated to version 12.22.10.
Description: Inter-module communication changed to pipes; a TCP port is no longer required.
Bootstrap (v1.38.0)
Description: Added TLS 1.3 support for links encryption.
Description: Serialization/deserialization improved for higher performance.
AcquiSuite XML Collector (V.1.7.0)
Description: Binary file encryption improved for higher security and compression ratio.
Aurora Client (V.1.1.0)
Description: Binary file encryption improved for higher security and compression ratio.
CAISO ADS Client (V.1.1.0) | New
Description: New communication driver to connect to CAISO Automatic Dispatch System.
Custom Client (V.1.4.0)
Description: Binary file encryption improved for higher security and compression ratio.
Data Diode (V.1.1.0)
Description: Binary file encryption improved for higher security and compression ratio.
Data Exporter (V.1.7.0)
Description: Binary file encryption improved for higher security and compression ratio.
Data Importer (V.1.1.0)
Description: Binary file encryption improved for higher security and compression ratio.
Derived Tags (V.1.4.0)
Description: Binary file encryption improved for higher security and compression ratio.
DNP Client (V.1.2.0)
Description: Binary file encryption improved for higher security and compression ratio.
DNP Server (V.1.2.0)
Description: Binary file encryption improved for higher security and compression ratio.
Domino Client (V.1.1.0)
Description: Binary file encryption improved for higher security and compression ratio.
Farell Client (V.1.1.0) | New
Description: New driver for Farell UMB family devices (still in beta).
Fleet Manager Client (V.1.1.0)
Description: Binary file encryption improved for higher security and compression ratio.
Historian (V.1.16.0)
Description: Binary file encryption improved for higher security and compression ratio.
Description: Possibility to limit connections to the embedded MongoDB to localhost or a specific network interface.
Description: Possibility to choose the path of the data files for the embedded MongoDB.
Description: Performance increased by doing continuous insertions. The insertion rate parameter has been removed since it is no longer required.
Description: Performance increased and disk space required reduced storing the data using binary format.
Description: MongoDB Community updated to 4.4.12 for Linux x64 and to version 3.4.24 for Windows x64.
Description: Data stored now also includes quality code.
IEC 102 Client (V.1.3.0)
Description: Binary file encryption improved for higher security and compression ratio.
Laetus Wt Client (V.1.7.0)
Description: Binary file encryption improved for higher security and compression ratio.
Linked Tags (V.1.2.0)
Description: Binary file encryption improved for higher security and compression ratio.
Marchesini Client (V.1.2.0)
Description: Binary file encryption improved for higher security and compression ratio.
Mettler Toledo Client (V.1.2.1)
Description: Binary file encryption improved for higher security and compression ratio.
Description: Added most of SICS protocol commands.
Modbus Client (V.1.21.0)
Description: Binary file encryption improved for higher security and compression ratio.
Modbus Gateway (V.1.7.0)
Description: Binary file encryption improved for higher security and compression ratio.
Modbus Server (V.1.2.0)
Description: Binary file encryption improved for higher security and compression ratio.
MQTT Client (V.1.7.0)
Description: Binary file encryption improved for higher security and compression ratio.
Notifier (V.1.1.0) | New
Description: Binary file encryption improved for higher security and compression ratio.
Description: Added support for SMPP protocol to send SMS notifications through 3G routers or cloud platforms supporting this protocol.
OPC DA Client (V.1.7.0)
Description: Binary file encryption improved for higher security and compression ratio.
OPC UA Client (V.1.13.0)
Description: Binary file encryption improved for higher security and compression ratio.
OPC UA Server (V.1.10.0)
Description: Binary file encryption improved for higher security and compression ratio.
OPC XML Client (V.1.1.0)
Description: Binary file encryption improved for higher security and compression ratio.
Redundancy Agent (V.1.1.0) | New
Description: New module to permit redundant TCP connections to field devices (Modbus, DNP3, Siemens, etc), OPC UA servers, N3uron Links, and virtually to any TCP protocol requiring a primary and backup connection.
REST API Client (V.1.8.0)
Description: Binary file encryption improved for higher security and compression ratio.
REST API Server (V.1.4.0)
Description: Binary file encryption improved for higher security and compression ratio.
Description: Fixed an invalid response to POST requests when Accept-encoding header was enabled.
Description: WebUI users are now managed at the node level.
Scripting (V.1.4.0)
Description: JavaScript code compatibility updated to Node.js version 12.
Description: Changed buffers to use byte length of the string.
Description: Changed serialization from JSON to v8.
Description: Added support for NPE libraries compatible to Node.js version 12.
Siemens Client (V.1.4.0)
Description: Binary file encryption improved for higher security and compression ratio.
SMA Client (V.1.2.0)
Description: Binary file encryption improved for higher security and compression ratio.
SQL Client (V.1.3.0)
Description: Binary file encryption improved for higher security and compression ratio.
Description: JavaScript code in the default scripts updated to a newer version of Node.js.
UFL Exporter (V.1.6.0)
Description: Binary file encryption improved for higher security and compression ratio.
VDMA XML Client (V.1.3.0)
Description: Binary file encryption improved for higher security and compression ratio.
Web UI (V.1.16.0)
Description: Binary file encryption improved for higher security and compression ratio.
Description: Updated to FontAwesome version 6.
Description: WebUI users are managed now at the node level.
Web Vision (V.1.2.0)
Description: Binary file encryption improved for higher security and compression ratio.
Description: The label of the pie chart component was not correctly linked.
Description: WebVision users are managed now at the node level.
Xantrex Client (V.1.3.0)
Description: Binary file encryption improved for higher security and compression ratio.
N3uron software is an Industrial Edge Platform for DataOps that streamlines the flow of data between industrial devices and business applications, either on-premise or in the Cloud. N3uron provides an out-of-the-box solution for data standardization, normalization, and contextualization, seamless integration with industrial and IT systems, efficient information management, and unparalleled scalability and security. The N3uron platform makes it easier for operations teams to aggregate, manage and analyze industrial data, resulting in enhanced productivity and informed decision-making.
FOLLOW US
CONTRIBUTING MEMBER
N3uron is proud to be a Contributing Member of the Eclipse Foundation, actively participating in the development of their robust ecosystem. By leveraging Eclipse Foundation technologies, we offer innovative products and services that drive our corporate strategy forward. Discover more: Eclipse Membership.
N3uron Connectivity Systems • Paseo de la Castellana, 91, 4º, 1; Madrid, 28046, Spain • +34 911 841 938 • [email protected]
N3uron software is an Industrial Edge Platform for DataOps that streamlines the flow of data between industrial devices and business applications, either on-premise or in the Cloud. N3uron provides an out-of-the-box solution for data standardization, normalization, and contextualization, seamless integration with industrial and IT systems, efficient information management, and unparalleled scalability and security. The N3uron platform makes it easier for operations teams to aggregate, manage and analyze industrial data, resulting in enhanced productivity and informed decision-making.
CONTRIBUTING MEMBER
N3uron is proud to be a Contributing Member of the Eclipse Foundation, actively participating in the development of their robust ecosystem. By leveraging Eclipse Foundation technologies, we offer innovative products and services that drive our corporate strategy forward. Discover more: Eclipse Membership.
N3uron Connectivity Systems • Paseo de la Castellana, 91, 4º, 1; Madrid, 28046, Spain • +34 911 841 938 • [email protected]
N3uron software is an Industrial Edge Platform for DataOps that streamlines the flow of data between industrial devices and business applications, either on-premise or in the Cloud. N3uron provides an out-of-the-box solution for data standardization, normalization, and contextualization, seamless integration with industrial and IT systems, efficient information management, and unparalleled scalability and security. The N3uron platform makes it easier for operations teams to aggregate, manage and analyze industrial data, resulting in enhanced productivity and informed decision-making.
CONTRIBUTING MEMBER
N3uron is proud to be a Contributing Member of the Eclipse Foundation, actively participating in the development of their robust ecosystem. By leveraging Eclipse Foundation technologies, we offer innovative products and services that drive our corporate strategy forward. Discover more: Eclipse Membership.
N3uron Connectivity Systems • Paseo de la Castellana, 91, 4º, 1; Madrid, 28046, Spain • +34 911 841 938 • [email protected]
To start the Certification Test, please fill out the form below. Once you submit it, a representative will contact you to update you on your application status.