Hi,
I created a custom control. It has a property that is not controlled by the value got from PLC. It can be done within project but this causes to do this every usage of control. I want to do this within the code of control. Let me clear;
Control has a property named StartToGet. It has 5 values.
Control has a property named PLCAddressValue. It gets a number from PLC.
I want to assign value of PLCAddressValue got from PLC to value of StartToGet property within the code of control.
How can do this?
Thanks for any help.