Analogue outs

jeepmadmike

Member
Join Date
Mar 2005
Posts
29
Hi all
Now im a bit of a novice in the PLC world and it would be very useful if anyone has some advice on programming analogue o/p on a AB micrologic 1200 all a want is to have a few analogue output set points which i can call from the program.

Thanks for any help
 
i'm using the analogue o/p for speed control of a motor via an inverter i want to have 6 set speeds for the motor which i can address from different points in the ladder.
 
set the config setting in the aanlog card
use SCP inst to convert engg value to counts

Input (some integer or float Address)

Input min 0 Hz ---- Engg min

input max 50 (or) 60 hz ------ Engg max

output min 0 (or) 6242 ---- 0 mA (or) 4 mA

output max 31208 ---- 20 mA


enter your output Address O:1.0 (analog card in slot 1 ch0)

if you enter some hz in Input corresponding mA is produced in the output

ihope this will help you

regards
praveen
 
You need to set up an array, then get the preset data from the position in the array.

I haven't used AB for awhile and don't have the software to quickly pop up an example, I'm sure one of the others will help you out.

(NOTE: the USA will be waking soon :nodi: )
 

Similar Topics

Hi, I have a ControlLogix system with 1756-IF16 analogue inputs. I can't scale the inputs at the card as there is a requirement to facilitate...
Replies
2
Views
77
Dear community, I am trying to find a tool for Allen-Bradley PLCs similar to SiVArch for Siemens PLCs to automatically generate faceplates and...
Replies
0
Views
67
I am using Mitsubishi PLC :FX3g and downloaded the program in it. When I connect Mitsubihi FX2N-4DA expansion module, it lost its communication...
Replies
3
Views
257
Hi All, I am working on a small PLC system having Compact Logix LE33 PLC having only two IF4 card. Some of these channels are used for 4 - 20...
Replies
4
Views
1,156
Hello guys I am just wondering do I need to set up each channel configuration, including enabling the channel , ranging … if I have already...
Replies
8
Views
2,011
Back
Top Bottom