pvbrowser primer
Back Content Forward

Assigning physical values

From within pvserver you can use any external library written in C/C++. Thus you may implement access to physical values. Such a library is rllib, written in C++. The necessary code for acessing modbus and siemens PLC's is already included in the generated code. In order to use it you only have to comment it out. Accessing modbus is shown below.

val = modbus.readBit(offset,number);

For more information view the online documentation.


Back Content Forward