BaecChiller_IOSimulatorItems.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. {
  2. "IOSimulatorItemList": [
  3. {
  4. "SourceCommandName": "GetStatus",
  5. "SourceCommand": "01,03,00,0C",
  6. "SuccessResponse": "01,03,1C",
  7. "FailedResponse": "_ERR 9"
  8. },
  9. {
  10. "SourceCommandName": "SetCH1OnOff",
  11. "SourceCommand": "01,06,00,00",
  12. "SuccessResponse": "01,06,00,00,00,00",
  13. "FailedResponse": ""
  14. },
  15. {
  16. "SourceCommandName": "SetCH2OnOff",
  17. "SourceCommand": "01,06,00,01",
  18. "SuccessResponse": "01,06,00,01,00,00",
  19. "FailedResponse": ""
  20. },
  21. {
  22. "SourceCommandName": "SetCH1Temperature",
  23. "SourceCommand": "01,06,00,03",
  24. "SuccessResponse": "01,06,00,03,00,00",
  25. "FailedResponse": ""
  26. },
  27. {
  28. "SourceCommandName": "SetCH2Temperature",
  29. "SourceCommand": "01,06,00,04",
  30. "SuccessResponse": "01,06,00,03,00,00",
  31. "FailedResponse": ""
  32. },
  33. {
  34. "SourceCommandName": "SetCH1TemperatureLimit",
  35. "SourceCommand": "01,10,00,06",
  36. "SuccessResponse": "01,10,00,06,00,02",
  37. "FailedResponse": ""
  38. },
  39. {
  40. "SourceCommandName": "SetCH1TemperatureLimit",
  41. "SourceCommand": "01,10,00,08",
  42. "SuccessResponse": "01,10,00,08,00,02",
  43. "FailedResponse": ""
  44. }
  45. ]
  46. }