Hi all,
I have few questions, so I will list them down, I think it’s better that way then oppening more topics:
-
read_attribute_hardware is called each time before atrribute(s) has been read, but I don’t quite see its purpose. After it, functions for each attribute I wanted to read are called. What can I write in read_attribute_hardware method which I code in read_NameOfSomeAttribute methods?
-
When attribute is R/W or W type, I am able to check write hardware at init option, which will set attribute to specific value when starting server. Where I should type that start value?
-
I am able to execute commands by entering argin value in hex or decimal form. Can I enter them in binary format?
-
Even though if an attribute is write type, when I open class state maschine I have Attribute(Read) and Attribute(Write) for checking when is attribute allowed. Why is that?
Thank you for your help.