Problem description
Following reset registers are updated in device. After reading state back from low level register interface registers are updated correctly in list but gui remain unchanged. Right click on field allows me to set field to default value but this has to be done for all fields manually. Also this does not allow to restart program and sync with device because default values are taken from list not read from actual registers.. I have tried all F key combinations in gui screen but both do not work. Writing register from low level interface manually updates graphic field selection value so software must be able to do it.
These are the steps that I take
1. Set values with GUI
3. Reset device. Now all GUI fields remain as they were before what is ok because it makes not sense to read back all registers following each change.
4. Go to low level register interface and read back all registers. Register values are updated correcly but GUI remains unchanged so device state is out of sync from GUI.
The same occurs with program startup where values are populated from device defaults not read from hardware. This however would not be a problem if read all registers would update gui fields correclty, just one extra step during program start to get GUI and device in sync between each other.
During program start and often after operation is finished there is error popup window "Error code 23083\n Bracket problem at the end" It allows to stop or continue, selecting continue will run program. This has posed no problams but may be indication to failure.
Question
Is there a key combination or configuration file setting that forces GUI update after 'read all registers' is issued from low level interface?