Get time in seconds from current read position
Get time in seconds from random position
Setup a new connection structure using an initialized daveInterface and PLC's MPI address.
Create a daveInterface structure.
Read len bytes from the PLC.
S7 timers
Data blocks
Instance data blocks
ProfiBus/MPI speed constants to be used with newInterface
S7 counters
A structure representing the physical connection to a single PLC. daveConnection stores all properties that are unique to a single PLC: - The MPI address of this PLC. - The rack the PLC is in. - The slot the PLC is in.
A structure representing the physical connection to a PLC or a network of PLCs (e.g. like MPI). daveInterface stores all those properties that are common to a network of PLCs: - The local address used by your computer. - The speed used in this network. - The protocol type used in this network. - A name which is used when printing out debug messages. * The structure daveInterface is created and initialized by daveNewInterface: *
This module contains bindings to types and functions from the nodave C header <nodavesimple.h>.