OMR_FINS Read/Write strings wrong from all memory areas
Summary
OMR_FINS Read/Write strings in wrong byteorder from all memory areas. It seems as the bytes are switched incorrectly. For example, see the following table:
zenon displays | PLC displays |
davis | adiv |
test | etts |
etts | test |
var | av |
av | var |
Description
OMR_FINS Read/Write strings in wrong byteorder from all memory areas. It seems as the bytes are switched incorrectly. For example, see the following table:
zenon displays | PLC displays |
davis | adiv |
test | etts |
etts | test |
var | av |
av | var |
Solution
changed character ordering
Issue Number: 31499
Fixed on Date: 6.3.2014
Versions: 7.10 0 BUILD 11355
Related Articles
OMR_FINS driver does not read/write strings correctly from all memory areas
Summary OMR_FINS driver does not read/write strings correctly from all memory Areas. Behavior is different depending on PLC type. DescriptionOMR_FINS driver does not read/write strings correctly from all memory Areas. Behavior is different depending ...
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, ...
When using the OMR_FINS driver and having option "First character is lo-byte" deactivated, when writing a string variable the OMR_FINS driver sends char null instead of last character.
Summary The OMR_FINS driver sends char null instead of last character of a string when the option "First character is lo-byte" is deactivated. When having e. g. a string variable of the OMR_FINS driver with String length 10, when writing a string to ...
MODBUSRTU: Priority Write and Read comand doesn't work
Summary after a write a read cycle is started immediately Descriptionafter a write a read cycle is started immediately Issue Number: 130643 Fixed on Date: 20.3.2018 Versions: 7.50 0 BUILD 46498 | 7.60 0 BUILD 46501
FAQ: When I activate the option "write synchronously" for the Recipegroup manager recipe, and I write the recipe, the recipe does not seem to be written properly and also the Service Engine does not close properly. Why is that?
When the option "write synchronously" is active at a recipe, when writing a recipe (sending values to the PLC) for each recipe variable a writing confirmation is requested to the driver. On a successfull write, the driver sends a writing confirmation ...