Search found 61 matches

by Chet
Thu Jul 09, 2009 8:59 pm
Forum: Flowcode V2 & V3
Topic: Where are the lables in V4
Replies: 2
Views: 2706

Where are the lables in V4

I downloaded FC V4 and can't figure out how to label the leds or switches like I can with V3.
I also cant change the color of the switch (set as button)
Also there is no help file, hope this is just a limitation of the demo version. Please advise.
by Chet
Sat Feb 07, 2009 9:04 pm
Forum: General / Misc
Topic: Flowcode 4
Replies: 12
Views: 10881

Re: Flowcode 4

Hello Steve, Will Flowcode 4 run on the Vista 64 bit platform? Even better will it run on Windows 7? I sure hope so. I also hope you will incorporate user controlled flowchart arrangement (let us put the icons where we want them). :P Last, integration with your TINA program would be nice. Keep up th...
by Chet
Fri Feb 01, 2008 8:08 pm
Forum: Flowcode V2 & V3
Topic: More wish list for V3/V4
Replies: 7
Views: 5192

Re: More wish list for V3/V4

For V4, please step up to the plate and support the PIC32 Platform :P
by Chet
Fri Nov 30, 2007 6:49 pm
Forum: Flowcode V2 & V3
Topic: Using PICkit2 with Flowcode
Replies: 50
Views: 113541

Thanks Steve, I'm not a crackshot at command line programming
so I hope someone will have a go at it. I guess I just need to
buy the Matrix HP-488 ;)
by Chet
Fri Nov 30, 2007 7:14 am
Forum: Flowcode V2 & V3
Topic: Using PICkit2 with Flowcode
Replies: 50
Views: 113541

Steve, anything like this for the Picstart plus\Warp 13 programmer?
by Chet
Thu Nov 15, 2007 5:13 am
Forum: General Programming
Topic: 7805 5v regulator or Zener Diode for pic?
Replies: 4
Views: 5304

Thanks, maybe you could add your last comment to the Help file
for Flowcode and Also mention in Flowcourse.
by Chet
Wed Nov 14, 2007 2:18 pm
Forum: General Programming
Topic: 7805 5v regulator or Zener Diode for pic?
Replies: 4
Views: 5304

I was under the impression that PUT should always be on, but I can
try.
Besides WDT What are the "Standard" settings used by Matrix?
by Chet
Wed Nov 14, 2007 4:30 am
Forum: General Programming
Topic: 7805 5v regulator or Zener Diode for pic?
Replies: 4
Views: 5304

7805 5v regulator or Zener Diode for pic?

I'm struggling with power supply issues and was wondering if someone has a bullet proof 5v power supply scheme. Currently I use a 7805 regulator with .1uf tant caps on the input of the regulator and right next to the pic. This is powered from a 12v switching power supply. Batteries are not an option...
by Chet
Thu Sep 13, 2007 1:38 am
Forum: Flowcode V2 & V3
Topic: Possible inconsistency in DECISION handling?
Replies: 2
Views: 2810

Try "&&" instead of AND.
by Chet
Tue Jul 17, 2007 2:29 am
Forum: Flowcode V2 & V3
Topic: Flashing/blinking LED
Replies: 2
Views: 5067

Use a timer interrupt to make a counter. blink when counter = whatever
your delay needs are. Theres a little more to it but this is a start. :wink:
by Chet
Fri Jun 29, 2007 1:01 am
Forum: Flowcode V2 & V3
Topic: Flowcode 3.2
Replies: 3
Views: 3399

Steve, I would like to suggest, you could make the 32 bit float a real Flowcode feature that simulates. It seems everything you need to do it is there with the boostC 32bit library. Regards, Chet
by Chet
Sat May 26, 2007 7:39 am
Forum: Flowcode V2 & V3
Topic: Decision Block Problem
Replies: 6
Views: 5165

Steve,

I think the && feature creates a porting issue from Flowcode v2 to v3. It's a concern I have because I have a FC2.asm that burns to chip fine
but not when I burn it from FC3. Any other things like this I should look for? The flowcart simulates perfectly in both versions.

Regards, Chet
by Chet
Fri May 25, 2007 4:30 am
Forum: Flowcode V2 & V3
Topic: Decision Block Problem
Replies: 6
Views: 5165

Try changing AND to &&, hope that helps.
by Chet
Fri May 25, 2007 4:25 am
Forum: Flowcode V2 & V3
Topic: Connecting 2 Flowcode blocks i Wish List
Replies: 6
Views: 5109

If I may chime in, I would like to suggest an option to move icons around so the user can tidy-up the flowchart. Not affecting links or code of course.
by Chet
Sat Apr 21, 2007 4:44 am
Forum: Flowcode V2 & V3
Topic: Loops
Replies: 6
Views: 5971

I just looked at some code I've got and I actually test a input
varible. So it's really checking the state of a pin.
by Chet
Fri Apr 20, 2007 7:05 pm
Forum: Flowcode V2 & V3
Topic: Loops
Replies: 6
Views: 5971

Testing the varible inside the loop, may work.
by Chet
Wed Feb 28, 2007 6:18 am
Forum: Flowcode V2 & V3
Topic: PWM component is almost ready
Replies: 16
Views: 12862

I'd be happy to give it a go over :D
by Chet
Wed Feb 07, 2007 6:24 am
Forum: Flowcode V2 & V3
Topic: Flowcode for Microcontrollers other then PICs
Replies: 8
Views: 12179

Steve, while your at it could you do the same for the Motorola HC11 series. I could seriously use Flowcode with it.

World domination of embedded computing with Flowcode should be your main goal in life :wink:
by Chet
Thu Dec 21, 2006 11:02 pm
Forum: Flowcode V2 & V3
Topic: Code macro and performance
Replies: 4
Views: 4807

Code macro and performance

Was wondering if using "code" macros has any effect on final compiled
in chip performance. Are the macro "Shell's" stripped from the assembly code"?

Also is using a loop faster than a decision component?

I'm trying to develop a closed loop stepper motion control system.

Thanks
by Chet
Mon Dec 18, 2006 9:50 pm
Forum: Flowcode V2 & V3
Topic: Let Us Know What You Are Doing With Flowcode
Replies: 42
Views: 88433

I use Flowcode to create musical instrument (pipe organ) controls. :D
by Chet
Wed Aug 30, 2006 3:01 am
Forum: Flowcode V2 & V3
Topic: Using more than two input bits for decision making
Replies: 2
Views: 4374

try reading the entire port and make a decision based on the returned value.
by Chet
Tue Aug 08, 2006 10:24 pm
Forum: Flowcode V2 & V3
Topic: Using Warp13a with Flowcode
Replies: 8
Views: 7635

Does this mean you can skip mplab? If so Brian deserves a medal!
I've been hoping for a solution, so thank you.

Could V3 have the parameters included for easy setup?

Chet
by Chet
Tue Apr 11, 2006 5:17 am
Forum: Flowcode V2 & V3
Topic: Working out Config words - esp. for other programmers.
Replies: 9
Views: 9579

Steve, thanks for the link. I checked it out. Do you think I should be able to just use the same PICP congfig settings in Flowcode in the programmer setting. Or do I need to install the PICP software as a go between.

Chet
by Chet
Sat Apr 08, 2006 9:41 pm
Forum: Flowcode V2 & V3
Topic: Working out Config words - esp. for other programmers.
Replies: 9
Views: 9579

I was wondering if any Flowcode users know how to set the programmer config setting in Flowcode to program directly to the chip using the Newfound Warp 13 programmer (PicStart Plus clone)?

Its a pain to have go through MPLAB to burn.

If not, could V3 support this?
by Chet
Fri Mar 31, 2006 11:16 pm
Forum: Flowcode V2 & V3
Topic: strings in v3
Replies: 1
Views: 3975

There is always the option of external memory (which I hope is a component in V3)
A string tool would be nice for serial, LCD output ect.