Hi all,
I have seen that the method "HWObject.setAdditionalData" give the ability to set flags into the datapoint.
How to use it? What is the format of the RecVar parameter that I should send to it ?
Have you an example of using this method please ?
Thanks a lot in advance.
Best regards
Yann
Set invalid flag from Driver
- CyaNn
- Posts:97
- Joined: Tue Nov 23, 2010 9:48 am
Re: Set invalid flag from Driver
Ok I have found by my own the method
HWObject::setSbit(DriverBits::DRV_INVALID)
It works perfectly as expected.
In this way I have discovered an hiden documentation into WinCC/api/docu/index.html
Very usefull for me.
Thanks....
HWObject::setSbit(DriverBits::DRV_INVALID)
It works perfectly as expected.
In this way I have discovered an hiden documentation into WinCC/api/docu/index.html
Very usefull for me.
Thanks....