Creating a tag to hold a value for basic http requests

I would like to create a TAG “ProjectID” that does nothing but hold a value for me to post to a webapi via the http basic statement. this way the other server knows what project this information is for. should it be setup as a MEM type or not really sure as it has nothing to do with the PLC just holding the project ID for this Flexy. I would just need to read that tag in basic to attach to the get http request.

  • Frank

@wizardontherun

Yes you would just want to use a MEM Tag for something like that. Mem tags do not require any sort of PLC input to display/render the value.