Search found 12 matches

by dirkvg@skynet.be
Sun Feb 19, 2017 11:20 am
Forum: Flowcode V6
Topic: simulation window RS232
Replies: 1
Views: 9998

simulation window RS232

In FC4, when I use a component RS232 I saw in simulation a window with the characters I sent. (see attachment)
Where can I find this window in FC6?
Thanks in advance for your help
by dirkvg@skynet.be
Thu Apr 10, 2014 5:58 pm
Forum: Flowcode V4
Topic: how to convert a c variable into a flowcode variable
Replies: 5
Views: 7132

Re: how to convert a c variable into a flowcode variable

Thanks for your answer but the result is not still good

If you look at my attached program, after the simulation of that program on the LCD comes a 1
and for me it must be a 2
by dirkvg@skynet.be
Thu Apr 10, 2014 10:53 am
Forum: Flowcode V4
Topic: how to convert a c variable into a flowcode variable
Replies: 5
Views: 7132

how to convert a c variable into a flowcode variable

I start my flowcode program with a c block

unsigned int test=0;
test = test+1;

how can I use that variable in a calculation block?

in my attached file I hoped that on te LCD should come a 2 and not a 1

Thanks in advance for any help.
by dirkvg@skynet.be
Sat Mar 15, 2014 4:48 pm
Forum: Formula Flowcode
Topic: formula flowcode robot and windows8
Replies: 1
Views: 8188

formula flowcode robot and windows8

How can I use the formula flowcode robot with windows8?
Is a special driver necessary?
Thanks in advance for your help
by dirkvg@skynet.be
Sat Nov 10, 2012 11:45 am
Forum: Flowcode V4
Topic: 3 pwm signals
Replies: 2
Views: 3244

Re: 3 pwm signals

Thank you for your advise
by dirkvg@skynet.be
Sat Nov 10, 2012 10:33 am
Forum: Flowcode V4
Topic: 3 pwm signals
Replies: 2
Views: 3244

3 pwm signals

When I read the datasheets of a 16F767 µC I suppose (but I am not sure) that I can generate 3 independant PWM signals with this µC. In flowcode v4.5.18.74 it is not possible to add a pwm component with 3 PWM signals. So my question is: Is it possible to generate 3 pwm signals with one µC and is it p...
by dirkvg@skynet.be
Tue Mar 09, 2010 6:38 pm
Forum: Electronics products
Topic: RFP12N10L
Replies: 5
Views: 6214

Re: RFP12N10L

I have also tried to replace the RFP12N10L by a IRF3415 fet. And that works also very good.

dirk
by dirkvg@skynet.be
Wed Mar 03, 2010 2:41 pm
Forum: Electronics products
Topic: RFP12N10L
Replies: 5
Views: 6214

Re: RFP12N10L

thanks

I will try it

dirk
by dirkvg@skynet.be
Wed Mar 03, 2010 1:40 pm
Forum: Electronics products
Topic: RFP12N10L
Replies: 5
Views: 6214

RFP12N10L

Hello, With a microcontroller and a n-channel mosfet (RFP12N10L) I try to activate a load of 12V. (see atachment) If the load is a dc motor (700 mA) it works correct. If the load is a lamp (1,2A) it doesn't work. It seems in that case that 5V on the gate is now to low to activate the lamp. Is there ...
by dirkvg@skynet.be
Wed Feb 24, 2010 9:22 am
Forum: E-blocks
Topic: EB014
Replies: 1
Views: 2576

EB014

I would connect an EB014 keypad to a self made print with a 16F628ΒµC. I need only the buttons 1,2,3,4,5,6 from the key pad. Are the following connections right? SUBD pin1 connected with bit 0 from port B SUBD pin2 connected with bit 1 from port B SUBD pin3 connected with bit 2 from port B SUBD pin5...
by dirkvg@skynet.be
Thu Nov 26, 2009 7:03 pm
Forum: Flowcode V2 & V3
Topic: variable window and call stack window
Replies: 1
Views: 2606

variable window and call stack window

Sometimes when I am working with flowcode V3 it is impossible for me to see the variable window or the call stack window When I debug my program step by step with F8. Choosing for view, variables or view, call stack doesn't work. Can you give me some advice? Regards Dirk