DH+ Communication Problem

Nan

Member
Join Date
Jul 2015
Location
louisville
Posts
126
Hi all,

I had a communication problem that using 1747 l542c CPU and DH+ communicate from main panel to remote panels. What happened was that the control block in message function was stay solid sometime and make the communication drops, but if I toggle that block, all robots and machines back to running without a problem. I am wondering what cause this problem? And is there a way to automatically toggle this block when it stays solid after a few seconds? I am thinking about using a timer and one shot... but not sure if that will work.

Thanks!
 
When you have an on off transition on the input rung the message command is triggered. If it triggered again before it receives the done signal it can cause errors.
A common practice among programmers is to have data copied over occasionally based on a timer. I have done this when I wanted a periodic update. It does lack a layer of robustness that could get you out of trouble.

If all that is taken care of already then the next step is to look at the log of the communication errors. I've had this suggested to me but I solved my communication problems before I had the opportunity to learn how to do that. See chapter 13, 'SLC communication channels', in the instruction set reference and you will learn how to do this.

Hope this helped,

Glen
 
I have done a few projects that I would write the data to the other device (CPU and HMI) on data change... so it would not do anything until the data has changed, I dont like a lot of nothing on the network, you may want to look and see if they have done something like this but its not working very well
 

Similar Topics

I have an issue on my vessel, we have water tight door system created in China, company is no longer operating. We have 7 doors each with their...
Replies
4
Views
142
Hello everyone, One of our machine we use Siemens Cpu315-2dp. And this cpu communicate with 4 Lenze servo drives series 9300 via profibus. Also...
Replies
0
Views
179
I have wasted a week trying to figure out how to connect an SLC5/03 with my laptop. I do not have and can not Buy the 1747 UIC and PC3 cables. I...
Replies
14
Views
2,555
I am having PLC S7 200 smart model- ST 30 . In which I am getting problem in modbus communication of PLC and VFD via built in RS 485 port of PLC...
Replies
3
Views
748
Hi, I have a Mitsubishi FX5U PLC where I cannot established communication via ethernet port of my computer. Search all videos and follow all the...
Replies
3
Views
1,225
Back
Top Bottom