OIT Family |
|||||
|
The OIT Family operator interface terminals communicate with PLCs and Motion Controllers by using point-to-point serial communications to read from and write to the internal discrete and register memory of the controller. Some of the controller's discrete and register memory is designated for special purposes: Message Request Register, Current Message Register, Status Bit Coils and Key Coils.
Message Request Register The Message Request Register (MRR) is a register
in the controller that is continuously monitored by the OIT. When the
controller enters a number into this register, the OIT:
For example, the system programmer may want Screen #30 to be shown on the OIT whenever input coil X1 is turned on. Screen #30 might say "Oven Door is Open!!!". The relay ladder logic could be the following:
In this case, D500 is the MRR that the OIT has been configured to poll once every 200 milliseconds. When input coil X1 is activated, the controller puts the decimal number 30 into the MRR. The OIT then sees the number 30 in the MRR and displays Screen #30. Current Message Register The OIT can be programmed to send the number representing the screen currently displayed on the OIT to a register in the controller called the Current Message Register (CMR). The CMR can be used by the controller to determine which screen is currently being displayed on the OIT. This might be used to determine which screen in a chained sequence the OIT operator is currently seeing. Status Bit Coils The Status Bit coils are a block of discrete coils in the controller that are used by the OIT to communicate information to the controller.
Key Coils The Key Coils are divided into two blocks of discrete coils in the controller: Function Key Coils and Control Key Coils. The Key Coils are used to pass keypress data from the OIT to the controller. When a key is pressed, the corresponding coil in the controller is activated. For example, the system programmer wants a motor to run whenever the F1 function key is being pressed by the operator. The relay ladder logic could be:
In this case, internal control relay C389 has been configured as the Function Key Coil for the F1 function key. If the F1 function key has been configured as momentary, then C389 will be activated as long as the F1 function key is being pressed by the operator. Internal control relay C389 is controlling output coil Y33, which is controlling a motor. Consequently, the motor runs whenever the operator is pressing the F1 function key. Register Monitoring
Set Points Linear Scaling |
|||||
|
This page last modified on 3/17/2003. Maintained by maple@maple-systems.com. Material Copyright © 2000-2003 Maple Systems, Inc. |