信捷PLCSkill
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

2.0 KiB

TouchWin Overview

This is a v0.1 overview distilled from the TouchWin editing software manual outline. Use it for high-level HMI workflow answers until detailed TouchWin references are added.

Covered Manual Areas

  • TouchWin editing software installation and uninstallation.
  • Simple project creation.
  • Screen editing.
  • Offline simulation.
  • Online simulation.
  • Project download.
  • Project upload.
  • Software structure, project area, menu bar, tools, and views.
  • HMI communication, alarms, recipes, macros, variables, and registers appear in the manual and need detailed extraction in future iterations.

Basic HMI Workflow

  1. Confirm the HMI model and target PLC model.
  2. Create or open the TouchWin project.
  3. Set project communication to match the PLC protocol and connection method.
  4. Create screens by operating purpose: main status, manual operation, parameter setting, alarms, recipe, maintenance/debug.
  5. Bind buttons, lamps, numeric displays, and numeric inputs to PLC soft elements or registers.
  6. Configure alarm objects and reset/acknowledge behavior.
  7. Configure recipe objects if the machine has product parameters or batch settings.
  8. Use offline simulation for screen behavior where possible.
  9. Use online simulation or download for PLC communication testing.
  10. Verify PLC/HMI address consistency against the soft-element table.

Questions To Ask

  • HMI model and screen resolution:
  • PLC model and communication port:
  • Protocol: XNET, Modbus RTU, Modbus TCP, or other:
  • Screen list and operator workflow:
  • Variables/registers needed by each screen:
  • Alarm list and reset rules:
  • Recipe parameters and storage behavior:
  • Whether download/upload is allowed on the current machine:

Output Expectations

For TouchWin answers, produce:

  • Screen structure.
  • HMI variable list.
  • Alarm table.
  • Recipe table if needed.
  • Communication setup assumptions.
  • Test procedure: offline simulation, online simulation, download, communication verification, alarm/reset, recipe read/write.