Beginner Needs Help with Analog Output Channel

cstr

Member
Join Date
Mar 2005
Posts
1
Good Day,

I have a GE FANUC 90-30 plc with CimPlicity software. I wish to precisely control a current output (to provide to a remote solenoid valve driver) between 8 mA and 13 mA, which I understand is within my capable range of 4-24mA of the Analog output module.

How do I program a rung on the ladder so that I can manually (from the laptop with the PLC connected) adjust this current quickly and precisely with the range I specified?

Thanks for the help,

Jay (cstr)
 
Assuming your analog output is configured for 4 - 20 mA (and not 0 - 20 mA), a value of 0 in the %AQ register will give you 4 mA output and a value of 32000 in the %AQ register will give you 20 mA output.

8 mA is 20% of full scale, so 20% of 32000 is 6400. Put that value in the %AQ register to get 8 mA output.

13 mA is 56.25% of full scale. 0.5625 * 32000 = 18000. A value of 18000 in the %AQ register will give you 13 mA output.
 
Are you using COMPLEXITY Machine Edition, or COMPLEXITY HMI? (Sorry, just had to do that, I really do love GE!) Do you want to control this setpoint manually for troubleshooting purposes, or want a user interface to adjust during normal operation? Can you give us a better description of your situation? Then we can give a more focused answer.
 

Similar Topics

Hello everyone, I'm really interested in playing with PLCs, i'm thinking of picking up a TECO GENIE II SG2, its relatively inexpensive. As for the...
Replies
14
Views
3,455
Hi, my name is Lars and I am new to the site. This site has had a lot of useful info. I am a new engineer that is now in projects. I am...
Replies
3
Views
1,636
Hello. I am new to S7 programming and need some help. I hope I´m clear enough... I need to read some data(current,power,...) from a SENTRON...
Replies
2
Views
5,949
I have 5 PLC projects under my belt. All are with AD click units with pretty basic functions. I am still in the learning curve. Thanks to all that...
Replies
21
Views
7,380
I am a control installer that uses circon/echelon technology. I am trying to learn more about plcs in general because I want to build renewable...
Replies
13
Views
2,755
Back
Top Bottom