Hi there,
anybody knows when i can find the relay board eb038 in flowcode 8 please?
thanks
Simon
using eb038 with flowcode 8
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: using eb038 with flowcode 8
Hi Simon,
A Relay board component is not required in flowcode.
The relays are only activated when the output connected to EB038 goes high.
Have the patch in low nibble for portx 0 to 3
Or high nibble for portx 4 to 7
x = whatever port you select and so long as microcontroller supports it. e.g port C
You can use LED components or outputs.
For example you can choose LED Array and change count to 4 within properties.
Make sure the jumper on the relay PCB is on low nibble.
A Relay board component is not required in flowcode.
The relays are only activated when the output connected to EB038 goes high.
Have the patch in low nibble for portx 0 to 3
Or high nibble for portx 4 to 7
x = whatever port you select and so long as microcontroller supports it. e.g port C
You can use LED components or outputs.
For example you can choose LED Array and change count to 4 within properties.
Make sure the jumper on the relay PCB is on low nibble.
Martin
-
- Posts: 2
- Joined: Sun Nov 18, 2018 8:28 pm
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: using eb038 with flowcode 8
You're welcome.
Let us know If you're still having any issues.
Let us know If you're still having any issues.
Martin