Hello Team,
I had set up a name query which is working on default tag provider tag but its not working on remote tag provider tag change script.
For troubleshooting i had added script to setup tags before 7 after name query call & found out its set defined values but name query not working.
system.tag.write("[CM_GA]Plant_Model/CM/KAEC/GA0/CL/010/STA_010/andonTime",5)
Params={'ParamId':5,'EntityLevel':'CM/KAEC/GA0/CL/050','Status':1,'ShiftId':1}
Status=system.db.runNamedQuery('ReportEngine/InsertStates',Params)
system.db.runNamedQuery(path='ReportEngine/InsertStates',parameters=Params)
system.tag.write("[CM_GA]Plant_Model/CM/KAEC/GA0/CL/010/STA_010/andonTime",9)
Even Im not getting any error in gateway status page.
Ignition Version: 8.1.15
Please let me know any configuration missing in case of remote tag provider
Regards,
Dhiraj Pawar