103 views
in System Integration by

Hi Team,

In my design I have a device class with properties measure, sampleID and alarm. These properties connected to the corresponding outlets of the application component. Also I am having a data storage class which contains all the properties from device class (it is created in order to pass only this storage class to the device side to access the parameters). Whenever the values of outlets change it should set the value to the property in the device class at the same time to the property in the storage class. Hence in the on set method of each property in device class I have called the data storage class and assigned the value to the corresponding property. To observe the changes I have used trace method, but I can only notice the change from the property in the device class not in the storage class as it shows always default value. What could be the issue here? How it can be resolved? Please assist me.

Regards,

Sazna.

1 Answer

0 votes
by
Hi Team,

The issue has been fixed by referring "Use Auto Object" which is in the Embedded wizard documentation.

 

Regards,

Sazna

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...