LabView Driver contains Connectivity, SPI Interface, I2C Interface, GPIO, ADC, PWM, Pulse Counter and UART Interfaces components. Lets look at DLN LabView Driver VI Tree.
Component for opening ADC port, which can be configured and used by user.
reference | Dln.Device, dln.net |
---|---|
port index | ADC port number |
channel index | ADC channel number |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.Adc.Port, dln.net |
---|---|
channel get_Item | Dln.Adc.Channel, dln.net |
error out | Output connector with error information wired from the VI previously called. |
Component for opening PWM port, which can be configured and used by user.
reference | Dln.Device, dln.net |
---|---|
port index | PWM port number |
channel index | PWM channel number |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.Pwm.Port, dln.net |
---|---|
channel get_Item | Dln.Pwm.Channel, dln.net |
error out | Output connector with error information wired from the VI previously called. |
Component for configuring UART port.
reference | Dln.Device, dln.net |
---|---|
port index | UART port index |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.Uart.Port, dln.net |
---|---|
error out | Output connector with error information wired from the VI previously called. |
Component for configuring Pulse Counter port.
reference | Dln.Device, dln.net |
---|---|
port index | Pulse Counter port index |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.PulseCounter.Port, dln.net |
---|---|
error out | Output connector with error information wired from the VI previously called. |
Connectivity components serves for device initialization and connecting operations.
Component for connecting to DlnServer service. This component should be run first before any other operations with DLN-series adapter.
host | DLN Server valid host. By default host is "localhost". |
---|---|
port | DLN Server valid port. By default port is "9656". |
error in | Input connector excepts error information wired from the VI previously called. |
reference out | Dln.Library output reference. |
---|---|
Connect | Dln.Connection, dln.net. |
error out | Output connector with error information wired from the VI previously called. |
reference | Dln.Library, dln.net |
---|---|
connection | Dln.Connection, dln.net |
error in | Input connector excepts error information wired from the VI previously called. |
error out | Output connector with error information wired from the VI previously called. |
---|
error in | Input connector excepts error information wired from the VI previously called. |
---|
Open | Dln.Device, dln.net |
---|---|
error out | Output connector with error information wired from the VI previously called. |
Input connectors:
id | ID number to be set to connected DLN-series device. |
---|---|
error in | Input connector excepts error information wired from the VI previously called. |
Output connectors:
OpenById | Dln.Device, dln.net |
---|---|
error out | Output connector with error information wired from the VI previously called. |
I2C Interface components help to operate with I2C Master and I2C Slave ports by configuring port properties and transferring data.
Component for opening I2C Master port which can be configured and used by user.
reference | Dln.Device, dln.net |
port index | I2C Master port number |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.I2cMaster.Port, dln.net |
error out | Output connector with error information wired from the VI previously called. |
Component for opening I2C Slave port which can be configured and used by user. This component will operate correctly only with DLN-4S adapter.
reference | Dln.Device, dln.net |
port index | I2C Slave port number |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.I2cSlave.Port, dln.net |
error out | Output connector with error information wired from the VI previously called. |
SPI Interface components help to operate with SPI Master and SPI Slave ports by configuring port properties and transferring data.
Component for opening SPI Master port which can be configured and used by user.
reference | Dln.Device, dln.net |
port index | SPI Master port number |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.SpiMaster.Port, dln.net |
error out | Output connector with error information wired from the VI previously called. |
Component for opening SPI Slave port which can be configured and used by user. This component will operate correctly only with DLN-4S adapter.
reference | Dln.Device, dln.net |
port index | SPI Slave port number |
error in | Input connector excepts error information wired from the VI previously called. |
port get_Item | Dln.SpiSlave.Port, dln.net |
error out | Output connector with error information wired from the VI previously called. |