Each digital output located on the I/O module is associated with a setpoint. The I/O module itself controls the setpoint function of the outputs. The module turns the outputs ON and OFF when the current loadcell input value reaches setpoint. Setpoint activity is therefore not linked to the program scan. Each output may be assigned a setpoint.
Since the function is based in the firmware of the expansion module, when the output's status changes as a result of reaching/departing from setpoint, the status change is not registered by the Ladder application. To monitor the outputs' status, the Hardware Status Messages MI provides a bitmap indicating status messages; Bit 6 is related to Output 0, Bit 7 to Output 1.
Therefore, use Bits 6 & 7 of the LC Hardware Status Messages MI to monitor the outputs' status, from within the Ladder application.
Note ♦ |
Once the Setpoint is activated, it cannot be changed by setting the output via the Ladder application. |
|
The setpoint remains OFF, regardless of its N.O./N.C.setting, when the loadcell input value is: - invalid (i.e., powered off, LC disabled, out of range, loadcell not calibrated. - In uV/V mode. |
Examples
When setpoint output 1 is assigned to load cell channel 0, Bit 7 of load cell 0 status will indicate the state of output 1.
When setpoint output 0 is assigned to load cell channel 2, Bit 6 of load cell 2 status will indicate the state of output 0.
Bit |
Description |
Turns ON when: |
Turns OFF when: |
6 |
Setpoint Status, Output 0 |
Output 0 is ON |
Output 0 is OFF |
7 |
Setpoint Status, Output 1 |
Output 1 is ON |
Output 1 OFF |
Use this command to implement a desired setpoint.
Command parameters
Parameter |
Function |
LC Value Mode |
Set the input value mode for the setpoint:
|
LC Output Number |
Select output:
|
LC Setpoint Type |
Select setpoint type: 0 - Normal state: Open Activation: Low 1 - Normal state: Open Activation: High 2 - Normal state: Closed Activation: Low 3 - Normal state: Closed Activation: High |
LC Setpoint Value |
The actual value assigned to the setpoint. |
LC Setpoint Hysteresis |
Sets a band in which the output will not chatter due to overshoot or vibrations. |
Command Parameters
SI 141 |
Determines the Output number, the LC Value Mode, and the DIN rail location of the module. Five digits are stored in SI 141.
|
||||||||||
SI 142 |
MI address; this MI will contain the Command Status indication. |
||||||||||
SI 143 |
Use SI 143 to apply Setpoint Type, Setpoint Value, and Hysteresis. SI 144 provides the start address for the vector of MIs the values that are used to apply Setpoint.
|
||||||||||
SI 140 |
Command number:#8454 |
Use this to suspend the activity of a particular setpoint.
Note ♦ |
Once the Setpoint is deactivated, the output may be controlled via the Ladder application. |
Command parameters
SI 141 |
Determines the Output number, the LC Value Mode, and the DIN rail location of the module. Four digits are stored in SI 141.
|
||||||||||
SI 142 |
MI address; this MI will contain the Command Status indication |
||||||||||
SI 140 |
Command number:#8198 |
During hardware configuration, under Number of Values, you select whether to use one or two values. When you select a register for the Address: Value(s) parameter, selecting two values means that the register immediately following the register you select is used for the second value. The default representation mode for the first register is Net Weight, and Gross Weight for the second register.
By writing the desired mode number to the Loadcell, you can 'read' the value as:
0 - Net (Gross if no Tare) (Power-up default for 1st value)
1 - Gross (Power-up default for 2nd value)
2 - Net Min
3 - Net Max
6 - uV/V
7 - Raw value
Note ♦ |
When, after Change Representation Mode runs, the LC Command Status Messages MI returns '1', the requested value is already in its linked operand. This means that you can use the '1' status to trigger a process which relies on this specific representation value. |
♦ |
The uV/V representation mode uses the default calibration. Therefore:
|
♦ |
The A/D raw value is affected by the user-selected input range (gain and DAC (offset) compensation). To cancel this effect, use the Clear Calibration command to set default calibration. To return to the last saved calibration, reset the controller (no need to re-power-up neither the unit nor the controller). |
Command Parameters
SI 141 |
Determines to which value the command is applied, the Loadcell number, and the DIN rail location of the module. Four digits are stored in SI 141.
|
||||||||
SI 142 |
MI address; this MI will contain the Command Status indication |
||||||||
SI 143 |
Determines the source of the representation mode value.
|
||||||||
SI 140 |
Command number:#9481 |
Resets the Net Minimum value to positive full-scale, and the Net Maximum value to negative full-scale.
As soon as the scale becomes stable, meaning that the In-motion indication is OFF, the Net Min and Max values will be set to the net value.
A Net Min and Max reset occurs also at power-up.
Command parameters
SI 141 |
Determines the Loadcell number, and the DIN rail location of the module. Four digits are stored in SI 141.
|
||||||
SI 142 |
MI address; this MI will contain the Command Status indication |
||||||
SI 140 |
Command number:#9226 |