Power over Coax (PoC) for Interface Adapter Modules
- Updated2026-07-27
- 3 minute(s) read
Power over Coax (PoC) for Interface Adapter Modules
Power Over Coax (PoC) is a feature of GMSL and FPD-Link serial link standards. PoC allows DC power to be delivered over the same coaxial cable used for high-speed serial data. An inductive (bias-tee) filter on each end of the cable separates the DC power component from the high-frequency serial signal, allowing both to coexist on the same conductor.
- Source - the interface adapter module supplies DC voltage onto the cable. This role is the typical configuration for receive-side (deserializer) interface adapter modules that need to power a remote serializer or remote camera.
- Sink - the interface adapter module accepts DC voltage from the cable. This role is the typical configuration for transmit-side (serializer) interface adapter modules where the remote end provides power.
PoC Source (Powering Remote Devices)
When an interface adapter module operates as a PoC source, it applies a regulated DC voltage onto the coax cable. This voltage powers a remote device such as a serializer or camera without requiring a separate power connection.
- Internal 12 V source - the carrier module provides a regulated 12 V supply derived from its internal power rail. No external wiring is required.
- External source - an external supply connected to the carrier auxiliary connector routes to the PoC circuit. The accepted input range is 5 V to 30 V. This range allows you to select a supply voltage appropriate for the remote device.
PoC Sink (Transmit Use Cases)
An interface adapter module that is operating as a PoC sink receives DC power from the cable supplied by the remote end. This setup is typical for transmit-side interface adapter modules, or serializer role. In this setup, the system at the far end supplies power over the coax cable. The system at the far end typically includes a camera ECU or test head.
In this configuration, the interface adapter module does not supply voltage. The interface adapter module routes incoming PoC voltage from the coax cable to the carrier module auxiliary connector. This routing makes the power available to the test system.
Hot-Plug and Safe Disconnect
- Disable the PoC source.
- When operating in source mode, set the source to None.
- When operating in sink mode, ensure that you disable the remote source.
- Wait until the cable has discharged to a safe voltage level before you physically disconnect the cable.
Wait for PoC Safe to Disconnect
The FlexRIO LabVIEW Host API includes a Wait for PoC Safe to Disconnect function. This function monitors the PoC voltage on specified channels and blocks until the voltage falls under a safe threshold. This eliminates the need to estimate or hard-code a fixed discharge delay.
Wait for PoC Safe to Disconnect accepts a channel list and a timeout parameter. A timeout of -1 causes the function to wait indefinitely. A positive timeout value in milliseconds limits the wait and returns a timeout error. The function identifies any channel that did not reach a safe state within the allotted time.
Support in FlexRIO Interface Adapter Modules
| Interface Adapter Module Model | PoC Support |
|---|---|
| IVN-14811 | Not supported |
Related Information
- Wait for PoC Safe to Disconnect VI
- Wake Over Coax (WoC) for Interface Adapter Modules
Wake Over Coax uses existing PoC voltage on the cable to signal sleep and wake between the source device and remote devices, such as serializers and cameras.