Pro
5 min

CCST 31 — HMI Tag Binding Basics

ccstHMItagbindingSCADA
CCST 31 — HMI Tag Binding Basics scenario preview

Ready to build this?

Sign up free — no credit card required. This scenario requires the Pro plan.

Sign up to play this scenario →

Already have an account? Log in

Briefing

HMI INDICATOR must show green when MOTOR_RUNNING is TRUE. Write the simple pass-through ladder that connects the field I/O to the HMI tag.

Objectives

  • MOTOR_RUNNING_HMI (HMI tag) := MOTOR_RUNNING (field I/O)
  • STOP_LAMP on HMI := NOT MOTOR_RUNNING

Hints

  • Simple assignments — in real ControlLogix the HMI reads the tag directly, no extra rung needed; here we model it explicitly

I/O Table

Inputs

MOTOR_RUNNING

Motor running feedback

BOOL · %I0.0

Outputs

MOTOR_RUNNING_HMI

HMI motor running indicator

BOOL · %Q0.0

STOP_LAMP

HMI stop indicator

BOOL · %Q0.1

Your program will be tested against:

All test cases run automatically when you submit. Assertions are hidden until you pass.

  1. #1HMI shows running

    HMI shows running

  2. #2HMI shows stopped

    HMI shows stopped

Ready to build this?

Sign up free — no credit card required. This scenario requires the Pro plan.

Sign up to play this scenario →

Already have an account? Log in