Hello, in my transaction Group , my memory tags keep always the “null” value but in the tags browser, the value of the memory tags is “1234567890123467”
Best Regard
Etienne Delafolie
Hello, in my transaction Group , my memory tags keep always the “null” value but in the tags browser, the value of the memory tags is “1234567890123467”
Best Regard
Etienne Delafolie
What is the data type of your memory tag?
What is the data type of your database field? (Is it the same? Is it big enough to accept the data?)
If you go to the gateway Status | Diagnostics | Logs do you see any errors?
Which type of transaction group are you using?
Historical Group
If you want to write your memory tag into the table, why are you “targeting” it as read-only instead of its own column, i.e. target name: “lot_wagon_xxxxx” ?
Its not the problem, the tags never got update in the transaction group, he always got the “null” value
But, in the browser tags the value its update
When you mean "the tags", do you refer to "lot_wagon_for_tab_palettes" only ?
If it is only the “lot_wagon_for_tab_palettes” it will always have a null value in your table because you have it as read-only, it will not write into any table field hence null or not associated with anything
Solution : Restart the server
Idk why this happening