S1005403_RisCC/settings.json

50 lines
1.4 KiB
JSON

{
"general": {
"scan_limit": 60,
"max_range": 100,
"geometry": "1305x929+587+179",
"last_selected_scenario": "scenario2",
"connection": {
"target": {
"type": "sfp",
"tftp": {
"ip": "127.0.0.1",
"port": 50069
},
"serial": {
"port": "COM1",
"baudrate": 9600
},
"sfp": {
"ip": "127.0.0.1",
"port": 60003,
"local_port": 60002,
"use_json_protocol": true
}
},
"lru": {
"type": "serial",
"tftp": {
"ip": "127.0.0.1",
"port": 69
},
"serial": {
"port": "COM1",
"baudrate": 9600
},
"sfp": {
"ip": "127.0.0.1",
"port": 60001,
"local_port": 60002,
"use_json_protocol": false
}
}
}
},
"debug": {
"enable_io_trace": true,
"temp_folder_name": "Temp",
"io_trace_sent_filename": "sent_positions.csv",
"io_trace_received_filename": "received_positions.csv"
}
}