Search found 155 matches

by SHORTCIRCUIT
Sat Nov 12, 2022 2:23 am
Forum: General Programming
Topic: V9 Arduino chip pack purchase
Replies: 3
Views: 6217

Re: V9 Arduino chip pack purchase

Thank you
by SHORTCIRCUIT
Fri Nov 11, 2022 3:30 pm
Forum: General Programming
Topic: V9 Arduino chip pack purchase
Replies: 3
Views: 6217

V9 Arduino chip pack purchase

Do not know where to post or how else to get someone's attention. Yesterday I purchased V9 Arduino chip pack. The sale went through Ok, but I never got a key to be able to use the the product. I have written emails and no response. Will someone please help!
by SHORTCIRCUIT
Thu Nov 25, 2021 6:21 pm
Forum: General Programming
Topic: V9 Human Interface/UART not working for me
Replies: 1
Views: 10132

V9 Human Interface/UART not working for me

Just bought V9 late last night. Discovered I cannot input string into UART. I am including my test program so someone can point out where I am going wrong. :?
UART TEST.fcfx
(11.11 KiB) Downloaded 152 times
This program works in Flowcode 8 but not Flowcode 9.

Larry
by SHORTCIRCUIT
Thu May 16, 2019 5:32 pm
Forum: Flowcode V8
Topic: After update to 8.2 ?
Replies: 23
Views: 10985

Re: After update to 8.2 ?

I am having the same problem. I did an update this morning and my 2D panel no longer works with LED. The Generic, single LED does not exist anymore and what is left does not simulate. LED-TEST 16LF1825.fcfx A simple program to flash a LED at 1 second increments. I did the suggested Local size change...
by SHORTCIRCUIT
Tue Nov 06, 2018 11:06 pm
Forum: Flowcode V8
Topic: Cant Upgrade Flowcode
Replies: 4
Views: 3678

Re: Cant Upgrade Flowcode

Hi
The problem has been resolved. I have purchased v8 and the associated packs etc.
Thank you all for your assistance.
Larry
by SHORTCIRCUIT
Mon Nov 05, 2018 8:56 pm
Forum: Flowcode V8
Topic: Cant Upgrade Flowcode
Replies: 4
Views: 3678

Cant Upgrade Flowcode

Gentlemen On Nov 3 I sent the following email. Till today no response. Flowcode Academic Web Query Why is my account an ACADEMIC account when I have always purchased a Professional version of Flowcode? I seem to go through this all the time and it never gets straightened out. I get a message that I ...
by SHORTCIRCUIT
Thu Jul 12, 2018 12:20 am
Forum: Flowcode V6
Topic: Watchdog Reset
Replies: 22
Views: 11979

Re: Watchdog Reset

Hi Martin
Now I see it, thank you very much.
Larry
by SHORTCIRCUIT
Wed Jul 11, 2018 8:25 pm
Forum: Flowcode V6
Topic: Watchdog Reset
Replies: 22
Views: 11979

Re: Watchdog Reset

Hi Martin

Is there a default for WDTCON or should you not assume a default.

Thank you in advance
Larry
by SHORTCIRCUIT
Wed Jul 11, 2018 7:52 pm
Forum: Flowcode V6
Topic: Watchdog Reset
Replies: 22
Views: 11979

Re: Watchdog Reset

Hi Martin Wow, that was a lot to digest. I did find what you explained in the data sheet and further found the info on the OPTION_REG from the index. I am pretty sure I understand it now. You can only use the prescaler for WDT or TMRO, but not both, but 2 seconds is plenty of time anyway. As always ...
by SHORTCIRCUIT
Wed Jul 11, 2018 1:02 pm
Forum: Flowcode V6
Topic: Watchdog Reset
Replies: 22
Views: 11979

Re: Watchdog Reset

Hi Martin Thanks for the reply, I think I understand now. I have two more questions. Where does the MX clear come from? Is it a standard C function so that all who know how to program C would then know to apply the MX_CLEAR_WATCHDOG;? Or does it come from somewhere else? How do I set the watchdog pe...
by SHORTCIRCUIT
Wed Jul 11, 2018 4:53 am
Forum: Flowcode V6
Topic: Watchdog Reset
Replies: 22
Views: 11979

Re: Watchdog Reset

Hi Martin I don't mean to hijack this thread. I have been reading your posts on watchdog timers as I been wanting to learn to use them. I am experimenting with 16F88 and cannot seem to make it work. I wrote this program that blinks LED at half second increment using component macro. I enable auto re...
by SHORTCIRCUIT
Fri May 18, 2018 8:39 pm
Forum: Flowcode V5
Topic: Pic 5.5 16F88 weak pull ups
Replies: 10
Views: 10187

Re: Pic 5.5 16F88 weak pull ups

Hi Martin Thank you for the reply. I tried both of the C examples and still got failures. When I applied: clear_bit(OPTION_REG,nWPUEN); Still got an error, then I got smart and stopped being lazy, so I opened the 16F88 spec-sheet and realized that I need to replace nWPUEN with nRBPU and it complied ...
by SHORTCIRCUIT
Fri May 18, 2018 7:07 pm
Forum: Flowcode V5
Topic: Pic 5.5 16F88 weak pull ups
Replies: 10
Views: 10187

Re: Pic 5.5 16F88 weak pull ups

I hate to resurrect such an old thread. But I am having same problem. The last I was on this thread I was using Flowcode 5, I think! I am using Flowcode 7 and having trouble with: //Enable port B weak pull-ups clear_bit(option_reg , 7); When I compile to Hex I get the following errors: 2141: option_...
by SHORTCIRCUIT
Fri Nov 25, 2016 5:57 pm
Forum: Flowcode V7
Topic: Purchased V7 Pro but still shows Standard
Replies: 2
Views: 3569

Re: Purchased V7 Pro but still shows Standard

Hi Benj
Thank you for the reply!
I tested and it operated just as you outlined. I reconnected the internet and it went back to trial.
All is good.
Larry
by SHORTCIRCUIT
Fri Nov 25, 2016 4:30 pm
Forum: Flowcode V7
Topic: Purchased V7 Pro but still shows Standard
Replies: 2
Views: 3569

Purchased V7 Pro but still shows Standard

Hi
I purchased V7 Professional Upgrade with all the chippacs I had previously.
Flowcode still shows standard version and on the bottom trial days left 30days.
I went thru the matrix activation on line and manual activation on the program.
Please advise!

Lawrence Miranda
by SHORTCIRCUIT
Thu Aug 25, 2016 7:59 pm
Forum: Flowcode V6
Topic: 12F1840 Running extremely slow
Replies: 3
Views: 4293

Re: 12F1840 Running extremely slow

Hi Martin

As usual, are are awesome. I feel so stupid. I even checked my other programs and did not catch the typo.
I guarantee you that will never happen again. Thank you so much.

Larry
by SHORTCIRCUIT
Thu Aug 25, 2016 3:06 pm
Forum: Flowcode V6
Topic: 12F1840 Running extremely slow
Replies: 3
Views: 4293

12F1840 Running extremely slow

Hi I have been struggling with getting the 12F1840 to run properly with not much success. I'm using osccon=0x70; for 8mhz. Simple test program to flash LED on A0 at 1 second rate which results in over a 1 minute rate. I have set the general options under Build to 32000hz and program seems to run at ...
by SHORTCIRCUIT
Tue May 24, 2016 2:06 pm
Forum: Flowcode V6
Topic: Flowcode 6 and Windows 10
Replies: 10
Views: 11704

Re: Flowcode 6 and Windows 10

Hi Leigh

Thank you for your response. You are right on.
I turned off defender and loading only took 4 sec.
I then added Flowcode 5 and 6 folders to the Defender exclusions found under settings
and Flowcode is now loading fast.

Thank you for your help
Larry
by SHORTCIRCUIT
Tue May 24, 2016 1:42 am
Forum: Flowcode V6
Topic: Flowcode 6 and Windows 10
Replies: 10
Views: 11704

Re: Flowcode 6 and Windows 10

Will somebody from Matrix please respond.
This is a frustrating problem.

Larry
by SHORTCIRCUIT
Sat May 21, 2016 12:30 am
Forum: Flowcode V6
Topic: Flowcode 6 and Windows 10
Replies: 10
Views: 11704

Re: Flowcode 6 and Windows 10

I don't know why but it started to load slow again.
It has something to do with Flowcode login at startup because both 5 and 6 do the same thing.

Larry
by SHORTCIRCUIT
Fri May 20, 2016 9:58 pm
Forum: Flowcode V6
Topic: Flowcode 6 and Windows 10
Replies: 10
Views: 11704

Re: Flowcode 6 and Windows 10

Thank you for your replies.
I downloaded and reinstalled and now it comes up in 4 seconds.
I'm smiling again :D
Larry
by SHORTCIRCUIT
Fri May 20, 2016 7:36 pm
Forum: Flowcode V6
Topic: Flowcode 6 and Windows 10
Replies: 10
Views: 11704

Re: Flowcode 6 and Windows 10

Thanks you for the response.
I am not running any other protection besides Win 10.
I tried disabling virus protection, but it made no difference. I came up with 45 seconds startup time.
Larry
by SHORTCIRCUIT
Fri May 20, 2016 3:38 pm
Forum: Flowcode V6
Topic: Flowcode 6 and Windows 10
Replies: 10
Views: 11704

Flowcode 6 and Windows 10

Hi I just installed Flowcode 6 on a new computer I built running Windows 10 64bit. The only problem is that Flowcode takes about a minute to load but run OK once loaded. Is their a setting I'm missing to help flowcde load faster cause it seems really long. New computer is using Intel I7 4Gh processo...
by SHORTCIRCUIT
Mon Oct 26, 2015 9:13 pm
Forum: Flowcode V6
Topic: V6 does not compile correctly on my Laptop
Replies: 12
Views: 7155

Re: V6 does not compile correctly on my Laptop

Hi Martin Its now working. I copied the "PIC16BIT_CAL_ADC" and replaced the older one on the Laptop. That seems to have done the trick. I don't know why!! I had trouble with this before and Benj posted the new PIC16BIT_CAL_ADC in my thread. So the chip was probably running but not getting updated wi...
by SHORTCIRCUIT
Mon Oct 26, 2015 8:21 pm
Forum: Flowcode V6
Topic: V6 does not compile correctly on my Laptop
Replies: 12
Views: 7155

Re: V6 does not compile correctly on my Laptop

Hi Jac I did have one of the CAL file updated PIC16BIT_CAL_ADC.c I have not yet checked the other sections but I just noticed that Flowcode was installed in Program files Dir (x86)on the Laptop not (x86) on the Home computer. Could that be causing the trouble? Just checked system information and the...