Control ATV32 via ethernet by Modicon340

igimas

Member
Join Date
Mar 2015
Location
Nature
Posts
1
Hi, I need to help with my problem. I have to control screw pump which is connected directly to ATV32. ATV32 has a lubricating press, that is connected on the R2 Relay output on the ATV32. If I want to turn on pump, firstly it must be turning on press and then pump. So I need to send command from M340 to ATV logic, but it must not be direct command to start. In M340 I send Word block which contains commands to start ATV32 but I dont send it directly to address 8501 which is Control word, because it would cause immediately turning on pump. So I send it to logical address 12911.
In ATV logic I use block Read Reg Param where I use LA01, logical address is 12911. I separate third bit (it should be bit for start). Then this bit is processed by my logic (immediately turning on R2 and delay on this bit). And in the end output of delay this bit is taking back to word. This word I send to block Write Reg Param on the LA02, address 8501.
Is it my procedure right? Mainly I am not sure about address. Unfortunately now I dont have that ATV32 and on Monday I have to put into operation that. Thanks for help.
EDIT: Control the pump and the press must be indenpendent on the PLC. If the PLC is broken pump will be controled be switch connected on the LI inputs on the ATV32
 
Last edited:
There is a control output word to directly control the outputs
If you use this control word you need to make sure that the output is not assigned to any function
 

Similar Topics

Hey there guys, I'm relatively new to PLC programming. I had a few basic classes in college but since then I have mainly been on the instrument...
Replies
0
Views
27
Hi, Is Control Expert V15.0 supposed to support multiple monitors? I'm running Control Expert V15.0 on my host Windows 11 PC, connected to two...
Replies
1
Views
59
Hello everybody, I'm currently working on a project where I need to implement an IoT platform based on Microsoft Azure Cloud. Communication is...
Replies
2
Views
67
I’m attempt to establish a communication between two simulator M580 CPUs, using a READ_VAR, I have two vitalization Windows 10 in VMWare and each...
Replies
4
Views
113
Adding ethernet equipment to an existing panel that has none. We have some solid ethernet cables coming from other remote cabinets that I plan to...
Replies
3
Views
134
Back
Top Bottom