Can you please help me on the following program:
ABB CODESYS
· PLC Configuration
· Design the program(CFC (Main Program) and LD)
· Log in
· Run and Simulate
Resource to Concern
· AC500 PM571 V1.2
· DC522 Digital Unit
· Ax521 Analogue Unit
MAIN PROGRAM (CFC)
On chemical plant two tanks (T_1 and T_2) exist that flows into third tank (T_3).The level of Tank (T_1 and T_2) is monitored by level sensors connected to the first and second analogue inputs of the PLC Modules. The sensor gives a signal of 0V for the LoLo value and a 10v for the HiHi value>the following condition will need to activate a different alarm condition:
· T_1 Level <T_2Lvel active condition on the first output of the DC522
· T_1 Level >T_2Lvel active condition on the Second output of the DC522
· T_1 Level =T_2Lvel active condition on the Third output of the DC522
A PUMP connected to the system (fourth output of the DC522) consisting of T_1 ,T_2 and T_3 is used to pump chemical from T_1 and T_2 to T_3.This pump will stop after 5 seconds if an alarm condition is triggered. The PUMP can only start when it is manually activated with START_1 xor START-2 N/O push release buttons buttons ( First and second input of the DC522 ) after a 3 second delay.
SECOND PROGRAM
If all three he alarm condition are triggered a fifth output on the DC522 must be set and can only be manually reset with a third RESET _1 N/O INPUT ON THE DC522.