# Devicenet master

**URL:** https://discourse.nodered.org/t/devicenet-master/13573
**Category:** Dashboard
**Created:** [22 July 2019 21:20 UTC](https://discourse.nodered.org/t/devicenet-master/13573 "2019-07-22T21:20:59Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![A\_124](https://avatars.discourse-cdn.com/v4/letter/a/a698b9/32.png) [@A\_124](https://discourse.nodered.org/u/A_124)
#### Post date: [22 July 2019 21:21 UTC](https://discourse.nodered.org/t/devicenet-master/13573/1 "2019-07-22T21:21:00Z")

</div>

Trying to come up with a test box for a suction cup frame used for picking up glass sheets. So I need to open and close valves 24v solenoid valves. When the tool is in use the valves are control with and allen Bradley i/o the recieved its control over devicenet. Is it possible to do this with node-red and a dashboard setup.

---

<div class="post-metadata">

### Author: ![bakman2](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/bakman2/32/6207_2.png) [@bakman2](https://discourse.nodered.org/u/bakman2)
#### Post date: [23 July 2019 05:55 UTC](https://discourse.nodered.org/t/devicenet-master/13573/2 "2019-07-23T05:55:02Z")

</div>

If "devicenet" speaks ip or http or some sorts, yes this is possible.

---

<div class="post-metadata">

### Author: ![Steve-Mcl](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/steve-mcl/32/4826_2.png) [@Steve-Mcl](https://discourse.nodered.org/u/Steve-Mcl)
#### Post date: [23 July 2019 22:17 UTC](https://discourse.nodered.org/t/devicenet-master/13573/3 "2019-07-23T22:17:02Z")

</div>

Is the devicenet node part of a PLC or standalone?

You will struggle to find a ready made node-red node to act as a master but if it's part of a PLC, then there are quite a few ways to communicate to PLC.

---

<div class="post-metadata">

### Author: ![A\_124](https://avatars.discourse-cdn.com/v4/letter/a/a698b9/32.png) [@A\_124](https://discourse.nodered.org/u/A_124)
#### Post date: [23 July 2019 23:02 UTC](https://discourse.nodered.org/t/devicenet-master/13573/4 "2019-07-23T23:02:30Z")

</div>

I want to control the flex I/O as a standalone

 ![20190723_175442.jpg](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/c/cbc6f101e232c5900f998b3440046867cb5196eb.jpeg)

 ![Screenshot_20190723-180155_Chrome.jpg](https://us1.discourse-cdn.com/flex026/uploads/nodered/original/2X/7/70cb07dc6758c856ab4d9a8010ed0e812fbfb621.jpeg)

---

<div class="post-metadata">

### Author: ![seth350](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/seth350/32/4617_2.png) [@seth350](https://discourse.nodered.org/u/seth350)
#### Post date: [24 July 2019 04:22 UTC](https://discourse.nodered.org/t/devicenet-master/13573/5 "2019-07-24T04:22:19Z")

</div>

Very seriously doubt you will be able to “take control” of the IO rack. I have never messed with DeviceNet but I know it’s finicky.

You can however connect node-red to that AB PLC over ethernet. If you have the PLC program, you could add some tags to control the valves. Then add the tags to node-red-contrib-pccc or eth-ip.

Search for PLC in the pallete manager and you will find it.
