MicroLogix 1100 SCP instruction Raw data not matching scaled data

Those aren't for the base input

So what are they for? I've always used 0-1023 [0-10V] as the raw data in when using both the ML1100 + ML1400 base units.

As Mickey commented, it may not be your problem, but i'm curious why you are using 0-5V (or 1-5V) as your raw data scaling?

Rob
 
Resistor is not issue

The discrepancy is not in the raw data input. There is a discrepancy between the raw input and the scaled output. I have a feeling it has to do with the horsepower of 0-1023 resolution to go in reverse direction.
 
I'm curious about the numbers on the left side of your trend. Your SCP seems to imply 0-500 as input and 0-200 as output. Are you actually plotting the results of other calculations which take place after the SCP?

The scaled number should be the ((input - 100)/2). Can we see just those numbers in a trend?
 
the scale on the left only refelct the scaled output for a 0-40 foot reservoir. The 20.0 foot scaling output is incorrectly shown from another program. Everything else is the same. The other trending is on a different scale. 0-500, but shown proportionally correct. The top has been chopped off as the trend was a screen shot takin from a water district computer via a VPN connection.
 
I am clutching at straws to help...

For the File that the SCP instruction is in (LAD 3), the JSR is unconditional, I assume...
 
As a test, create a rung just after the SCP which does this:

Moves the input value to an N register
Moves the output of the SCP to the very next register.
Do a reverse SCP (swap the inputs and outputs) on the first two and put its results in the next register.
Subtract the input and the output of the reversed SCP. Put that in the fourth register.

Watch them. If they change too quickly then condition the rung. The registers will hold the result of the last scan while the condition was true.

The third register should track the input (+/- 1 , this depends on the rounding done by the SCP instructions). The fourth register should be zero, 1 or -1.

If this is satisfactory then point the trend to the first two registers. See what you get.
 

Similar Topics

Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
139
I am currently backing a Micro Logix 1100 and no-one seems to have the file for me to upload from. Is there a way for me to upload the project off...
Replies
15
Views
544
I am trying to set up a read message in a MicroLogix1100 to read the value of a DINT in a ControlLogix5561. I have successfully set up a message...
Replies
2
Views
198
Hello, I have an existing application that has a Powerflex 700 with a 20-COMM-E adapter controlled by a Micrologix 1100 via Ethernet. The setup...
Replies
6
Views
1,197
I have a MicroLogix 1100 and it's capable of ac or dc output voltages. What I don't know is how I'm supposed to tell the 1100 to use dc for the...
Replies
13
Views
1,415
Back
Top Bottom