S1005403_RisCC/settings.json
2025-10-22 10:37:42 +02:00

48 lines
1.3 KiB
JSON

{
"general": {
"scan_limit": 60,
"max_range": 100,
"geometry": "1599x1024+626+57",
"last_selected_scenario": null,
"connection": {
"target": {
"type": "sfp",
"tftp": {
"ip": "127.0.0.1",
"port": 50069
},
"serial": {
"port": "COM1",
"baudrate": 9600
},
"sfp": {
"ip": "127.0.0.1",
"port": 60001,
"local_port": 60002
}
},
"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
}
}
}
},
"debug": {
"enable_io_trace": true,
"temp_folder_name": "Temp",
"io_trace_sent_filename": "sent_positions.csv",
"io_trace_received_filename": "received_positions.csv"
}
}