Categories
Note: When the board is powered on, all the relays will be activated.It works well with Win 7. We do not have a driver for this board that works with Win 10.
Features: Parameters:
Interface
Modules are with Micro USB, serial port and TTL serial interface.
How to use it? 1).USB Usage method
These modules use the USB port to connect with the PC as following: Open the "Relay Board Manager" to control the module directly. Please refer the usage of this software to "Relay Board Manager_Reference". 2)Serial port using method
These modules can use the serial port to connect with other communication devices. These modules can receive the Single-byte instruction from the upper monitor. Suggested by our customer: Here is the way it works, take ICSE012A as an example:
· After the ICSE012A has been connected to PC, if send 0x50 to ICSE012A, it will reply 0xAB.( Relay Board Manager: Tool--Configure)
· Then if you send 0x51 to ICSE012A, it is ready to receive hex code.( Relay Board Manager: Open the Sele)
Actually you can use a software “Bus Hound” to see what the transmission hex codes are and use Python PySerial library to customize the relay actions as well as “Relay Board Manager”.
Python Sample:
import serial
import time
fd=serial.Serial("COM3",9600)
time.sleep(1)
fd.write('x50')
time.sleep(0.5)
fd.write('x51')
def relay_1():
fd.write('x00')
time.sleep(1)
fd.write('x01')
if __name__ == "__main__":
relay_1()
These modules will work normally after they receive the "0X51" instruction. The bytes which these modules receive can control the modules directly and every singly byte control one channel of the module( "0" means start, "1"means stop). The details are as following:
|
As I need quite a few loops to achive the right commands for the relay controller in National Instruments LabVIEW, this might be interesting for someone. You can download a example-vi here: https://pidelta.de/usb-relay-labview/
First we should say that ICStation doesn't accept any form of pay on delivery.Items used to be shipped after receiving the order info and payment. Below are the payment methods we can accept at the moment:
1) Paypal Payment
PayPal is a secure and trusted payment processing service that allows you to shop online. PayPal can be used at icstation.com to purchase items by Credit Card (Visa, MasterCard, Discover, and American Express), Debit Card , or E-check (i.e. using your regular Bank Account).
We are PayPal Verified
2) Bank Transfer / Wire Transfer / T/T
Bank Transfer / Wire Transfer / T/T payment methods are accepted for orders which the total price is up to US$500. The bank will charge about US$50 for the transfer fee if we do the payment in these ways. Feel free to contact us for bank payment details if you need pay via bank.
For other payment method, please contact us at orders@icstation-team.com for more details.