login about faq

Hello Everyone, Has anyone work with the Allen-Bradley Micro830 controller and 2080-RTD2 plugin module? I can't seem to find anywhere in the documentation what the scaling range (data counts) is for the 2080-RTD2 plugin module. If anyone can help it would be greatly appreciated. Thanks

asked Jan 04 at 14:35

jmonter's gravatar image

jmonter
111


Hi there,

Check out this document: http://literature.rockwellautomation.com/idc/groups/literature/documents/um/2080-um002_-en-e.pdf

Go to page 49 for the Non-isolated Thermocouple and RTD Plug-in Modules section. Count conversion information can be found on pg. 54.

Good luck!

Temperature Conversion – Data to Degree Celsius (°C) The following formula shows how to derive temperature Celsius degree from temperature data word: Temp (°C) = (Data - 2700)/10; These sample equations show how temperature is derived by applying the formula above: 1234 → (1234 - 2700)/10 → -146.6 °C 8000 → (8000 - 2700)/10 → 530.0°C An example to illustrate how overrange and underrange errors are flagged is as follows: A type J thermocouple with temperature data above 1200 °C (14700 counts) flags an overrange error in CCW global variable Px_AI_02/04. The same Type J Thermocouple with temperature data below -210 °C (600 counts) will flag an underrange error in the same CCW global variable.

link

answered Jan 19 at 16:26

Gabe's gravatar image

Gabe
368214

edited Jan 19 at 16:40

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×26

Asked: Jan 04 at 14:35

Seen: 213 times

Last updated: Jan 19 at 16:40