Add configuration and trace files for Maselli simulator

- Added icon image for the application.
- Created a new configuration file `maselli_simulator_config.json` with TCP connection settings and parameters for the simulator.
- Added a CSV file `maselli_trace_20250522_214450.csv` to store trace data with headers for Timestamp, mA, Brix, and Raw_Message.
This commit is contained in:
Miguel 2025-05-22 21:46:28 +02:00
parent 869d7db040
commit 163a7bacbc
4 changed files with 575 additions and 206 deletions

File diff suppressed because it is too large Load Diff

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

View File

@ -0,0 +1,13 @@
{
"connection_type": "TCP",
"com_port": "COM8",
"baud_rate": "115200",
"ip_address": "10.1.33.18",
"port": "8899",
"adam_address": "01",
"function_type": "Sinusoidal",
"min_brix_map": "0",
"max_brix_map": "80",
"period": "0.5",
"manual_brix": "10.0"
}

View File

@ -0,0 +1 @@
Timestamp,mA,Brix,Raw_Message
1 Timestamp mA Brix Raw_Message