Page 1 of 1

using eb038 with flowcode 8

Posted: Sun Nov 18, 2018 8:31 pm
by SimonCaruana
Hi there,
anybody knows when i can find the relay board eb038 in flowcode 8 please?

thanks
Simon

Re: using eb038 with flowcode 8

Posted: Sun Nov 18, 2018 8:47 pm
by medelec35
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.

Re: using eb038 with flowcode 8

Posted: Mon Nov 19, 2018 4:13 pm
by SimonCaruana
thank you very much sir

Re: using eb038 with flowcode 8

Posted: Mon Nov 19, 2018 4:32 pm
by medelec35
You're welcome.
Let us know If you're still having any issues.