Discover Learn Reference Get OpenPLX Search Contact

Control/Network

Server

Server:
    .doc: """
Abstract server interface for remote communication with an OpenPLX runtime.
Exposes either a signal interface or all inputs and outputs in a Physics.System
if a system reference is provided.

Note: Asynchronous servers are not yet implemented.
"""
    enabled is Bool: false
    synchronous is Bool: true
    signal_interface is Physics.Signals.SignalInterface
    optional system is Physics.System reference

OpenPLX is a work in progress. This draft version will evolve with user feedback and experience. We welcome your input and collaboration.
X