PLC ST Basic 5, 6, 7
EP5 Timer & Trigger
EP6 Visualization
Add visualization
Solution Explorer -> VISUs -> add / visulaization -> input name & open
Open toolbox
View -> toolbox
Add "insert piazza" button
toolbox/add button -> Inputconfiguration -> onMouseClick -> Execute ST-code -> click ">"
Control piazza display
State variable -> Invisible -> NOT MAIN.bPizzaInOven
Elapsed Time display
rectangle -> text = "Elapsed time: %s" -> text variables -> MAIN.fbTimer.ET
Add buzzer display
ellipse -> change color in Normal & Alarm state -> color varibales / toggle color -> MAIN.bBuzzer
EP7 state machine
Last updated
Was this helpful?