SicMultiplate/ThirdParty/MECF.Framework/SimulatorItems/SkyPump_IOSimulatorItems.json

22 lines
531 B
JSON
Raw Normal View History

2023-03-03 15:42:13 +08:00
{
"IOSimulatorItemList": [
{
"SourceCommandName": "Start",
"SourceCommand": "CON_FDP_ON",
"SuccessResponse": "FDP_ONOK",
"FailedResponse": ""
},
{
"SourceCommandName": "Stop",
"SourceCommand": "CON_FDP_OFF",
"SuccessResponse": "FDP_OFFOK",
"FailedResponse": ""
},
{
"SourceCommandName": "ReadRunParameters",
"SourceCommand": "READ_RUN_PARA",
"SuccessResponse": "RUN_PARA%02ld%02ld%03ld%03ld%02ld%04ld%0",
"FailedResponse": ""
}
]
}