Inductive Automation Team,
We have Standard Transaction Group in our Project where update mode is DB to OPC. We have following sample Transaction Group structure:
Item Name(OPS Tag) Target Name(DB Fields from Single table)
OPC_Mod1_WONum <-- WONum
OPC_Mod1_Bit1 <-- Mod1_Bit1
OPC_Mod2_WONum <-- WONum
OPC_Mod2_Bit1 <-- Mod2_Bit1
OPC_Mod2_Bit2 <-- Mod2_Bit2
As shown above, for OPC Mod1/Mod2 WONum the target name is same DB Field from Table. Now, we are facing Write target of item ‘Mod2_WONum’ does not exist. problem. Is it due to using same Target Name (same DB field) from Table? if not, how to resolve this issue?
Eagerly waiting for your response.
Although maybe some suspicions…