Search found 53 matches

by JUZAR
Sat Jun 19, 2021 1:25 pm
Forum: Flowcode V6
Topic: Flowcode 6 - Need Help
Replies: 22
Views: 18949

Re: Flowcode 6 - Need Help

Thanks Abhi,

I shall implement and check it

Regards.

Juzar
by JUZAR
Sat Jun 19, 2021 6:58 am
Forum: Flowcode V6
Topic: Flowcode 6 - Need Help
Replies: 22
Views: 18949

Re: Flowcode 6 - Need Help

Hi,

I need help in configuring internal frequency of PIC12F1822 using Flowcode6. I want to know what should be written in C code icon to configure internal frequency to 8 MHz.

Awaiting your reply at the earliest.

Thanks

Juzar
by JUZAR
Wed Jan 13, 2021 7:07 am
Forum: Flowcode V7
Topic: Not enough space for programming
Replies: 4
Views: 7183

Re: Not enough space for programming

Hi Benj.

Thanks for the advise, I will again try implement as per your suggestion.

Regards.

Juzar.
by JUZAR
Tue Jan 12, 2021 11:47 am
Forum: Flowcode V7
Topic: Not enough space for programming
Replies: 4
Views: 7183

Re: Not enough space for programming

Hi Sir, I have recently downloaded V9 trial version and was trying to test OLED using PIC16F1509. The simulation was OK, but when trying to compiles to hex its giving below error. Kindly advise how to resolve this issue using updated 32-bit floating-point libraries; improved accuracy might increase ...
by JUZAR
Sun Dec 13, 2020 8:19 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Thanks Martin.

I will implement your suggestions.

Regards.

Juzar.
by JUZAR
Sat Dec 12, 2020 11:29 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Hi Martin, Hope you might have gone through flowchart which I had posted in last week. Meanwhile I am still struggling to resolve that issue. One thing I noted is during 50 Hz simulation, even though its reading the potentiometer value the INTVOLT register is not updated, it remains zero. This means...
by JUZAR
Wed Dec 02, 2020 7:53 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Hi Martin

As advised from you, please see attached flowchart file.

Regards.

Juzar
by JUZAR
Tue Dec 01, 2020 1:26 pm
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Hi Martin. As per our last correspondence, moving further I have added a potentiometer to read analogue values. MOD calculation used to display individual digits. But it seems I am still missing something to get it displayed. In the screen shot attached with his message In calculation icon when I wr...
by JUZAR
Sun Nov 29, 2020 4:25 pm
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Thanks Martin

Its working, As per your advise..... disabled - Watchdog timer enable bit in project options which was was continuously re-setting the processor and included C code on the top which changed the numbers as per defined delay.

Thanking you again

Regards.

Juzar.
by JUZAR
Sun Nov 29, 2020 4:54 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Hi Juzar you have missed this in Main:Using MOD.png So you will need an individual variable for each digit. I would not recommend placing the the MOD calculations within the timer interrupt. The MOD function works by extracting the remainder after a division. In this case it's used to extract hundr...
by JUZAR
Sat Nov 28, 2020 7:30 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Hi I would recommend controlling 7Seg displays like this I would suggest looking at 7Segment Timer demo and changing it into the voltmeter you are after. If you are stuck, I can help you further. -------------------------------------------------------------------------------------------------------...
by JUZAR
Thu Nov 26, 2020 5:23 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Thanks you Sir,

I will try again and if any issue will post my questions.
by JUZAR
Wed Nov 25, 2020 8:36 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Hi Sir, I was just implementing seven segment multiplexing as per attached file. I made a flowchart for 1st digit using V6. The simulation works OK by displaying digit 0 to 9 when potentiometer is moved from 0 V to 5 V, but when I am trying to run this on actual circuit the 7 segment displays 0-5 di...
by JUZAR
Fri Nov 06, 2020 11:52 am
Forum: Flowcode V6
Topic: Getting while compiling
Replies: 2
Views: 3336

Re: Getting while compiling

Hi Martin

Yes, you are correct, your hint did help me to eliminate the error. I was calling display routing within interrupt handler. After correcting the software there is no compiling error.

Thanks
by JUZAR
Fri Nov 06, 2020 6:34 am
Forum: Flowcode V6
Topic: Getting while compiling
Replies: 2
Views: 3336

Getting while compiling

Hi Sir, I am getting below error while compiling. Seems it is related to quad seven segment LED display. Kindly assist how to solve this issue. "Serious Warning: Possible sw stack corruption, function 'FCD_0fca1_led_7seg_quad1__ShowDigit' called by more than one asynchronous thread (main/Task, inter...
by JUZAR
Wed Nov 04, 2020 12:55 pm
Forum: Flowcode V6
Topic: Flowcode 6 - Need Help
Replies: 22
Views: 18949

Re: Flowcode 6 - Need Help

Hi I need an advise on lookup table. I want to read an analog signal through A/D and get 8 bit equivalent, since the input is non linear, I wanted to make a LUT and compare the incoming analog signal with LUT and use that compared LUT data to display a seven segment LED display. Since I have never u...
by JUZAR
Wed Nov 04, 2020 12:45 pm
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Thanks Benj.

Yes I rechecked the data sheet, you are correct

Regards.
by JUZAR
Wed Nov 04, 2020 7:12 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Dear Sir, There is an issue in using PIC16F150X devices. In flowcode 6 when I am trying to select target device PIC16F1504 in project options the pin count is 14, while when selecting target device with higher memory devices like PIC16F1507 - 09 its displaying 20 pin device. In Microchip data sheet ...
by JUZAR
Sat Oct 31, 2020 11:33 am
Forum: Flowcode V6
Topic: Understanding Calculation
Replies: 2
Views: 3454

Re: Understanding Calculation

Thanks Sir for your quick response.
by JUZAR
Sat Oct 31, 2020 8:14 am
Forum: Flowcode V6
Topic: Understanding Calculation
Replies: 2
Views: 3454

Understanding Calculation

Hi Sir, I was just browsing one example of 3 digit seven segment display in FC6. Kindly see attached screen shot of subroutine "Seg2" of voltmeter example. The analog value 23.2365 is allocated to individual digits of by using calculation icon, but I am unable to understand how this calculation is d...
by JUZAR
Fri Oct 30, 2020 11:41 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

Re: PIC16F1503

Thanks for your quick response.

Still not compiled, but wanted to confirm whether this device is supported by V6. I checked again in "Project Options " and is supported by V6.

Thanks
by JUZAR
Fri Oct 30, 2020 7:18 am
Forum: Flowcode V6
Topic: PIC16F1503
Replies: 20
Views: 12157

PIC16F1503

Hi Sir,

Kindly advise whether flowcode 6 support PIC16F1503. If not is there any substitute or indirect way to design a flow chart using PIC16F1503

Awaiting your reply at the earliest.

Regards.

Juzar.
by JUZAR
Mon Jan 06, 2020 8:28 am
Forum: General Programming
Topic: enabling weak pull up
Replies: 4
Views: 3338

enabling weak pull up

in PIC12F615, kindly advise how to enable single port pin GP3 as weak pull up.
by JUZAR
Fri May 20, 2016 5:09 pm
Forum: Flowcode V6
Topic: Flowcode 6 - Need Help
Replies: 22
Views: 18949

Re: Flowcode 6 - Need Help

Hi Jac

Ok, I will first try and apply efforts to solve it. By this way it will be possible learn many things and understand various experiences of forum members.

Regards

Juzar
by JUZAR
Fri May 20, 2016 1:56 pm
Forum: Flowcode V6
Topic: Flowcode 6 - Need Help
Replies: 22
Views: 18949

Re: Flowcode 6 - Need Help

Hi Experts, Though with your help I have gained some knowledge on interrupt and timers, but I am again stuck up in writing a flowcode. Can any of the expert help me to make a flowchart for below. 1) There is a variable input frequency from 45 Hz to 50 Hz. 2) I want to turn ON an LED when frequency r...