Configuration in flowcode

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
RAMTEC
Posts: 18
Joined: Thu Jul 27, 2006 4:32 am
Location: Dominican Republic
Contact:

Configuration in flowcode

Post by RAMTEC »

Hi, i want to know how i can use a pin that first has been configurate like in put (with push botton) in an out put (leter) without disconnecting the push botton using flowcode in the same flowchart.
Thank

cruzxia
Posts: 88
Joined: Wed Jan 04, 2006 7:34 am
Been thanked: 8 times
Contact:

Input/output on 1 IO

Post by cruzxia »

Yes you can do this with a PIC, But you will have to setup your PCB so that it has resistors to prevent damage to the PIC.

In Flowcode you will need to reed the input, and then output so that the IO is 1 or 0 (on or off) You can then switch the output as necessary.

RAMTEC
Posts: 18
Joined: Thu Jul 27, 2006 4:32 am
Location: Dominican Republic
Contact:

Configuration in flowcode

Post by RAMTEC »

Thankyou Ian.
Yes, i connected an resistor for prevent damage to the pic.
The problem is that when i use the pin like input conecting a push botton, and leter, when i want use the same pin like output (using an output block in flowchat) it is not recognized until the push botton is conected to the pin like input.

How i can solve this problem?

Ian
Posts: 110
Joined: Thu Sep 29, 2005 10:53 am
Location: Matrix Multimedia
Been thanked: 1 time
Contact:

Post by Ian »

We use the following system for IO lines on our boards:

Image

Post Reply