添加http测试读取内存数组的速率文件+.exe_v4版本

This commit is contained in:
您çšpengqi
2025-10-10 10:29:02 +08:00
parent d3964811e9
commit 28d2833522
4 changed files with 162 additions and 0 deletions

View File

@ -0,0 +1,52 @@
{
"plcs": [
{
"name": "PLC1",
"ip": "192.168.0.1",
"rack": 0,
"slot": 1,
"refresh_interval": 0.5,
"areas": [
{
"name": "DB100_Read",
"type": "read",
"db_number": 100,
"offset": 0,
"size": 6000,
"structure": [
{
"name": "temperature",
"type": "real",
"offset": 0
},
{
"name": "pressure",
"type": "int",
"offset": 4
},
{
"name": "status",
"type": "bool",
"offset": 6,
"bit": 0
}
]
},
{
"name": "DB100_Write",
"type": "write",
"db_number": 100,
"offset": 0,
"size": 6000
},
{
"name": "DB202_Params",
"type": "read_write",
"db_number": 202,
"offset": 0,
"size": 816
}
]
}
]
}