PfeifferPumpA100_IOSimulatorItems.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "EchoOnOff",
  5. "SourceCommand": "ECH",
  6. "SuccessResponse": "OK",
  7. "FailedResponse": "ERR2"
  8. },
  9. {
  10. "SourceCommandName": "PumpOnOff",
  11. "SourceCommand": "SYS",
  12. "SuccessResponse": "OK",
  13. "FailedResponse": "ERR2"
  14. },
  15. {
  16. "SourceCommandName": "SetPumpParameter",
  17. "SourceCommand": "SET",
  18. "SuccessResponse": "OK",
  19. "FailedResponse": "ERR2"
  20. },
  21. {
  22. "SourceCommandName": "ReadPumpStatus",
  23. "SourceCommand": "STA",
  24. "SuccessResponse": "80,30,30,30,30,30,30,81,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,30,80,80,80,80,80,80",
  25. "FailedResponse": "ERR2"
  26. },
  27. {
  28. "SourceCommandName": "ReadSetState",
  29. "SourceCommand": "LEV",
  30. "SuccessResponse": "A001,A002,B001,B002,C001,C002,D001,D002,E001,E002,F001,F002,G000,x100h,I0000,J0000,K0000,L0000,M0000,N0000,O001,O002,P001,P002,Q001,Q002",
  31. "FailedResponse": "ERR2"
  32. }
  33. ]
  34. }