TS-7250-V3 TS-RELAY8

From embeddedTS Manuals
TS-Relay8
Product Page
8-bit IO


Note: On TS-7250-V3 PCB Rev. B and older, the TS-RELAY8 relays will energize briefly immediately on poweron due to a hardware bug. This has been addressed in Rev. C and newer TS-7250-V3 hardware. When using older PCB revisions, ensure your application can tolerate several ms of the relays being energized at poweron.


The TS-RELAY8 includes 8 SPDT relays. These are capable of switching up to 5A at 30VDC or 30VAC.

See sections of the TS-RELAY8 guide for register / jumper documentation:

This example assumes no jumpers are installed on the TS-RELAY8.

# Verify the TS-RELAY8 is detected.  This should return 0x9b
pc104_peekpoke io 8 0x140

# Turn on just RLY1
pc104_peekpoke io 8 0x142 0x1

#Turn on RLY1 and RLY4
pc104_peekpoke io 8 0x142 0x9

# Turn on all relays.
pc104_peekpoke io 8 0x142 0xFF

# Turn off all relays (default state)
pc104_peekpoke io 8 0x142 0x0