Analog Output on MicroLogix 1400 1766-L32BWAA

Last edited:
Are you Online to the controller when making the changes to the Output word(s)?

What Base is selected for the controller under the IO Configuration?

To check, go to IO Configuration and double-click on Slot 0.
Here, under the Embedded General Configuration tab, the Base/Type should be set to BWAA Base for your analog based L32BWAA controller. The default is Any Discrete Base, which do not include analog.

Also, a quick and easy way to figure out roughly what voltage to expect at the output is to use the following formula...

10V
----- X Output Value = Expected Voltage
4095

Example:

Output Value = 1000

10V
-----
4095 = 0.0024420024420024

0.00244 x 1000 = 2.44v Expected Voltage

Regards,
George
 
Are you Online to the controller when making the changes to the Output word(s)?

What Base is selected for the controller under the IO Configuration?

To check, go to IO Configuration and double-click on Slot 0.
Here, under the Embedded General Configuration tab, the Base/Type should be set to BWAA Base for your analog based L32BWAA controller. The default is Any Discrete Base, which do not include analog.

Also, a quick and easy way to figure out roughly what voltage to expect at the output is to use the following formula...

10V
----- X Output Value = Expected Voltage
4095

Example:

Output Value = 1000

10V
-----
4095 = 0.0024420024420024

0.00244 x 1000 = 2.44v Expected Voltage

Regards,
George
I am online and in RUN mode when changing values in the data table manually and with my program. Also I do have the correct settings in the IO Configurations but still 0V across OV0/OV1 and COM ANA.
 
One more idea, how many places in the program are you writing to the outputs?

You could be over writing what you think is there.
 
kennedy6277 said:
...changing values in the data table manually and with my program...

But not at the same time right?

When you manually enter a value in the Output Data Table word O:0.4 or O:0.5 the value is static I take it? For example, you type 1000 and hit enter and it changes to 1000 and stays at 1000. Else you wouldn't go off looking for voltage I assume?

There is no way the program is overwriting anything you are manually entering so the value reverts to say "0"?

If you do have programming for this output what is controlling it? PID, analog input scaled to output?

Is the program routine inhibited from modifying the output value while you are manually modifying it?

Again, I'm sure you would notice if the program was interfering with the output value, but I have to ask these relatively simple questions just in case. We have had many cases here before where users were doing something fundamentally basic, yet missing a simple step or overlooking a programming glitch. It's not that I think you are ignorant to these facts but without any prior knowledge of your level of expertise I have to assume you know little to nothing and cover the basics.

EDIT: ndzied1...exactly what I'm thinking.

Regards,
George
 
I'm not seeing anything wrong, it should work.

Double check your meter?


That is quite possible since the unit is from a parts room at my school. What can i do if this is the case?

Time to punt.
 
Last edited:
Analog Output ch 0 is O:0.4
Analog Output ch 1 is O:0.5

Full scale (10V) is 4095

COM ANA is 0v and OV0 and OV1 are the +ve channels

I use my two channels to send a speed reference to 2 Danfoss VSDs
 
This may be a dumb question, but how are you sourcing your voltage to the output? Are they internally powered? or fed from a voltage source?
Nevermind: They appear to be internally sourced.
 
Last edited:
I had a bad pdf in my psot #16 above. Here is what it should have been.

Others have already said it though.
 
I believe I have found the issue. I think someone before me shorted the terminals and blow a transistor. I think am just going to switch to a controlLogix. Thanks for your help everyone. :site:
 

Similar Topics

I need help achieving the following task: ML1200 sending 4 to 20 mA thru analog output ch0 to a DC speed controller analog input(4 to 20 mA) my...
Replies
3
Views
673
I am trying to put together a program for a control valve and scale combination. I will be using a ML1100 PLC, a 1762-IF4, and a 1762-OF4. I will...
Replies
8
Views
9,623
Hi all, i am trying to setup a AB micrologix 1500 with analog output card 1769-OF4CI (4-20 mA output) using RSLogix500 and it detected as other...
Replies
11
Views
8,942
Hello! Hope you are great. I need to make a change in a PLC with ladder logic. I will mount a analog valve and I need to control it in ramp up...
Replies
7
Views
319
I have a 170AAO92100 card that I am interested in using as a 10 volt output. Is there setup that I have to do in order to change output or simply...
Replies
0
Views
86
Back
Top Bottom