1734 OE2V Not Delivering Voltage

StoneNewB

Member
Join Date
Oct 2014
Location
Ohio
Posts
49
Good morning gentlemen,

I hope everyone is off to a good start from an enjoyable weekend. I'm working with a 1734 OE2V analog voltage output module right now. A problem I'm having is I cannot get this module to output voltage. I have a multimeter in the output connection and I'm reading 0V. I have no yellow warning icons in my I/O tree. Physically, the module has all green status lights. How can I get this to command a voltage? Am I using the correct tag?

plcs.jpg 20161017_083832.jpg
 
Last edited:
Is this a new install or old?
Was it working before?
Do you have field bus power hooked up to it correctly?

Your JPEGs are saying invalid attachment, try to repost them.

New Install.
Yes, field bus power is hooked up correctly. I can get 24VDC out of the bottom of the card, slot 6 and 7.

plcs.jpg 20161017_083832.jpg
 
You are changing the Low Order bit of the output word to 1. Since this represents a minuscule voltage increase you may not be able to detect it; try moving an integer value into the output word that corresponds to half the card's output range, instead.
 
I would use the first rung, so that you are going into a INT data type. Then you can use a DINT as your source. A SINT is only 0-255 Decimal, using the INT data type gives you 0-32767 Which allows you much better resolution.
 
I would use the first rung, so that you are going into a INT data type. Then you can use a DINT as your source. A SINT is only 0-255 Decimal, using the INT data type gives you 0-32767 Which allows you much better resolution.

Makes sense. Thank you for your time and help. (y)
 
The first rung is the way that I would do it too, and you have to.
The yadayadayada:O.Data[0] will only work for rack optimized digital IO. When you expand the array you will see one element for each configured slot, that should be 2 elements total for your configuration.
 

Similar Topics

Hello, I have a customer driving some proportional valves with analog signals from an Allen Bradley Point I/O output card 1734-OE2V. They now are...
Replies
8
Views
654
I have a 1734-oe2v +/- 10 volt card that drives a proportional valve. Its been in service for several years. today it quit outputting. The day...
Replies
4
Views
1,752
All, I have a 1756-L72 processor talking with a 1734-AENTR/B card. In the chassis of the 1734-AENTR/B card are a 1734-IE2V/C card in slot 1, a...
Replies
5
Views
3,558
Recently had an AB 1734-OE2V (2-channel analog output module) just stop outputting voltage changes. No error messages or faults of any kind; just...
Replies
0
Views
1,926
Hi Guys i am a bit confussed? i am looking at adding a 1734-oe2v module to a point i/o unit to control the speed of a powerflex 40, how do i set...
Replies
5
Views
2,386
Back
Top Bottom