We are programming a driver to talk with a RobotController and in this driver we want to get/set IO Signals defined on the RobotController.
We would like to filter on Access Level so that only Signals that can be set are shown in our UI.
It is only possible to write Signal.Value when the Access Level on that signal has the Remote Client (Auto Mode or Manual Mode) set to “Write Enabled”.
We are now struggling to read this Access Level property on the Signal that is returned after calling IOSystem.GetSignal(string signalName)
Is it possible to read the Access Level on a Signal at all?