Devicenet to 1336 Plus Drives

naegely

Member
Join Date
May 2008
Location
Florida
Posts
93
I have a system controlling two 1336 plus drives via SLC 5/04 and 1747-SDN scanner. The logic issues the start command, and the corresponding output is energized and remains so as long as the drive is commanded to run.

The problem I have is that sometimes, the drives do not start. Online I confirm that the start output is energized, but drives don't run, and there are no faults shown on the network. Using online editing, I added an AFI before the output and confirm that toggling the output will start the drive. So the behavior is as if the initial start command didn't get to the drive (lost packet?),even though the output remains on.

At this point I'm just planning on adding logic to monitor the run contact of the drive and toggle the output if I don't get the input when expected. But, having no experience with Devicenet I wanted to at least post the question here to see if anyone had any other troubleshooting advice that doesn't involve modifying the logic, which for me involves change control paperwork unfortunately.

Thanks for any help,
Rob
 
Long ago in a deer hunting camp in the woods north of Mequon, Wisconsin, a debate raged over a matter of cardinal importance to the gathered men. Voices were raised. Shouts were heard. A shot rang out ! Then silence.

And that's why Allen-Bradley drives use a False-to-True transition of the Start bit, but require that when the Start bit changes state that all the Stop commands be false.

Kind of like a rifle safety.

This is common on drives networked with ControlLogix because the I/O scan is asynchronous to the ladder scan, but it can still happen on networks like DeviceNet if the STOP bit is simply programmed to be True any time that the START bit is false.

If a packet ends up going out that has both the START and STOP bit true, then the START bit's transition will be ignored, even after the STOP bit goes false.

I program the Start bit to stay true only until the drive has reported that it's running. And I program the Stop bit to be true only until the drive has reported that it is not running.
 

Similar Topics

Hi folks, First of all, Merry Christmas and Happy New Year to everyone! I'm the lucky heir (as process engineer) to a dated process that...
Replies
6
Views
2,669
Looking for help in configuring explicit messaging in the RSLogix 5000 for devicenet 1336 drive is 16bit and current devicenet is mapped this...
Replies
0
Views
3,206
Hello board, Quick poll: has anyone ever ruined all their 1336-GM6 communication modules on a network by unplugging the dnet terminal while...
Replies
16
Views
4,374
Is there anything that needs programed in the 1336 drive to use the scanport adapter to get it on devicenet? The problem I have is on a machine...
Replies
2
Views
5,697
We've run into an old system that we are upgrading which is still running Steeplechase with Citect using Devicenet to Wago. I had some experience...
Replies
4
Views
136
Back
Top Bottom