Datasheet
Fig I/O method configuration
From the superclass BaseIOCard we inherit a method to connect the object to a plc thread in the
configurator.
Build the classvolume
Now the classes are created, and we save, leave edit mode, and create loadfiles for the class volume
by activating Functions/Build Volume in the menu. An include-file containing c structs for the
classes, $pwrp_inc/pwr_cvolmerk1classes.h, is also created when building the volume.
Install the driver
Download the driver and unpack the tar-file for the driver
> tar -xvzf usbio.tar.tz
Build the driver with make
> cd usbio/driver/linux-2.6
> make
Install the driver usbio.ko as root
> insmod usbio.ko
Allow all users to read and write to the driver
> chmod a+rw /dev/usbio0










