cancel
Showing results for 
Search instead for 
Did you mean: 

Passing parameters to Tag Values in Tag queries ..

former_member202228
Active Participant
0 Kudos

Hi All,

I have a tag query (current write) and I want to update a tag value in the PLC with what I receive as a '[Param.1]' string .. If I'm using hard coded tag values the query works .. but need to have this value dynamically updated ( PLC recipes update, based on current production - can't hardcode 1000+ recipes)

Can you "illuminate" me where and how should I specify the '[Param.1]' in the Values tab, so that I get the expected result (not HRESULT: 0x80004005 - Unspecified Error message) ?

thanks,

Paul

Accepted Solutions (0)

Answers (1)

Answers (1)

jcgood25
Active Contributor
0 Kudos

Paul,

In a Tag query TagName.1 through TagName.128 are indexed against TagValue.1 through TagValue.128

Param.1 does not apply for the current write modes.

Regards,

Jeremy

former_member202228
Active Participant
0 Kudos

Thank you Jeremy.