Hi Dojo,
is there a way to clear element's data and set everything to the initial protocol settings (clear saved data, set parameters to protocol defined default values, etc.)?
Thanks
Hi Alija, Can you please elaborate on the use-case for this? In which situations do you want to “clear” all data?
As Miguel suggest, the manual route would indeed be to duplicate and remove the original one.
Recreating element is of course one of the available options. In my case, it would mostly be used for a testing purposes, and the most frequent case in which I needed this so far was to find if data present in element is only a saved data, or it is fetched from the data source represented there, that in case of corrupted/unexpected data entries, confirms whether the data is there due to protocol failure to clean it or corrupted data received from the device.
Hi Alija,
Based on your use case, I would recommend recreating the element.
Keep in mind that if this reset mechanism is implemented, most probably you will need to update this mechanism in new versions of the connector, when new parameters are added.
Hope it helps.
Hi Alija,
Is it an option to recreate the element? You could duplicate the existing element and remove the original one.