Download this file
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
<?xml version="1.0" encoding="utf-8"?> <!--created with CoDeSys 3.0 (http://www.3s-software.com) by DeviceDescriptionBuilder (3S-Smart Software Solutions GmbH)--> <DeviceDescription xmlns="http://www.3s-software.com/schemas/DeviceDescription-1.0.xsd" xmlns:ts="http://www.3s-software.com/schemas/TargetSettings-0.1.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Types namespace="local"> </Types> <Strings namespace="local"> <Language lang="en"> </Language> </Strings> <!-- <Files namespace="local"> <Language lang="en"> <File fileref="local" identifier="Icon"> <LocalFile>Icon.ico</LocalFile> </File> </Language> </Files>--> <Device hideInCatalogue="false"> <DeviceIdentification> <Type>501</Type> <Id>0000 0002</Id> <Version>1.2.1.0</Version> </DeviceIdentification> <DeviceInfo> <Name name="local:ModelName">PiFace IO driver</Name> <Description name="local:DeviceDescription">Pi Face Digital</Description> <Vendor name="local:VendorName">3S - Smart Software Solutions GmbH</Vendor> <OrderNumber>-</OrderNumber> <!-- <Icon name="local:Icon">Icon.ico</Icon> --> </DeviceInfo> <Connector moduleType="500" interface="Raspberry.SPI" role="child" explicit="false" connectorId="1" hostpath="-1"> <InterfaceName name="local:PCI">SPI devices</InterfaceName> <Slot count="1" allowEmpty="false"> </Slot> <DriverInfo needsBusCycle="true"> <RequiredLib libname="IoDrvPiFace" vendor="3S - Smart Software Solutions GmbH" version="1.2.1.0" identifier="IoDrvPiFace"> <FBInstance basename="$(DeviceName)_Instance" fbname="IoDrvPiFace"> <Initialize methodName="Initialize"/> </FBInstance> </RequiredLib> </DriverInfo> <HostParameterSet> <Parameter ParameterId="1" type="std:USINT"> <Attributes channel="none" download="true" functional="false" onlineaccess="read" /> <Default>0</Default> <Name name="local:Id393218">Hardware address</Name> <Description name="local:Id393218.Desc">Hardware address of the device (0..3, jumpers JP2 JP1)</Description> </Parameter> <!-- obsolete <Parameter ParameterId="100" type="std:USINT"> <Attributes channel="none" download="true" functional="false" onlineaccess="read" /> <Default>0</Default> <Name name="local:SPI_channel">SPI master number</Name> <Description name="local:Id393218.Desc">SPI controlling device name /dev/spidev0.X</Description> </Parameter> --> <Parameter ParameterId="1000" type="std:BYTE"> <Attributes channel="input"/> <Name name="local:in1">in</Name> </Parameter> <Parameter ParameterId="2000" type="std:BYTE"> <Attributes channel="output"/> <Name name="local:out1">out</Name> </Parameter> </HostParameterSet> </Connector> <ExtendedSettings> <ts:TargetSettings> <ts:section name="deviceconfiguration"> <ts:setting name="createBitChannels" type="boolean" access="visible"> <ts:value>1</ts:value> </ts:setting> </ts:section> </ts:TargetSettings> </ExtendedSettings> </Device> </DeviceDescription>