10
Data Storage evacuation stops working and won't fix itself once the connection to the Data Storage gets interrupted
Summary Retry to write meta data after loss of connection did not work and was now implemented to fix this bug. Description Retry to write meta data after loss of connection did not work and was now implemented to fix this bug. Information Restart ...
Archive data display bug when using Data Storage for archive evacuation
Summary Reading back data storage evacuated variables set some meta information the ETM consumes incorrectly. Now this information is set correctly and the data is displayed as expected. Description Reading back data storage evacuated variables set ...
Ensure maintainability between Supervisor/Analyzer and Service Grid due to different life cycles
Summary Issue Number: 228072 Fixed on Date: 0.0.0 Versions: 10 0 BUILD 85877
SG Ingress Connector: reload issue - consumer receives no values until timeout
Summary The contents of the Service Grid Ingress Connector started up before the connection to the Data Hub was entirely established. Thus, not all objects were correctly connected and the Web Engine request for advising variables was rejected. Now, ...
Usage of time filter with ETM screen should not start the refresh again if refresh is deactivated/stopped before the filter screen is used to show historic data
Summary Applying a filter with refresh reate > 0 re-starts ETM refresh Description Applying a filter with refresh reate > 0 re-starts ETM refresh Information You can use 2 different ETM screens. One is with an refresh rate, and one is used with a ...
Sporadic Timeout of the Metadata-Synchronizer
Summary The timeout for metadata synchronization can now be configured in zenon6.ini: [MetadataSynchronizer] TimeoutMilliseconds=<> Details for the ini setting values: default = 10000 minimum = 200 maximum = 180000 violating values will be clamped to ...
Sporadic exception executing AddIn Wizard in Engineering Studio which modifies SystemModel
Summary Sometimes accessing equipment model via API causes an exception after equipment model has been imported via XML Description Sometimes accessing equipment model via API causes an exception after equipment model has been imported via XML Issue ...
Beckhoff NG driver: if driver is set in simulation mode and afterwards in hardware mode, then change of variable value via set value function trigger in plc is not possible ; not recognized via plc ; general error 6
Summary - Description - Issue Number: 241839 Fixed on Date: 5.8.2021 Versions: 8.20 0 BUILD 87225 | zenon Analyzer 3.40 0 BUILD 87645 | 10 0 BUILD 87728 | 8.00 0 BUILD 88189 | 8.10 0 BUILD 88647 | 7.60 0 BUILD 88730
3D Configurator: no possibility to replace a 3D model / variable + function references are lost
Summary Re-importing STEP file deletes existing variable and function references. Description Re-importing STEP file deletes existing variable and function references. Information no workaround exists... What has been tried so far: A renaming of the ...
Primary Key setting in Metadatabase cannot handle 2 values in the same Timestamp
Summary The second fractions were cut away inside the main stored procedures of the reports. The connectors themselves have always supported second fractions. All report templates in these themes now support second fractions: Custom Formula Analysis ...
AML entries with dynamic alarm text are not represented in 8.10 Webclient correctly when the Server is using 7.11 (Incompatibility)
Summary Client cannot display alarm messages containing extended dynamic limit text from server 7.11 or earlier Description Client cannot display alarm messages containing extended dynamic limit text from server 7.11 or earlier Issue Number: 243233 ...
The OPC UA Driver cannot reconnect to zenProcGateway
Summary Upon timeout, the list of advised variables was emptied. This is no longer done at that point. Description Upon timeout, the list of advised variables was emptied. This is no longer done at that point. Issue Number: 242938 Fixed on Date: ...
LON_32: When there are multiple driver instances, some of the driver-variables do not show status and values in the runtime
Summary Depending on the configuration of a LON-Project, the driver is able to open a connection if the setting is OK. If a single connection fails on opening an exception is thrown but not shown as a message in the diagnose-window, because the ...
AML export to SQL consumes very much memory leading to service engine crash
Summary AML and CEL export to SQL consumes very much memory Description AML and CEL export to SQL consumes very much memory Issue Number: 243744 Fixed on Date: 18.8.2021 Versions: zenon Analyzer 3.40 0 BUILD 87645 | 10 0 BUILD 87728 | 8.20 0 BUILD ...
AccessOPCUA.dll: Gateway generates duplicated MonitoredItemNotifications
Summary The AccessOPCUA server no longer sends duplicate MonitoredItemNotifications in one responce. Description The zenon OPC UA Process Gateway generates duplicate notifications for Monitored Items for a single value change of a variable. This ...
Columns flags changed in ScreenSwitch functions after zenon project conversion
Summary Configured AML/CEL columns in screen switch function get lost if project from version below 10 is converted Description Configured AML/CEL columns in screen switch function get lost if project from version below 10 is converted Issue Number: ...
Service Engine sometimes crashes in high-load scenarios when advising multiple variables at once via Ingress Connector
Summary The crash has been fixed by first avoiding recursive calls on the process main thread tasks method and second by generally not processing main thread tasks while waiting for the value change update queue lock to avoid advises that would cause ...
Service Engine crashes when clicking on the Print" MDI button from the report viewer standard template"
Summary The Service Engine closes unexpectedly when selecting print from the report viewer screen. Description The Service Engine closes unexpectedly when selecting print from the report viewer screen. Issue Number: 243260 Fixed on Date: 3.8.2021 ...
In SOT screens: File names aren't replaced for property groups
Summary file name properties in symbols aren't replaced in SO instances if they are used in grouped released properties Description file name properties in symbols aren't replaced in SO instances if they are used in grouped released properties ...
Engineering Studio crashes when converting customer global project to a multi user project
Summary Engineering Studio crashes when converting global project to a multi user project Description Engineering Studio crashes when converting global project to a multi user project Issue Number: 243219 Fixed on Date: 30.7.2021 Versions: 10 0 BUILD ...
Message boxes appear after load a project backup and create a project backup from API/Add-In and the message boxes are blocking the program
Summary Messageboxes aren't suppressed correctly for API calls if VBA=0 Description Messageboxes aren't suppressed correctly for API calls if VBA=0 Information respond to the message boxes and confirm them, but via programming interface there should ...
Prefix are added to the system variables in Smart Objects instances
Summary Prefix are added to the system variables in Smart Objects instances Description Prefix are added to the system variables in Smart Objects instances Issue Number: 241489 Fixed on Date: 20.7.2021 Versions: 10 0 BUILD 87728
IEC60870 Slave - The controlled station closes the connection when receiving a Spont with an invalid COA or IOA
Summary - Description - Issue Number: 242705 Fixed on Date: 15.7.2021 Versions: 10 0 BUILD 87728
CEL entries text colored with alarm/event class color set as line background""
Summary text color of some columns in AML and CEL list are wrong if class color is used as background Description text color of some columns in AML and CEL list are wrong if class color is used as background Information no workaround found Issue ...
Evacuation of Archives to Data Storage fails for big archive capsules
Summary Payloads for archive data are split now when sent to the data storage. The max number of values per request can be set via project.ini under section "ServiceNet" with the key "MaxValueCountForDataStorage" (default value is 30,000). ...
Controlelements in picture Chronological Events List Filter wont work correct
Summary bugfix: update buttons up and down of touchlist with days in CEL filter after changing its value Description bugfix: update buttons up and down of touchlist with days in CEL filter after changing its value Issue Number: 244698 Fixed on Date: ...
HTML Web Engine doesn't display replaced variables via multiple linking rules in symbols
Summary There was no support implemented in the WebEngine for multiple entries in the linking rule substitution. This was now fixed. Description There was no support implemented in the WebEngine for multiple entries in the linking rule substitution. ...
Bachmann: When connection is lost (e. g. cable plugged out) and is then available again (e. g. cable plugged in again), the driver does not reconnect
Summary With the DLL gbccm132.dll in version 2.11.x (and higher) it is necessary to call a reset-function to reestablish a lost connection or if the PLC was restarted. The current implementation of the Bachmann Driver does so. It is no longer ...
Logic Function Blocks: iCOPY, iOR, iAND are not handling the time stamps
Summary Logic Function Blocks: iCOPY, iOR, iAND are not handling the time stamps and status bits Description Logic Function Blocks: iCOPY, iOR, iAND are not handling the time stamps and status bits Information it is possible to program the same ...
Primary Key setting in Metadatabase cannot handle 2 values in the same timestamp for Extended Historian Analysis
Summary The second fractions were cut away inside the main stored procedures of the reports. The connectors themselves have always supported second fractions. All report templates in these themes now support second fractions: Extended Historian ...
MPA Error Message Calculate Relative Value Active
Summary Pulled the changes down from zenon 11 Description Pulled the changes down from zenon 11 Issue Number: 242779 Fixed on Date: 6.9.2021 Versions: 8.20 0 BUILD 88924 | 10 0 BUILD 97200
BACnetNG: It cannot acknowledge events in specific circumstances
Summary - Description - Issue Number: 244027 Fixed on Date: 31.8.2021 Versions: 8.20 0 BUILD 88924 | 10 0 BUILD 88925
Security Vulnerability in the CodeMeter User Runtime software
Summary We were informed by our supplier Wibu-Systems about a severe Security Issue within their product the "CodeMeter User Runtime" software. A new version 7.30a of the CodeMeter User Runtime software is available from Wibu Systems from 05.10.2021, ...
Message Control E-Mail body encoding: ASCII -> UTF-16LE -> UTF-8
Summary The mail body has been changed from base 64 encoded UTF-16-LE to base 64 encoded UTF-8. Description The mail body has been changed from base 64 encoded UTF-16-LE to base 64 encoded UTF-8. Issue Number: 244731 Fixed on Date: 20.9.2021 ...
web engine compiler: Release of property 'Function'
Summary The issue was that one instance of a symbol was shared throughout screens and symbol instances. In certain cases where properties were released the respective property could not be set and a wrong value remained. The solution is that each ...
Metadata Synchronizer has Low synchronization performance with certain workspaces
Summary The performance of the synchronisation process in the Report Engine was improved by these steps: The synchronisation of those items was optimised (affects all computers regardless the number of processors): Links from archives to equipment ...
IEC61850 Server - SCL Editor - ctlNum BDA missing in APC types (Analog commands)
Summary - Description - Information Add the ctlNum BDA manually in the SCL Issue Number: 243909 Fixed on Date: 6.9.2021 Versions: 10 0 BUILD 88925
PGW crashes if PGW is licensed but protocol module DNP3 Slave/Outstation isn't when trying to start it manually
Summary à hnlich wie im Elfer: ein Gateway wird nicht mehr gestartet, falls die Lizenzierung fehlt . Description à hnlich wie im Elfer: ein Gateway wird nicht mehr gestartet, falls die Lizenzierung fehlt . Issue Number: 243707 Fixed on Date: ...
IEC850 driver writes BRCB attributes in wrong order when BRCB contains ResvTm attribute
Summary While BRCB enable, the (optional) attribute ResvTm, if present, must be written before other attributes. Description While BRCB enable, the (optional) attribute ResvTm, if present, must be written before other attributes. Information There is ...
zenon Logic redundancy: using IEC60870S fieldbus, Logic crashes after switching Logic redundancy
Summary - Description - Issue Number: 244813 Fixed on Date: 7.10.2021 Versions: 8.20 0 BUILD 90286 | 10 0 BUILD 91105
Next page