Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Use this API to obtain the value of the elements controlled by the Dafne Control System. Possible arguments are:

...

(info)  The value returned is a LabVIEW Flatten to String in ascii format.

Example Query

Code Block
languagetext
titleGET Query URI
http://danteweb.lnf.infn.it:8000/devilelement/getElementValuegetValue/CDHPL201,QUAPL102


Code Block
languagejs
titleAPI Response
{
	"elementValues": [{
		"name": "CDHPL201",
		"value": "434448504c32303100000003000000000000000300000000000000000000000001000100000000000000000000000000000100000000000000000000000040418000000000000000000000000000bf60624dd2f1a9fc3ff00000000000003fb645a1cac08313000000040000020000000080c000002230000000"
	}, {
		"name": "QUAPL102",
		"value": "515541504c313032000000030000000000210004000000000000000000000000010001000000000000000000000000000001000000000000000000000000402200000000000000000000ffffffff3f9999999999999a3ff00000000000004018000000000000000000040000021000000000c0af00a200000000"
	}]
}

...