Download datasheet
Main component : SRD-DC03V-SL-C(or G5LE-1-DC3) - 10 A at 120 VAC; 8 A at 30 VDC
• Switching capacity available by 10A in spite of small size design for highdensity P.C. board mounting technique.
• UL,CUL,TUV recognized.
• Selection of plastic material for high temperature and better chemical solution performance.
• Sealed types available.
• Simple relay magnetic circuit to meet low cost of mass production.
Sample program
RelayTest.py
* functions *
import Relay
def getInfo(Number) : Getting hardware information of device board
Number : connector number of baseboard
def power(milModClass, OnOff) : Emitting ON or OFF signal
milModClass : module instance
OnOff : ON(1) or OFF(0) signal
Example:
Relay.holdConnect(mod0)
Relay.power(mod0, 1)
Relay.holdDisconnect(mod0)