You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Description

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

  • comma_separated_element_list: all requested elements value;

Example Query

GET Query URI
http://danteweb.lnf.infn.it:8000/devil/getElementValue/CDHPL201


API Response
{
	"elementValues": [{
		"element": "CDHPL201",
		"value": "434448504c32303100000003000000000000000300000000000000000000000001000100000000000000000000000000000100000000000000000000000040418000000000000000000000000000bf60624dd2f1a9fc3ff00000000000003fb645a1cac08313000000040000020000000080c000002230000000"
	}]
}
  • No labels