Set of questions

Hi all,

I have few questions, so I will list them down, I think it’s better that way then oppening more topics:

  1. 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?

  2. 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?

  3. I am able to execute commands by entering argin value in hex or decimal form. Can I enter them in binary format?

  4. 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.