1769-IT6 compact logix

speaksy87

Member
Join Date
May 2014
Location
PA
Posts
8
hello, im having trouble using the raw data in my program for a temperature. this is the first time ive used the IT6 card
I have 6 thermocouples type J
I want to use each temperature as a reading in rslogix 5000
to set up alarm points ?? I have each channel configured to engineering unit10x
im just unfamiliar with how to extract it into my ladder logic
 
The input data tag for each channel is an INT.

When you set the channel for "Engineering units x10", the data you get in the INT tag is the temperature in the chosen units (deg.C or deg.F) with 1 "implied" decimal point.

For example, if the measured temperature is 38.4 deg.C, the input data tag member will have the value 384.

The easiest way to handle this is to DIV all your input data into REAL tags - e.g. DIV Local:1:I.Ch0Data 10.0 Ch0Temperature.

Doing so will mean that you will always be using proper, unscaled, engineering units throughout your control code, which is a huge bonus for maintenance and troubleshooting.
 
Thank you very much

I Found I also had to Multiply each INT value by .1 to get the value to display each value as a decimal
 

Similar Topics

Hi everyone. New to RSLogix5000 and learning as much as I can. I'm much more familiar with Omron. Is it required I select "scaled for...
Replies
5
Views
1,844
Anyone know a fix for this? 1769-IT6, 2 modules both have same problem. Setup for K tc, 1x engineering units data, degrees F, 60Hz filter...
Replies
16
Views
4,258
All, I am having an odd parameter issue with an IT6 module that I cant figure out. My set up: L33ER, OB16, OA16, IQ16, IQ16, PB4, IT6, IF8 on...
Replies
9
Views
12,470
Trying to add a 1769-IT6 thermocouple module to a 1769-L20 compactlogix. 1769-IT6 module has an OK green light when powered up, but a blinking I/O...
Replies
1
Views
2,607
hey all, Having a bit of an issue setting up a thermocouple card with the compact logix, i searched the forum and found this post...
Replies
9
Views
2,921
Back
Top Bottom