Forum
Please or Register to create posts and topics.

How to set the signal generator type and frequency?

my json doesn't work. the parameters in the signal generator group do not change. Is it possible to set up a signal generator this way?
PS everything else in this json works

curl -X PUT -d '{
"request" : 3,
"config" : {
"type" : "group",
"name" : "Block_Spectran_V6B_0",
"items" : [
{
"type" : "group",
"name" : "main",
"items" : [
{
"type" : "float",
"name" : "transattn",
"value" : -80
},
{
"name": "centerfreq",
"type": "float",
"value": 910000000
},
{
"name": "decimation",
"type": "enum",
"value": 1
},
{
"name": "reflevel",
"type": "float",
"value": 0
},
{
"name": "connect",
"type": "bool",
"value": true
},
{
"name": "run",
"type": "bool",
"value": true
}
]
},
{
"name": "device",
"type": "group",
"items": [
{
"name": "generator",
"type": "group",
"flags": "",
"items": [
{
"name": "type",
"type": "enum",
"value": 1
},
{
"flags": "",
"name": "startfreq",
"type": "float",
"value": 910000000
}
]
},
{
"name": "transmittermode",
"type": "enum",
"value": 5
}
]
}

]
}
}' http://localhost:54664/remoteconfig

Can you please provide the mission used, so I can verify the solution!?

Try something along this line:

{"receiverName":"Block_Spectran_V6B_0",
"config":
{"type":"group",
"name":"device",
"items":[

{"type":"group",
"name":"device",
"items":[

{"type":"integer",
"name":"transmittermode",
"value":4}]}]}}

"name":"transmittermode",
"value":4

it works but it only turns on the generator but does not setup of its operation.

my mission in attach

Uploaded files:

Indeed a bug. Fixed with latest 10113 build.

on the official website available 10105 build . how to get 10113 ?

 

Contact our support via e-mail.