I am trying to establish a tag connection to access some data within a S7- 300 DB, and no success in getting it to work. It seems none of the syntax listed in the document here (Siemens Enhanced Driver | Ignition User Manual) would never work for me… e.g. DB202.DBX24, DB202.X24.0, DB202.24, DB202.DBREAL24.
Anybody has some insight to share? Would appreciate your help and thanks in advance.
I tested both cases, i.e. with a period sign AND with a comma as the separator as you mentioned here. Unfortunately, the results are the same. The diagnostics message is here: Error("CreateMonitoredItems failed: Bad_NodeIdUnknown: The node id refers to a node that does not exist in the server address space.")
FYI, accessing to the input and output points in the same PLC works fine.
Hi Kevin, I’ve used the new one, rev 8.3. Figured out that the appropriate syntax should be DB202, REAL24. Tested ok. Thank you again for your help. Have a great weekend.