# Fanuc plc opc-ua

**URL:** https://discourse.nodered.org/t/fanuc-plc-opc-ua/101628
**Category:** General
**Created:** [12 August 2026 08:04 UTC](https://discourse.nodered.org/t/fanuc-plc-opc-ua/101628 "2026-08-12T08:04:39Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![AlastairLong](https://avatars.discourse-cdn.com/v4/letter/a/b38774/32.png) [@AlastairLong](https://discourse.nodered.org/u/AlastairLong)
#### Post date: [12 August 2026 08:04 UTC](https://discourse.nodered.org/t/fanuc-plc-opc-ua/101628/1 "2026-08-12T08:04:39Z")

</div>

I am getting a new machine which is controlled by FANUC PLC.  
The supplier has also said that the can setup OPC-UA communication so that we can get data from the machine.

I have never used OPC-UA before, but from looking at the nodes, all I need is the IP address, Port number and the data list (Tags so i can collect the information I need)?  
Is there something particular about the FANUC PLC's or do they work fine with the node-red-contrib-opcua.

This company is not aware of node-red as they were confused when i stated that i planned to use Nod-red OPC-UA to capture data from their machine.

Any help is really apprechiated

---

<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: [13 August 2026 11:49 UTC](https://discourse.nodered.org/t/fanuc-plc-opc-ua/101628/2 "2026-08-13T11:49:04Z")

</div>

If it is OPC-UA and not locked down by Fanuc, there is no reason OPC-UA in Node-RED will not work. In other words, give it a go.

Note, that node has several built-in example flows (accessible via `CTRL-I` -\> Examples)

---

<div class="post-metadata">

### Author: ![kuema](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/kuema/32/6542_2.png) [@kuema](https://discourse.nodered.org/u/kuema)
#### Post date: [18 August 2026 10:30 UTC](https://discourse.nodered.org/t/fanuc-plc-opc-ua/101628/3 "2026-08-18T10:30:37Z")

</div>

If you're not fixed on using OPC-UA and just want to read data from the PLC, you could also try using the Focas interface, if available.

We use the project linked below to read data from Fanuc series 32i and 18i PLCs.  
Data is polled at a configurable interval and can be published to a number of targets, including MQTT.

In our use case, we have about 25 devices and it works like a charm.

> **[GitHub - Ladder99/fanuc-driver: Configurable Fanuc Focas data collector and post...](https://github.com/Ladder99/fanuc-driver)**
>
> Configurable Fanuc Focas data collector and post processor.
