DriverExtension GetValue

DriverExtension GetValue

Dear all,

I am trying to work with the GenericNet Driver in a redundant setup. The driver variables seem to synchronise nicely between primary and secondary servers. From the examples, i found there is a SetValue function from the IValueCallback interface. I have not found an equivalent GetValue method. Is there some way to read values given the symbolic name? Or do I somehow need to trigger the WriteNumericAsync method on the secondary server (how?)?

Or is this the wrong approach to keep the driver variables redundant?

Thanks in advance