Analog Output Process Problem

altaf_hussain

Member
Join Date
Dec 2006
Location
Faridabad
Posts
17
hi all,
i'm using S7-300 first time,anybody have an idea how we process/programme the analog output.I m using it to control the vfd.

please advice if you can.
 
Hello hussain;

Many posts have discussed S7 analog ranges on this forum, here is one of them:

http://www.plctalk.net/qanda/showthread.php?t=31721&highlight=S7+analog+range

The values are shown for analog inputs but are also applicable to an anlog output module of the S7-300/400 family.

If your output module channel is configured (in HardwareConfig) for a current output of 0 to 20 mA and is wired properly, writing to the channel addess PQWxxx (a MOV instruction for example) the value dec(27648) will output 20 mA; a value of dec(0) will output 0 mA; a value of dec(13824) will output 10 mA (50%).

Or, as suggested by gherz817, use a function block to calculate or scale the value required. For example, use function FC106 "Unscale" located in the TI-S7 library to write the engineering value you want to output, and write it to the channel address.

Hope this helps,
Daniel Chartier
 
Thanks
dchartier vbmenu_register("postmenu_222937", true);

Canada.gif
 

Similar Topics

I'm using an Automation Direct SL4848-CR to control stuffing pressure to a centrifugal milk separator. The problem I'm trying to overcome may be...
Replies
2
Views
2,508
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
318
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
Hi We're having issues with an FX1N-1DA-BD Analog output module. We're using an metallic contamination sensor MCS 1000 to detect particles. This...
Replies
1
Views
107
I am having trouble with getting no control of my analog output signal. I am using the SCL function block to control my analog output. The logic...
Replies
11
Views
243
Back
Top Bottom