I am encountering an issue when running the first time I can change the manufacturing password but a consecutive time I need to reset the password manually. Can we reset the password programmatically?
Example after the test is over to revert the password you can copy the contents of the default settings.. e.q. System.dflt and overwrite the System.conf file to reset everything for future test cases that do use the service password.
this may not work all the time the number of pre treatment steps are not a exact number of steps the steps are created dyniamically.
Steps depend on:
advanced / standard mode
water sample featured/defreatured
Keep this in mind and let come up with a way to navigate through the steps.
Something like getting the "StepNavitgationTitleBar" componenet and accessing the "stepNames" property will give you a string list of the pre treatment steps. This is generating every time we enter pretreatment upon the conditions the test steps are made dynamically.
The monitor get's are filtered. Driver get's will pull one point of data. The old code was calling the get that was not filtered. Should dialysate temp check based off of a filtered value?
When comment is above, use /// instead of ///<. And add blank lines before/after - doxygen seems to get confused about where to apply the comment without clear separation.