Search found 1217 matches

by QMESAR
Fri Jan 31, 2020 11:31 am
Forum: Flowcode V8
Topic: PID control
Replies: 4
Views: 2935

Re: PID control

The main deal breaker I beleive is the properties of the timer interrupt icon, currently set to no clock
great spot and catch Ben :oops:
by QMESAR
Fri Jan 31, 2020 8:11 am
Forum: Flowcode V8
Topic: PID control
Replies: 4
Views: 2935

Re: PID control

Hi Andre, I am not a big help with Arduino however Looking at your Flowchart I did notice you are using 8 bits for ADC and PWM Settings which is OK I guess (but make sure you apply antiwindup it happens easily with 8 bit numers ) Then the issue I see is that the Control Output variable is defined as...
by QMESAR
Mon Jan 20, 2020 3:29 pm
Forum: Flowcode V8
Topic: DSP Component
Replies: 22
Views: 8862

Re: DSP Component

Hi Abhi

You are welcome let us know how you get along :D
by QMESAR
Mon Jan 20, 2020 3:03 pm
Forum: Flowcode V8
Topic: DSP Component
Replies: 22
Views: 8862

Re: DSP Component

Hi. In my humble opinion your friend gave you good advice a PI Controller for a electro-mechanical drive is a good starting point, In theory you need to do as shown in the sketch below which is a PI controller normally a person needs to do this by C code in your program however FC makes it easy as a...
by QMESAR
Tue Jan 07, 2020 11:28 am
Forum: Bug Reports
Topic: PIC16F1936 software set UART... NOT correct.
Replies: 10
Views: 5218

Re: PIC16F1936 software set UART... NOT correct.

Hello Ben... can you not rewrite the routines of FLOWCODE... so that they work correctly....???? you should by rights... do this...!! please..??? Why always attack and be aggressive when surly you are doing things wrong in your Flowchart (1) The PIC161938 you can not use 40 000000 Hz a maximum of 3...
by QMESAR
Wed Jan 01, 2020 9:23 am
Forum: Flowcode V8
Topic: Compile error
Replies: 2
Views: 1871

Re: Compile error

Hi. If you have problems and need help the least you can do is take the time to explain your problem and also tell people what FC version you are using saying this is not much of help why? help me It also shows disrepect to the people you are asking help from,if you do not take the time to explain y...
by QMESAR
Sat Dec 28, 2019 11:48 am
Forum: Flowcode V8
Topic: XC Compiler Pro mode
Replies: 10
Views: 7059

Re: XC Compiler Pro mode

Hi With out going in all of this ,there is no compiler differences between the XC standard free version and XC pro version besides the license for you get for the pro version. Secondly the pro (license key) only activate the optimization features of the XC compiler so the free version becomes a pro ...
by QMESAR
Mon Dec 23, 2019 5:41 pm
Forum: Flowcode V7
Topic: Project Settings
Replies: 3
Views: 3615

Re: Project Settings

Steve
Try this I do not have the device to check but this settings should be good for 16MHZ Internal
test 1.rar
(76.91 KiB) Downloaded 244 times
by QMESAR
Mon Dec 23, 2019 11:44 am
Forum: Flowcode V8
Topic: Merry Christmas!
Replies: 12
Views: 8504

Re: Merry Christmas!

Hi Ben I have a brand new 3018 CNC from Banggood waiting for me under the tree which I can't wait to get my hands on. :o The same with me and know I know where to ask when in trouble ,I never worked with a CNC before in my life :D :D Merry Xmas to you ! you and Leigh are two starts around this forum...
by QMESAR
Sat Dec 21, 2019 5:34 pm
Forum: Flowcode V8
Topic: Merry Christmas!
Replies: 12
Views: 8504

Re: Merry Christmas!

Merry Christmas Jurgen :D
Also to MATRIX and all fellow FC users Merry Christmas :D
by QMESAR
Tue Dec 17, 2019 3:02 pm
Forum: Flowcode V8
Topic: 18F67K22 EB006
Replies: 3
Views: 2301

Re: 18F67K22 EB006

Hi you have to install MPLABX which also install the IPE programming tool for PICkit 3 ,are you aware that you can directly program from FC with the PICKit 3 see this document https://www.matrixtsl.com/wikiv7/index.php?title=Supporting_Third_Party_Programming_Tools#PICkit3_using_MPLABX_IPE_.28NEW.29...
by QMESAR
Sat Dec 07, 2019 6:29 am
Forum: Flowcode V8
Topic: XC Compiler Pro mode
Replies: 10
Views: 7059

Re: XC Compiler Pro mode

Hi. think for the first time I will use the non pro Version that cam with FC. The XC Compiler is much faster then my old Boost-C of FC6. In my opinion doing projects with the non pro version for a long time the pro is only needed when you do very time critical projects and then the question arise if...
by QMESAR
Thu Dec 05, 2019 8:42 am
Forum: Feature Requests
Topic: support for dsPIC EV series?
Replies: 18
Views: 9997

Re: support for dsPIC EV series?

Hi. The dsPIC has an advanced PWM module which is capable of doing very smart things what you need is to setup the PWM module in Complementary mode see the datasheet PWM section with that said you then need to do the configuration in a C-icon as well as writeing to the Duty cycle registers from a C-...
by QMESAR
Wed Dec 04, 2019 5:57 pm
Forum: Flowcode V8
Topic: PIC16F1825 IOC Interrupt
Replies: 6
Views: 3597

Re: PIC16F1825 IOC Interrupt

Hi
How do you see if the controller is running? do you have a LED that is flashing at a fix rate for example
by QMESAR
Wed Dec 04, 2019 5:11 am
Forum: Flowcode V8
Topic: dsPIC33EP512GM304 OSC PLL setting help me!!
Replies: 5
Views: 2545

Re: dsPIC33EP512GM304 OSC PLL setting help me!!

HI

Yes I understand now that you want to use internal OSC then you have to say so when you ask for help .
any case the principal of setting it up is the same
by QMESAR
Tue Dec 03, 2019 2:20 pm
Forum: Flowcode V8
Topic: dsPIC33EP512GM304 OSC PLL setting help me!!
Replies: 5
Views: 2545

Re: dsPIC33EP512GM304 OSC PLL setting help me!!

Hi Here is the config for using and 8Mhz Chrystal and running at 70Mips(140 Mhz) /*************************************************** * Configure device for 70 Mips with 8 MHZ XTAL **************************************************/ PLLFBD = 68; /* M=70 (68 +2)*/ CLKDIVbits.PLLPOST = 0; /* N1=2 */ C...
by QMESAR
Tue Dec 03, 2019 2:11 pm
Forum: Flowcode V8
Topic: dsPIC33EP512GM304 OSC PLL setting help me!!
Replies: 5
Views: 2545

Re: dsPIC33EP512GM304 OSC PLL setting help me!!

Hi
Yea the dsPIC33 is great micro.

Well you have to give some info to help you
(1) what OSC are you using Internal /External if external what is the frequency of the Chrystal
(2) what Clock speed you would like to use
by QMESAR
Sat Nov 30, 2019 3:36 pm
Forum: Flowcode V8
Topic: New Keys on Saturday.
Replies: 5
Views: 3585

Re: New Keys on Saturday.

Hi
As far as I know MATRIX does not issue key's anymore they are attached to your user account you can download them or just go to manage licenses from Flowcode and register your Flowcode again.

I could be wrong but sure worth a try :D
by QMESAR
Sat Nov 30, 2019 5:42 am
Forum: Flowcode V8
Topic: XC16 compiler setting. help me!!
Replies: 8
Views: 3693

Re: XC16 compiler setting. help me!!

it does not apply when a new compiler is released
No this never change even if there is an new version of the compiler
by QMESAR
Fri Nov 29, 2019 9:44 am
Forum: Flowcode V8
Topic: XC16 compiler setting. help me!!
Replies: 8
Views: 3693

Re: XC16 compiler setting. help me!!

leigh.
I was just worried I have some wrong settings as paths is not my strength :D
If I have the same as you I am happy
by QMESAR
Fri Nov 29, 2019 9:01 am
Forum: Flowcode V8
Topic: XC16 compiler setting. help me!!
Replies: 8
Views: 3693

Re: XC16 compiler setting. help me!!

Hi,
I am not sure about the compiler path settings as shown above by Ben and you confuse me as well
My XC16 compiler function well in FC with these paths

location
$(compilerpic16)batchfiles\pic16_C30_comp.bat

Parameters
"$(target)" "$(outdir)" "$(chip:u)"

P1.jpg
P1.jpg (65.44 KiB) Viewed 3629 times
by QMESAR
Thu Nov 28, 2019 6:11 pm
Forum: Flowcode V8
Topic: Flowcode8 and Microchip ICD4
Replies: 20
Views: 7371

Re: Flowcode8 and Microchip ICD4

Hi Robert. You are welcome! I am happy that you are up and running now . my 2 cent's for the road ahead (1) Take the datasheet and carefully read the Oscillator section and make sure you understand it,this is important as in any Programming you need to set the OSC settings even in FC without it the ...
by QMESAR
Thu Nov 28, 2019 4:45 pm
Forum: Flowcode V8
Topic: V8 Worth the Upgrade?
Replies: 5
Views: 3775

Re: V8 Worth the Upgrade?

Hi Obviously, Matrix staff think their software is great but since Ben and Leigh are not around the forums nearly as much as they used to be I consider FC virtually unusable due to lack of support I can not agree with this ,Ben and Leigh I see every day a few times searching the forums and helping p...
by QMESAR
Thu Nov 28, 2019 4:06 pm
Forum: Flowcode V8
Topic: Flowcode8 and Microchip ICD4
Replies: 20
Views: 7371

Re: Flowcode8 and Microchip ICD4

Hi Robert, I am happy that the Chip runs with my basic setup file which you can use as a reference for your own FC charts. The space you added in your paths is also progress as FC and the IPE find the hex file now no Hex file error report. It seems to me the error you are having now is somehow ICD4 ...
by QMESAR
Thu Nov 28, 2019 1:09 pm
Forum: Flowcode V8
Topic: Flowcode8 and Microchip ICD4
Replies: 20
Views: 7371

Re: Flowcode8 and Microchip ICD4

Hi. I have set the OSC in this Sample Flowchart to internal Oscillator 4MHZ as I do not know what your board is using (1)Place this folder on your Hard disk and open the StartupTest.fc file from Flowcode by selecting open Project. if you brows in this folder you will see the .hex file with the same ...