Search found 8 matches

by artloya
Mon Oct 03, 2022 7:35 pm
Forum: Flowcode V5 Issues
Topic: FC5 activation problem
Replies: 12
Views: 21018

Re: FC5 activation problem

Thanks Steve, I guess that's all I can do is wait and see. I'll post again let and let ya'll know what happens.
-Art
by artloya
Sun Oct 02, 2022 1:09 am
Forum: Flowcode V5 Issues
Topic: FC5 activation problem
Replies: 12
Views: 21018

Re: FC5 activation problem

Thanks Chipfryer, appreciate your help.
-Art
by artloya
Sat Oct 01, 2022 11:40 pm
Forum: Flowcode V5 Issues
Topic: FC5 activation problem
Replies: 12
Views: 21018

Re: FC5 activation problem

I get the RegMe.exe and I click YES, but still no success. I enter name and key, RegMe popup states it has accepted the name and key, I close FC% and
launch it again and now I get message 16 days left... :(
by artloya
Sat Oct 01, 2022 9:18 pm
Forum: Flowcode V5 Issues
Topic: FC5 activation problem
Replies: 12
Views: 21018

Re: FC5 activation problem

I tried that before, but, I'll try again just in case.
Thanks!
by artloya
Sat Oct 01, 2022 3:40 pm
Forum: Flowcode V5 Issues
Topic: FC5 activation problem
Replies: 12
Views: 21018

Re: FC5 activation problem

Can anyone help me FC5 install/activation problem I'm having? 2 years ago I installed my copy of FC5 on my laptop, no problems. A few weeks ago I had to rebuild my Win10 Pro system(crashed) from the ground up. I'm trying to get my FC5 installed and I can't get past the "Activate" button, I receive m...
by artloya
Mon Oct 08, 2007 1:42 pm
Forum: Flowcode V2 & V3
Topic: I get error using 12f629 and RB0/INT
Replies: 5
Views: 4728

rb0 doesn't work when I select 12f629

Hi Ben,
.
.
Now we have taken the work out of this for you so you can use the predefined RB0 interrupt to do the GP2 interrupt.

So if you open up the interrupt enable and change the custom to RB0 then your program should compile and run correctly.


I tried this again, still no luck :(
-Art
by artloya
Fri Oct 05, 2007 4:06 pm
Forum: Flowcode V2 & V3
Topic: I get error using 12f629 and RB0/INT
Replies: 5
Views: 4728

I created this using the flowcharts, I didn't use C. this is line 143: void FCM_INTERRUPT_PORTB() ========================================= . . . //Macro implementations void FCM_INTERRUPT_TMR0() { //Calculation //Calculation: // COUNT = COUNT + 1 FCV_COUNT = FCV_COUNT + 1 ; } void FCM_INTERRUPT_RB0...
by artloya
Thu Oct 04, 2007 7:50 pm
Forum: Flowcode V2 & V3
Topic: I get error using 12f629 and RB0/INT
Replies: 5
Views: 4728

I get error using 12f629 and RB0/INT

I have been trying make a simple application to learn interrupt routine using a 12F629 chip. I get: ========================= File name: C:\Program Files\Matrix Multimedia\AJL\12c629MacroTMRx.c Generated by: Flowcode v3.2.1.38 Date: Thursday, October 04, 2007 13:19:31 Licence: Professional Registere...