1 / 18

Graphical Programming

Graphical Programming. Configuring & Programming Your MP580/581. T. G. P. Objectives. Introduce the MP580/581 Configuration editor Introduce the Tracer Graphical Program (TGP) editor Create a fan control program in TGP. Tracer MP580/581. 25 point programmable controller

galvin-rose
Télécharger la présentation

Graphical Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Graphical Programming Configuring & Programming Your MP580/581 T G P

  2. Objectives • Introduce the MP580/581 Configuration editor • Introduce the Tracer Graphical Program (TGP) editor • Create a fan control program in TGP

  3. Tracer MP580/581 • 25 point programmable controller • 12 Univseral Inputs • 6 Analog Outputs • 6 Binary Outputs • 1 Static Pressure Input • Use Rover service tool for configuration

  4. Configuration Editor

  5. Program Editor

  6. Program Editor

  7. Program Properties • Always define program properties first • Properties include • program name • when program executes • program description

  8. Access the universal inputs Controls hardware outputs Input Output Input and Output Blocks

  9. Fan Request Fan Start / Stop Fan Request Valve Output Valve Request Wire Connector and Wire Connection Port Dashed line = Binary data Solid line = Analog data

  10. Build/Compile and Download • Build/compile • Error checking • Prepares for download • Download • new • replace existing

  11. Turn the fan on if: the fan request input is on Freezestat is not tripped Turn fan off if: the fan request is off Freezestat is tripped Fan Control

  12. Logic Blocks • Output is true when: • OR = any argument is true • AND = all arguments are true • Expandable

  13. Review the sequence Add a fan failure check When a fan failure occurs: Shut down the fan Generate an alarm New blocks used: Output status Variable Feedback Alarm Check for Fan Failure:

  14. Feedback Alarm Block • Compare the status of an input, output or variable to a requested state • Time based • Looks at input constantly • Request status • XOR • And not • Not and

  15. Fan Start Stop Output Status Block • Read the state of an output • Choose analog or binary • No control is done

  16. Variables • Configuration • Tracer Summit • Local • Control source: • Tracer Summit • Operator Display / Rover Service Tool • Program

  17. MP580 Control Choices • Operator display/Rover • display and rover have the same “priority level” of control • act like a manual command • Program • only the program changes the value • Tracer Summit • allows control by tracer summit

  18. Logic Blocks • NOT = assigns the opposite value • XOR = output is true when arguments do not match (mismatch)

More Related