Siemens PLC DB Tags with ignition

Dear Team,

I am currently engaged in a project involving Siemens PLC, and we have encountered a challenge in communicating with PLC tags of various data types within the DB.

We have successfully retrieved values using memory addresses in INT format Like MW0, or MW2.... However, we are seeking assistance with DB Tags. For instance, we require guidance on configuring these tags in Ignition to match the original data types.

Enclosed, please find the attached list of PLC DB Tags. Your expertise on how to configure these tags in Ignition while preserving their data types would be greatly appreciated.

For your information DB Number = 9.
We followed this manual for connecting to the PLC -
Siemens | Ignition User Manual (inductiveautomation.com)

Thank you for your attention to this matter. I look forward to your valuable suggestions.

Best regards,
B.R.Reddy

What did you try? (The examples in the doc seem pretty clear to me.)

1 Like

Have you seen this?

[Driver_Name_Here]DB9,X0.0 - DB_BIT_0

[Driver_Name_Here]DB9,I2 - DB_INT_0

[Driver_Name_Here]DB9,DI10 - DB_DINT_0

[Driver_Name_Here]DB9,REAL18 - DB_REAL_0

[Driver_Name_Here]DB9,STRING30.4 - DB_STRING_0