When writing archives fails via API a messagebox is shown instead of return value.
Summary
Messagebox regarding archive writing failure should be suppressed when the saving via the API fails. Instead a return value should be returned by the called function.
Description
Messagebox regarding archive writing failure should be suppressed when the saving via the API fails. Instead a return value should be returned by the called function.
Solution
Redesigned the function. Now no messagebox is shown when writing via API fails, return value contains success indication, also if called on client
Issue Number: 32580
Fixed on Date: 2.9.2014
Versions: 7.11 0 BUILD 14431
Related Articles
Set colors of color palette to zenon elements via API.
Colors in zenon are a 3-byte code of RGB values. The value #EB29D6 corresponds to a strong pink tone. If these colors are linked directly to a zenon object exactly this value is entered in the dynamic property of the element, screen, textcolor, ...
Creating measurement documents via the SAP interface fails with the message 'INVALID_DATE'
Summary Storing variable values in SAP via the SAP interfaces 'measurement readings' feature does not work in some situations. When the runtime attempts to send the value to the SAP system it fails. An entry is created in the CEL, indicating that ...
Report Viewer: a language switch of the units does not work, the keyword is shown instead
Summary In the Report Viewer the language switch of the unit does not work. The keyword is shown instead. In the runtime in the pictures CEL, AML and archive revision and in the dynamic element "numerical value" the language switch of the units ...
Writing a variable of the OPCUA client driver in the zenon logic via externally visible does not set the value correctly
Summary With an OPCUA client driver in zenon and a variable that is set to "externally visible" writing this variable in a zenon logic program does not correctly send this value to the OPCUA server. Instead of the correct value, the value "0" may be ...
When the API is used to write archive values with future timestamps, the data cannot be shown with timefilters other than "No timefilter"
Summary When the API is used to write archive values with future timestamps, the data cannot be shown with timefilters other than "No timefilter". If a specific time filter is set, no data is shown in a trend/report/archive revision screen. ...