Jermy,
Thanks for answering my question. The front panel has been configured to reflect the most recent value posted if the change is made from the server side. My problem is, the client application can also make changes to the controls on the server application. Wen that happens, I will have to know what to do with the change. If the requestor is the server, no extra coding is needed. The front panel configuration will take care the change. However, if the client is the requestor, I will have to update the front panel value via pulling. This generates a problem. If changes are made from both ends, depends where you are in the loop. No telling whos requests get taken first. It appears the operation is not stable. I was hoping there is an AutoRea
dUpdate function that can detect the change from the client side and notify the server side with the change so its front panel value can be set to the new requested value from the client side. Any thought on how to do this?
Thanks