Description
Use this API to obtain the value of the elements controlled by the Dafne Control System. Possible arguments are:
- all: all elements value;
- comma_separated_element_list: all requested elements value;
The value returned is a LabVIEW Flatten to String in ascii format.
Example Query
GET Query URI
http://danteweb.lnf.infn.it:8000/element/getValue/CDHPL201,QUAPL102
API Response
{ "elementList": [{ "name": "CDHPL201", "value": "434448504c32303100000003000000000000000300000000000000000000000001000100000000000000000000000000000100000000000000000000000040418000000000000000000000000000bf60624dd2f1a9fc3ff00000000000003fb645a1cac08313000000040000020000000080c000002230000000" }, { "name": "QUAPL102", "value": "515541504c313032000000030000000000210004000000000000000000000000010001000000000000000000000000000001000000000000000000000000402200000000000000000000ffffffff3f9999999999999a3ff00000000000004018000000000000000000040000021000000000c0af00a200000000" }] }