Micro850 & CCW

The analog input signal I am receiving on _IO_X1_AI_00 is 6325.0, using the Any-To_Real Instruction Block displays the same value of 6325.0.

My Output Min and Max I do not have them converted as 0.0 and 500.0, I only have them converted as 0 and 500.
 
After your any-to-real function add a divide by 1000 function so that your scaler input would = 6.325.

Also make sure the scaler output min is set to 0.0 and the max output is 500.0

You probably have some type of scale in the signal conditioner, but for now we won't worry about that.
 
I will give that a try, but don't the 3.20, 21.0, 0.0, and 500.0 also need to be converted to REAL as they would be LINT data types?
 
No, they are already a REAL number (If it has a decimal in it - it is a real number)

Look up the Real Data Type in the help file, it may help.
 
So I now have the Scaler set similar to what you posted, my temp readings from a handheld temp probe were closer to correct when I used 4.0 and 20.0 for my Input Min/Max. The temp readings from the handheld and the TC are about 1 degree difference, I'm not sure if that is acceptable on my end by production standards.

This has been a helluva learning experience and I thank you damica1 and everyone else for ALL the patience shown throughout this issue I've had. I can say that I have certainly learned quite a bit about this whole ordeal.
 

Similar Topics

Hi guys, I have had some issues with uploading a program from a Micro 850 PLC. This is the first time connecting so I don’t have a file on my...
Replies
8
Views
266
Currently a student, so somewhat new to this. But working with an AB 2080-LC50-24QWB, CCW version 21.01.00. CCW will connect okay to the Micro850...
Replies
9
Views
286
I'm controlling an Applied Motion HW23-601D using a Leadshine EM542S connected to a 2080-LC50-48QBB, using CCW, and experiencing some weird...
Replies
2
Views
598
Hi All, Hoping the community here can help as I'm new to PLC programming. The project I'm working on is using a Micro850 2080-LC50-24QBB and...
Replies
3
Views
1,658
I am working with Rockwell Micro850 PLCs and CCW. In our application we use various arrays for pretty much everything. Some logics require...
Replies
2
Views
1,091
Back
Top Bottom