Importing tags from tia portal v16/ importando tags do tia portal v16

English (sorry about that)
Hi guys, i'm trying import tags from tia portal v16.
Let me show all the process.
I'm using tia portal v16 to build my TCC, but i'm haven't a phisycal plc so i'm emulating one with plcsim and concecting with ignition with a OPCua connection
how you guys can see, i'm connect. theoretically could see the PLC in designer programm right ? yes, i can see it. but i can see only diagnostics tags. i made my plc tag how global tag and still can't see.
and when i try import tags, an error appears

Português
Fala pessoal, estou tentando importar tags do tia portal v16 para o igntion designer. Não tenho um PLC fisico, então estou utilizando o plcsim para simular meu CLP. Já consegui realizar a comunicação através de OPCua e dentro do ignition designer eu vejo meu plc, porém, só consigo ver as tags de diagnóstico. Criei minhas tags no tia portal como tags globais e mesmo assim não as encontro. Quando tento importar diretamente do tia portal, aparece o erro a baixo.
ps: estou aprendendo e fazendo o supervisório do meu tcc no ignition
connection


plc on designer

error
image

So with Siemens you have two options for how to add your tags:

  • Option 1, enable the OPC Server on your PLC and connect it as an OPC Server on Ignition. You should then be able to use the normal naming of your tags like any other PLC driver. There are some limits to how many tags you can actively read each second, depending on the specific model of PLC.

  • Option 2, use the Siemens Driver. You then have to use the offsets in a global DB. Siemens - Ignition User Manual 8.1 - Ignition Documentation, if you want this one you'll want to add as many tags as you can into convienient user defined plc tags, and can then try to replicate their structure with Ignition UDTs to simplify this.

Hy bro, none of this solutions worked =/
but, thank you.