The Module Configuration group:
Name is a name assigned to the module, The default name is the module's part number followed by the slot number where it currently is located. The default name can be changed if required.
Info shows the part number, the number of the controlling I/O Master, and the slot number where the module is located.
The Global Settings group:
Channels Enabled selects how many of the available channels will have a probe attached. Channels are enabled in order starting with the first. Channels that are enabled WITHOUT having a probe installed will generate an error if the Burn Out Mode is enabled.
Temperature Scale selects the temperature scale the module will use when it provides temperature data to the PLC:
- Celsius (Dec C)
- Fahrenheit (Deg F)
Burn Out Mode selects what action to take if the thermocouple connected to an enabled channel either fails or is disconnected:
- Disabled means the channel's burnout bit will be NOT be turned ON and the channel's value should not be considered valid.
- Low Side means the channel's burnout bit will be turned ON and the channel's value will be set to the minimum raw value (-32768).
- High Side means the channel's burnout bit will be turned ON and the channel's value will be set to the maximum raw value (32767).
The Global Status Bits group shows the X bit locations the module uses to indication module-wide errors:
Self Test Failed indicates the module did not pass its power-on self test.
Missing 24V indicates the required external 24 VDC power is not connected.
Data Not Valid indicates the proper module configuration was not written to the module at power-up, or that the module lost it's configuration at runtime (probably due to extreme noise), or that the input is out of range.
Analog Input 1 selects the type of thermocouple that is attached to this channel, or selects one of the voltage input ranges
The WX# group shows the range of values for the type of input selected, the Units / Count of the raw input value, and the X bit memory locations for the Data Out of Range and Burn Out indications. If the Input Type is one of the thermocouple selections, the raw data values for the channels are temperature values in tenths of degrees.
The RX# group (if automatic scaling is enabled for this channel) shows the Real numeric memory location where the scaled value will be stored in the CPU, the range of potential values and the Units / Count based on the current scale factors.
Note: if the Input Type is one of the thermocouple selections, the raw data values for the channels are already temperature values in tenths of degrees; this means scaling is NOT necessary to get a temperature value from the channels. However, one good use of the scaling option is to have the module automatically generate a Real (floating point) version of the raw input value by setting WX# Min / WX# Max values to -32768 and 32767 respectively, and setting RX# Min / RX# Max values to -3276.8 and 3276.7 respectively.
Enable Scaling from WX# to RX# enables the automatic scaling of the raw input value (32-bit signed integer) to engineering units (32-bit real).
WX# Min / WX# Max the minimum and maximum raw values determined by the Analog Input # selection.
Counts / Deg (F/C) displays the WX#'s Min and Max values in terms of the range of counts or the range of Degrees (Fahrenheit or Celsius).
RX# Min / RX# Max contains the minimum and maximum values for the engineering units.
Clamp RX# (if enabled) and the calculated scaled value is lower than RX # Min or higher than RX# Max, the specified Min and Max values will be used.