Implement CCS3200 Comprehensive Parameters #5

Open
opened 2026-03-21 16:26:28 +01:00 by namcho · 0 comments
Owner

Implement CCS3200 pressure and timing parameters from UserManual.

Parameters to implement:

  1. P002: Idle Pressure - line >= P002 → IDLE
  2. P003: Onload Pressure - line <= P003 → start/LOAD
  3. P007: Min Screw Pressure (Low Level Screw Pressure)
  4. P011: Delta Pressure Alarm - |screw - line| > P011 → FAULT
  5. P013: Sufficiency Pressure (Difference Pressure Limit)
  6. P028: Star Duration Time (already have, check)
  7. P030: Delta Transfer Time (Start-Delta timing)
  8. P031: Preheat Onload Time
  9. P032: Preheat Idle Time
  10. P024: Idle Working Time
  11. P026: Auto Waiting Delay
  12. P226: Working Mode (Manual/Automatic)
  13. P227: Idle Time S/D (energy saving)

State machine updates:

  1. Add AUTO_WAITING state for automatic mode
  2. Add PASS_ONLOAD transition state
  3. Implement proper IDLE behavior with P002/P026/P227 logic
  4. Update unload/stop logic based on P002 (Idle Pressure)

Reference: docs/CCS3200_UserManual.pdf pages 22-28

Implement CCS3200 pressure and timing parameters from UserManual. **Parameters to implement:** 1. P002: Idle Pressure - line >= P002 → IDLE 2. P003: Onload Pressure - line <= P003 → start/LOAD 3. P007: Min Screw Pressure (Low Level Screw Pressure) 4. P011: Delta Pressure Alarm - |screw - line| > P011 → FAULT 5. P013: Sufficiency Pressure (Difference Pressure Limit) 6. P028: Star Duration Time (already have, check) 7. P030: Delta Transfer Time (Start-Delta timing) 8. P031: Preheat Onload Time 9. P032: Preheat Idle Time 10. P024: Idle Working Time 11. P026: Auto Waiting Delay 12. P226: Working Mode (Manual/Automatic) 13. P227: Idle Time S/D (energy saving) **State machine updates:** 1. Add AUTO_WAITING state for automatic mode 2. Add PASS_ONLOAD transition state 3. Implement proper IDLE behavior with P002/P026/P227 logic 4. Update unload/stop logic based on P002 (Idle Pressure) **Reference:** docs/CCS3200_UserManual.pdf pages 22-28
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
namcho/compressor-emulator#5
No description provided.