XML export of a standard recipe exports the wrong value when linear value adjustment is used
Summary
When a variable used in a standard recipe uses linear value adjustment, e.g. PLC value 0-255 and zenon value 0-2.55, a value "1" in the recipe is incorrectly saved as a value "0.01" in the XML file when the recipe is XML exported.
Description
When a variable used in a standard recipe uses linear value adjustment, e.g. PLC value 0-255 and zenon value 0-2.55, a value "1" in the recipe is incorrectly saved as a value "0.01" in the XML file when the recipe is XML exported.
Solution
An issue has been addressed in the export of standard recipes where the value calculation was incorrectly applied during XML export. Now the value adjustment is correctly considered and the issue no longer occurs.
Information
available from 6.51 SP0 build 14 available from 7.00 SP0 build 1
Issue Number: 26891
Fixed on Date: 12.6.2012
Versions: 7.00 0 BUILD 1 | 6.51 0 BUILD 14
Related Articles
The value of the recipe variable in the runtime is not displayed correctly in a keyboard screen when linear value adjustment is used
Summary When editing a recipe variable from the recipe value table in the Recipegroup manager screen in the runtime using a configured keyboard screen, the current value is not displayed correctly when the variable uses linear value adjustment. ...
XML export limits the number of decimals to 6
Summary In the XML export in general, regardless if this is e.g. a XML Export of a variable in the editor or a XML Export of a Recipe of the Recipegroup Manager in the runtime, the number of decimals for values is limited to 6, even when more ...
FAQ: It seems that sometimes not all variables are correctly written to the PLC by the RGM module, although the system driver variable states that the recipe was written successfully and the option "write synchronously" is active. How can this be?
When reading a RGM recipe immediately after writing a RGM recipe, with a driver that has the option "keep update list in memory" active, and recipe variables that have been read previously, it can happen that a read cycle is currently in progress, ...
"Export CEL" function cuts off the Limit Value Text (by using CSV Export)
In some cases the "Export CEL" function will cut off the Limit Value Text (by using CSV Export) by projects converted from older versions. To fix this effect you need to create a new "Export CEL" function in actual version.
Allocation target variables do not correctly consider non-linear value adjustment
Summary A target variable used at an allocation that has macros linked for non-linear value adjustment, doesnot call the AdjustScadaValue macro prior to writing the value if the source variable at the allocation changes the allocation is triggered ...