110 likes | 267 Views
Welcome to Horner Operator Control Station Training. - Building Automation Discussion - Product Overview/Capabilities - Controller Basics - Cscape Discussion - Lab1 and Lab2 - More Cscape Discussion - And more labs. Class Agenda. - Scheduled Lighting Control - Zone Settable Schedule
E N D
- Building Automation Discussion - Product Overview/Capabilities - Controller Basics - Cscape Discussion - Lab1 and Lab2 - More Cscape Discussion - And more labs Class Agenda
- Scheduled Lighting Control - Zone Settable Schedule - Motion Sensor for Schedule Override - Temperature Readings - Web Serving (Coming Someday) Horner Building Automation
- Training Room - Only Settable in Training Room - CsCan Lighting Controls - DMX Lighting for CAN Lights Horner Building Automation
- Fully Integrated Display and Keypad - Several Communication Options - Ethernet (Available on Most models) - EGD (Ethernet Global Data) - SRTP - Modbus Client and Server - Ethernet IP - Serial (Modbus, SNP, DF1, etc…) - CsCan Product Features:
- Full Complement of I/O - Analog Inputs - Voltage and Current - Temperature (THM, RTD, and Thermistor) - Analog Output (Voltage and Current) - High Speed Counters - Mixed Modules - Specialty Communication Modules Product Features (cont):
- Various I/O platforms available - Smart Stacks - Remote Fiber I/O - Smart Stix (CsCan) - Smart Mods (Modbus) Product Features (cont):
- Programmable Controller A set of coded instructions that enables a machine to perform a desired sequence of operations. To provide (a machine) with a set of coded working instructions. To train to perform automatically in a desired way. To prepare an instructional sequence - I/O (Inputs / Outputs) Input and Output communication between a controller and its "peripherals". - Program (RLL) Relay Ladder Logic. Similar to a one line electric diagram. - Operator Interface A device to let an operator monitor and adjust parameters on a machine or process through the controller. - Networking Interconnecting Controllers, Operator Interfaces and I/O to allow them all to communicate as one system. Controller Basics
Bit is One Decimal Place (Digital) Either On or Off (1 or 0) A Byte is 8 Bits +127 to -128 Word is 2 Bytes or 16 Bits +32767 to -32768 ex. 00000000 00100101 = +37 (used for Analog and Register values) (sign bit) 16384 8192 4096 2048 1024 512 256 128 64 32 16 8 4 2 1 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1 Controller Basics
%I# Field Discrete Input to OCS. (Digital Inputs) %Q# Field Discrete Output from OCS. (Digital Outputs) %M# Internal Coils in OCS. %T# Internal Coils in OCS. Non-Retentive. %S# Internal Diagnostic Contacts. %K# Function Key Contacts. %D# Display bits used to turn on screens and for logical compares. Bit Type I/O Type
%R# Internal 16 bit Registers used to store user data information. Timers, counters, and data storage. %AI# Field varying signal input to OCS. %AQ# Field varying signal output from OCS. %SR# Internal system values like Time/Date/Year, display, number, LED’s and more. Word I/O Type