Siemens S7-1500 Tag addressing In Ignition

I am having difficulties connecting these Siemens PLC tags into Ignition:

db11.dbx1352.3 (Boolean data type)
Converted to Ignition as [PLC Line5]DB11,X1352.3 Also I used [PLC Line5]DB11,DI1352.3

db105.dbx0.0 (Boolean data type)
Converted to Ignition as [PLC Line5]DB105,X0.0 Also I used [PLC Line5]DB105,DI0.0

db104.dbx0.0 (Boolean data type)
Converted to Ignition as [PLC Line5]DB104,X0.0 Also I used [PLC Line5]DB104,DI0.0

db105.mmt125.hmioutmetercounter (Integer data type)
Converted to Ignition as [PLC Line5]DB105,mmt125.hmioutmetercounter
Also I used [PLC Line5]DB105,T125.hmioutmetercounter
db2066.20 (Float data type)
Converted to Ignition as [PLC Line5]DB2066,20

db303.dbd0 (Integer data type)
Converted to Ignition as [PLC Line5]DB303,REAL0

Any idea what I am doing wrong?

Here are the errors I am getting when I tried the above:

I tried to follow Siemens - Ignition User Manual 8.1 - Ignition Documentation, but I must be missing something. Please HELP!

hi @Sam.Naji
Do you have the put and get mechanism activate in your tia hardware configuration?

see at page 9/10

regards

1 Like

And optimized block access for DB MUST be off…

1 Like

Hello did you find a solution ? I have the same issue with [PLCS71500]DB8,X0.0

Hi @Alfonso_Campos,

Didi you try everything above? Put/Get mechanism, optimized block access on off ?

Can you share more detail about the plc configuration and program ?

Regards