Converting percentage into a 4-20ma output on GE Fanuc 9070

RCY

Member
Join Date
Nov 2017
Location
Philippines
Posts
4
Hi Guys,

I was assigned a task to use the percentage setpoint on the HMI to have an output equivalent to 4-20ma using GE Fanuc 9070. If you have any idea or suggestion please feel free to comment. Thanks.
 
Each analog output channel is assigned a %AQ address in hardware configuration. In that module a value of 32000 in the %AQ address corresponds to a signal level of 20 mA. A value of zero in the %AQ address corresponds to a signal level of 4 mA. If your setpoint is entered as a 16-bit integer between zero and 100, simply multiply the value from the HMI by 320 and send the result of the multiplication to the %AQ address.
 
Thanks Steve for the swift reply. I will try this and lets you know once done.
BTW, is this also possible if we do this in the cpu (cpx772)?
 

Similar Topics

Hello everyone, can anyone help me with covert the STL code to ladder. Iam using plc s71200. A %DB1.DBX33.7 // angel of vaccum...
Replies
2
Views
211
Hello PLCs Forum, I am in a bit of a pickle and was hoping someone could offer me some help. I have a .rss file and just need to see the ladder...
Replies
2
Views
125
Hello nice to meet you, im new in here, I'm currently trying to convert code written in STL for a S7-400 to SCL for an S7-1500, because when i run...
Replies
5
Views
330
Hello, did anybody know, if there exist an converting cable like the1492-CM1746-M01 (for an 1746-IB16 to an 5069-IB16), for an 1746-HSCE to an...
Replies
3
Views
393
Hello, This will be my first time converting powerflex 40's and 400's from devicenet to ethernet. I did some research, and it seems I will need...
Replies
4
Views
760
Back
Top Bottom