DeviceNet

SandD

Member
Join Date
Dec 2015
Location
Roanoke
Posts
1
Gentlemen,
Quick question, how do I leave a vfd in the network but basically want the network to ignore it?
 
It depends on what PLC you are using and how you are communicating with it.

In rslogix/studio 5000 you would put a checkmark next to "inhibit module", but make sure there is no watchdog or any other logic that requires the drive to be present.

A pause icon next to the drive icon will appear just like in the picture.

inhibit.jpg
 
In a ControlLogix with EtherNet/IP or ControlNet, the connection inhibit is done in the I/O tree as seen above.

On DeviceNet, the connections are all done in the Scanner module's Scanlist Configuration. RSNetworx for DeviceNet software is required to created, edit, upload and download scanlists.

To disable a device in a scanlist, all you have to do in the Scanlist Editor is select the device in the "Scanlist" side of the pane and un-check the "Node Active" box.

You could also simply remove the device from the scanlist.
 
Not the OP, but is there a way to do this from the program, instead of via the engineering software?
 
Yes on both.

In Logix 5000 with the EtherNet/IP and ControlNet connections, you can programmatically "check the box" for the Inhibit Connection setting on the Connections tab.

The Set System Variable (SSV) instruction will do the job. You set it for the Module's MODE object, and write a value of 4 to Inhibit, and a value of 0 to un-Inhibit.

The RA Knowledgebase has a good example, in Article ID # 52041. (TechConnect Required).

This can also be done in DeviceNet with a CIP Generic Message to the Scanlist object.

The details are dependent on platform (SLC, PLC-5, Logix) and firmware support for the feature. Modern DeviceNet scanners allow you to do connection Active/Inactive changes during runtime without interrupting the rest of the data flow.

It's a fairly expert-level feature, but I'd be glad to pull out my notes on it if necessary.
 

Similar Topics

Hi, I am looking to migrate some of our Electronic Overloads off of a Troublesome Devicenet Segment. Is there any documentation confirming the...
Replies
5
Views
92
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
146
Sigh, DeviceNet noob... I have a 1756-L55, with a DeviceNet module, and 10 PF700 all commanded with DeviceNet. One of the PF700's blew up...
Replies
3
Views
133
Good day Forum Members I got a older Lincoln welder and hoping to make it work at our shop. Welder in question is the Lincoln Power Wave 455M...
Replies
4
Views
207
Hello Friends We have 10 Powerfocus 4000 with DeviceNet, We need to backup the configuration, the Powerfocus is detected but as unrecognized...
Replies
0
Views
106
Back
Top Bottom