Within POGO , we declare an attribute as :
- "Memorized AND Write Hardware at INIT "
The behaviour is the following :
Case 1: Memorized value is in fact well applied during a DeviceServers launch from ASTOR
Case 2 : But, when once started, the Init command does not apply this values on the hardware
We are happy with case 1, but we think in Case 2 , memorized values should be written on hardware
Logged In: YES
user_id=569547
Originator: NO
Hi Alain,
You are right, nothing is done related to memorized attribute when using the device Init command.
By the way, as a workaround, you can use the admin device DevRestart command. The difference between the device Init
command and the admin device DevRestart command is that the DevRestart will delete and re-create the device. Therefore, clients connected to this device will have to re-connect but this is hidden by the re-connection schema implemented by
the library.
The admin device DevRestart command will apply the memorized values of the attributes defined as memorized
Hoping this help
Emmanuel Taurel