Allen-Bradley 1769-OF4 question

Henry O

Member
Join Date
May 2014
Location
Houston
Posts
2
Micrologix 1500: 1769-OF4 analog output module. Need to move a value from analog input module to analog output (just retransmit the same signal). Cannot do it with MOVE or SCP instructions.....any ideas?
 
Leaving aside the MOV question -
You could use the SCP function twice.

Take the AI -> SCP -> temp data point.
temp point -> SCP -> AO
Cludgy but I think it will work.
 
I'm with Mike, Why can't you use a MOV?
It's not clear if you tried to use a MOV and were unsuccessful,
or this is a classroom assignment and these are constraints from your instructor.
 
Mike, for some reason I kept getting "Operand sizes do not match" error. I tried Dravik's suggestion and it worked. Thank you all for taking the time to respond to my question.
 
Mike, for some reason I kept getting "Operand sizes do not match" error. I tried Dravik's suggestion and it worked. Thank you all for taking the time to respond to my question.

Just curious, a move should have worked.

Can you post the code that gave you the error?
 
Just curious, a move should have worked.

A MOV would only be appropriate if the analog input and analog output were setup for the same scaling.

Although this does not explain the OPs original issue, as you can just about MOV anything to anything.... except BOOL or BIT data !

I'm guessing one of his MOV parameters was specified to the bit level....
 

Similar Topics

I have a 1769-L24ER-BB1B and I am trying to flash it to 34xx, its flashing red and faulted, when I try to flash it I get a popup stating it needs...
Replies
14
Views
252
Hi, i want the above to control a 4-20mA valve using the 20mA signal to open the valve fully and a lower signal to partially open the valve how do...
Replies
14
Views
2,542
Hi Guys, Question - does the subject title AB processor act as a processor AND comms module? It does have communications ports available on the...
Replies
2
Views
962
Hello everyone, I am in the beta phase of building a SCADA system. Currently planning to use Inductive Automation as our SCADA platform, but...
Replies
6
Views
2,136
hi, this is my first post in this forum, i have two allen bradley 1769-L30ER and unfortunately I want to make it redundancy. but I heard that...
Replies
12
Views
3,027
Back
Top Bottom