Joy-it sbc-ssr01 Bruksanvisning

Les nedenfor 📖 manual på norsk for Joy-it sbc-ssr01 (6 sider) i kategorien Ikke kategorisert. Denne guiden var nyttig for 17 personer og ble vurdert med 4.5 stjerner i gjennomsnitt av 2 brukere

Side 1/6
www.joy-it.net
Pascalstr. 8 47506 Neukirchen-Vluyn
SOLID STATE RELAYS
SBC-SSR01
1. GENERAL INFORMATION
Dear costumer,
thank you very much for choosing our product.
In following, we will introduce you to what to observe while starting up
and using this product.
Should you encounter any unexpected problems during use, please do
not hesitate to contact us.
Caution!
This product may only be installed by a qualified electrician for
your own safety! Working on electric devices/ systems implies
hazard of strokes which may cause serious injuries or even
death!
www.joy-it.net
Pascalstr. 8 47506 Neukirchen-Vluyn
2. SETUP WITH THE RASPBERRY PI
Raspberry Pi SSR01
5V (Pin 2) DC+
GND (Pin 6) DC-
BCM 22 (Pin 15) CH1
BCM 27 (Pin 13) CH2
BCM 17 (Pin 11) CH3
BCM 23 (Pin 16) CH4
Wiring:
LOAD
LOAD
LOAD
LOAD
-
+ -
+ -
+ -
+
Caution!
The relays can only handle loads from 100 V to 240 V AC and
maximum 2 A.
This product may only be installed by a qualified electrician for
your own safety! Working on electric devices/ systems implies
hazard of strokes which may cause serious injuries or even
death!
www.joy-it.net
Pascalstr. 8 47506 Neukirchen-Vluyn
2. SETUP WITH THE RASPBERRY PI
Code example:
If the signal pin is set to high, the output is enabled.
In the following code example, all output are enabled every 10 seconds for 5 seconds.
from time import sleep
import RPi.GPIO as GPIO
GPIO.setmode(GPIO.BCM)
CH1 = 22
CH2 = 27
CH3 = 17
CH4 = 23
GPIO.setup(CH1, GPIO.OUT)
GPIO.setup(CH2, GPIO.OUT)
GPIO.setup(CH3, GPIO.OUT)
GPIO.setup(CH4, GPIO.OUT)
try:
while True:
print ("Enable all outputs")
GPIO.output(CH1, GPIO.HIGH)
GPIO.output(CH2, GPIO.HIGH)
GPIO.output(CH3, GPIO.HIGH)
GPIO.output(CH4, GPIO.HIGH)
sleep(5)
print ("Disable all outputs")
GPIO.output(CH1, GPIO.LOW)
GPIO.output(CH2, GPIO.LOW)
GPIO.output(CH3, GPIO.LOW)
GPIO.output(CH4, GPIO.LOW)
sleep(5)
except KeyboardInterrupt:
GPIO.cleanup()

Produkspesifikasjoner

Merke: Joy-it
Kategori: Ikke kategorisert
Modell: sbc-ssr01

Trenger du hjelp?

Hvis du trenger hjelp med Joy-it sbc-ssr01 still et spørsmål nedenfor, og andre brukere vil svare deg




Ikke kategorisert Joy-it Manualer

Ikke kategorisert Manualer

Nyeste Ikke kategorisert Manualer