The clear command is available as a FileWriter Command (section 5.3.4 of the reference), and I have tested it on our Pilatus4. Is there some reason it can't be exposed for Eiger2 and Pilatus4?
I believe this was the command that worked:
curl -X PUT -H "Content-Type: application/json" -d '{}' 10.31.71.19/filewriter/api/1.8.0/command/clear
Side question: why is it an ao record when device support uses asynInt32?
The
clearcommand is available as a FileWriter Command (section 5.3.4 of the reference), and I have tested it on our Pilatus4. Is there some reason it can't be exposed for Eiger2 and Pilatus4?I believe this was the command that worked:
Side question: why is it an
aorecord when device support usesasynInt32?