ML1400 Analog I/O

alijuda

Member
Join Date
Jan 2013
Location
Iraq
Posts
62
Dear My Friend
I have on project with 1 analog input and 1 analog output , I need to get analog input from load cell transmitter (4..20mA) and delayed these value 40 sec then i must be multiple this value with another value and send it to Pump AC drive to controlled the pump flow
example
if I have in the first sec. analog IN ( 31200-250KG ) i must dallied 40 sec then send 10 V to motor AC drive for flow controlled
if I have in the second sec. analog input (29950- 240KG)i must dallied 40 sec then send 9.6 V to motor AC drive for flow controlled
this will be continuous to shutdown plant
I can do this with classic instruction (TON , MOV , MUL , DIV ) but Is possible to Use PID to do this equation
Please any friend can help me with this function

Many Thanks
Ali
 
Last edited:
More explanation is needed. What did you mean by
...this will be continuous to shutdown plant?
Do you mean that the function is continuous from a weight of 250 kilograms (31200 count or 10 volts) down to 0 kilograms, so that at 0 kilograms (or some minimum weight), the voltage to the AC Drive will be 0, and the plant will be shutdown? If so, then yes, maybe a PID instruction could be used.

But you probably will also need to use a FIFO to save and delay the analog signal for 40 seconds. In other words, you set up a FFL (FIFO Load) to load and save a PID output signal every second for 40 seconds, and after 40 seconds, you do the first FFU (FIFO Unload) to move the first voltage signal to the AC Drive, and then do a FFU for each second there after.

Would this be a urea fertilizer coating (encapsulation) process?
 
Last edited:
Dear Lancie
Thank you for help, I thing the FFL and FFU suitable for my application , I don't used this instruction before , I will try to do this instruction and see the result
Many Thanks for your help
Best Regards
Ali
 

Similar Topics

Hello, I am new here and have been working with PLCs for a few years now. I have been tasked with setting up a Micrologix 1400….. to a Cmore 10...
Replies
10
Views
477
Hi, We may of finally received out first v21 ML1400. IP address set, proceed to download standard file for our machines & at about the 80% mark...
Replies
10
Views
1,436
I have a Allen Bradely 1500 that has a cracked board. It still works but needs replaced (battery is no longer connected). To make migration easier...
Replies
10
Views
3,212
Hi, I've got a new project for a vacuum conveying system. We require to add another HMI to the existing system which will then feed 2 separate...
Replies
6
Views
1,819
Hi All I have connected a Keyence SR1000 to a Compact Logix PLC and am triggering the scanner and reading barcodes over Ethernet/IP, no issues...
Replies
2
Views
832
Back
Top Bottom