External Interfaces
- {{@151#bkmrk-dio_read}}
- {{@151#bkmrk-dio_write}}
- {{@151#bkmrk-di_read}}
- {{@151#bkmrk-ethernet}}
- {{@151#bkmrk-%C2%A0}}
- {{@151#bkmrk-rs232}}
- {{@151#bkmrk-rs485}}
- {{@151#bkmrk-uio_ai_10v}}
- {{@151#bkmrk-uio_ai_20ma}}
- {{@151#bkmrk-uio_ao}}
- {{@151#bkmrk-uio_di}}
- {{@151#bkmrk-usb}}
DIO_Read
This example shows how to use DIO (Digital Input Output) of the Tiger computer in the read mode. After running the program, the state of the every DIO will be displayed.
Connections
In order to test the program use H1 - H7 pins (diagram provided on the bottom of this page).
DIO_Write
This example shows how to use DIO (Digital Input Output) of the Tiger computer in the write mode.
Connections
In order to test the program use H1 - H7 pins (diagram provided on the bottom of this page).
DI_Read
This example shows how to read state of the DI (Digital Input) of the Tiger computer. After running the program, the state of the every DI will be displayed.
Connections
In order to test the program use D1 - D5 pins (diagram provided on the bottom of this page).
ETHERNET
This example shows how to check the Ethernet port connection of the Tiger computer.
- ETHERNET - C example
- ETHERNET - Python example
- ETHERNET - Bash example
Connections
In order to test the program use the RJ45 port (diagram provided on the bottom of this page).
ONEWIRE
This example shows how to read temperature from DS18B20+ sensor using 1-Wire bus of the Tiger computer.
- ONEWIRE - C example
- ONEWIRE - Python example
- ONEWIRE - Bash example
Connections
In order to test the program use 1W, 5V and GND pins (diagram provided on the bottom of this page).
RS232
This example shows how to write to and read from the RS232 interface of the Tiger computer.
- RS232 - C example
- RS232 - Python example
- RS232 - Bash example
Connections
In order to test the program use T1, R1, T2, R2 and GND pins (diagram provided on the bottom of this page).
RS485
This example shows how to write to and read from the RS485 interface of the Tiger computer.
- RS485 - C example
- RS485 - Python example
- RS485 - Bash example
Connections
In order to test the program use A1 - A4, B1 - B4 and GND pins (diagram provided on the bottom of this page).
UIO_AI_10V
This example shows how to use the UIO (Universal Input Output) of the Tiger computer as a voltage AI (Analog Input).
- UIO_AI_10V - C example
- UIO_AI_10V - Python example
- UIO_AI_10V - Bash example
Connections
In order to test the program use U1 - U4 pins (diagram provided on the bottom of this page).
UIO_AI_20mA
This example shows how to use the UIO (Universal Input Output) of the Tiger computer as a current AI (Analog Input).
- UIO_AI_20mA - C example
- UIO_AI_20mA - Python example
- UIO_AI_20mA - Bash example
Connections
In order to test the program use U1 - U4 pins (diagram provided on the bottom of this page).
UIO_AO
This example shows how to use the UIO (Universal Input Output) of the Tiger computer as an AO (Analog Output).
- UIO_AO - C example
- UIO_AO - Python example
- UIO_AO - Bash example
Connections
In order to test the program use U1 - U4 pins (diagram provided on the bottom of this page).
UIO_DI
This example shows how to use the UIO (Universal Input Output) of the Tiger computer as a DI (Digital Input).
- UIO_DI - C examples
- UIO_DI - Python example
- UIO_DI - Bash example
Connections
In order to test the program use U1 - U4 pins (diagram provided on the bottom of this page).
USB
This example shows how to open, write to and read from a USB device plugged into the Tiger computer.
- USB - C example
- USB - Python example
- USB - Bash example
Connections
In order to test the program use the USB port (diagram provided on the bottom of this page).
Ports diagram
