plc programming

sakthivelan

Member
Join Date
Nov 2008
Location
surat
Posts
1
I need to do a ladder programming for S7300. ie., there is an pipe caryying liquid, i want to measure the flow continously for 3 hours. the 1st 1 hr which i have measured should be located in register. like that after each hour the added flow should be stored in a address of register.

now i want to know how to save the measured values in register.
 
OK do the following:
Connect a microphone to analog card of the PLC. Make sure that microphone gives the voltage only between 0-5V(V.Imp).Use OP-Amp if needed. Having done this half of the job is done. Now simply write
L PIW320//Microphone AI address
L W#16#0
<>I
JC beer
L PIW 322//Flowmeter address
LAR1
beer: NOP0

Now when ever you want to save the values in register shout "STORE" and PLC will take the instant flow at that instant into your register AR1 !!
OR
You can search for "Totalizer" at search option of this web site!!
🍻
 
Last edited:

Similar Topics

Hello colleagues, Some time ago I started my adventure with programming. With your help and the courses, things are starting to come together...
Replies
13
Views
656
Dear All, I need a sample PLC program to count the output pulse of a mass flow meter so that a specific amount of mass (for example 100gm)can be...
Replies
2
Views
139
Hi Please I have zeilo smart relay #SR2A201BD but I don't have it's programming cable. Can I use any general usb/rs232 converter? Or need...
Replies
3
Views
113
Hi, Does anyone have thoughts or know of, can point in the right direction any published materials with a plumbing centric point of you explaining...
Replies
1
Views
159
@ All: what is your best guess on a potential range in increase in efficiency in % (i.e. saved programming hours, greater output, etc.) when...
Replies
5
Views
335
Back
Top Bottom