opcua-client-nodeset · master
Docs · Spec · PAEFS

PAEFS — Process Automation, Energy and Factory Systems

Process Automation Energy and Factory Systems — bridges PADIM's process-instrumentation model with Machinery's factory model. Four enums, no DTOs.

OPC UA companion specification bridging PADIM (process-side instrumentation) and Machinery (factory-side equipment). PAEFS provides the cross-cutting vocabulary needed when a single asset is both a "process instrument" (PADIM) and a "machinery item" (Machinery) — common in pharmaceutical, food and beverage, specialty chemical lines.

What's in the package

Artefact Count
Enums 4
DTOs
Codecs
Registrars 1 (PAEFSRegistrar)

Loading

php examples/paefs/load.php
use PhpOpcua\Client\ClientBuilder;
use PhpOpcua\Nodeset\PAEFS\PAEFSRegistrar;

$client = ClientBuilder::create()
    ->loadGeneratedTypes(new PAEFSRegistrar())   // pulls PADIM, Machinery, DI
    ->connect('opc.tcp://hybrid-plant.local:4840');

Direct dependencies

Notable enums

The four enums classify cross-cutting attributes — equipment suitability for energy / process / factory contexts.