100-412-234 REV. 06 271
D.2.7 Get Preset Value
In order to get the value of any given Preset setting, this simple service request is
available. Simply provide the appropriate parameter ID for the desired Preset value and
the request will return the value.
The returned value is the value stored in the Current Preset.
URL
http://<2000Xc IP Address>/Services/GetPresetValue
POST Data
{"Sid":12345,"ParamId":177}
Successful Response
{“ErrorCode”:0,“ParamValue”:0.250}
D.2.8 Get System Value
In order to get any given system value this simple service request is available. Simply
provide the appropriate parameter ID for the desired system value and the request will
return the value.
URL
http://<2000Xc IP Address>/Services/GetSystemConfigValue
POST Data
{"Sid":12345,"ParamId":1151}
Successful Response
{“ErrorCode”:0,“ParamValue”:1}
D.2.9 Save Preset
One of the most widely used features of the 2000Xc is the ability to save Presets. This
service is the method of doing so. The only requirement is the Preset Number that you
want to save the preset to. The 2000Xc has intelligence to automatically name a preset if
none is supplied. See 6.17 Save/Recall Presets for details on how the presets are
automatically named. The name of the saved Preset will always be returned in the
response.
When saving a Preset, the data that is stored in the Current Preset will be copied into the
Preset location. In the 2000Xc those locations can be anywhere from 1 to 1000.
URL
http://<2000Xc IP Address>/Services/SavePreset
POST Data
{"Sid":12345,"PresetNum":24,"PresetName":"Red Part"}
Successful Response
{“ErrorCode”:0,“PresetName”:”Red Part”}
Successful Response – No Name Given
{“ErrorCode”:0,“PresetName”:”Tm 0.25S”}