I created a data subscriber monitoring a tag in a plc. When the tag changes states, within the datachanged event code, I would like to make decisions based on other plc tags that are being used elsewhere in the application.
Do I have to execute a plc read within the datachanged event? Seems redundant if the plc tag is already being used in for instance a BasicIndicator, I should be able to get its latest value.
thanks