Search found 22 matches
- Sat Jun 02, 2018 11:42 am
- Forum: General Programming
- Topic: Great progress but what does the future holds?
- Replies: 1
- Views: 2679
Great progress but what does the future holds?
Wow Last time I used Flowcode was when it was in v3. Now it is v8. You guys certainly gone a long way from back then. Any plans on supporting the Intel® Movidius™ Neural Compute Stick? Is it possible to write actual programs (.exe files) ? Perhaps combine it with some cognitive architecture (SOAR, A...
- Mon Aug 06, 2007 9:26 pm
- Forum: Flowcode V2 & V3
- Topic: Components
- Replies: 30
- Views: 72866
- Tue Jun 19, 2007 1:09 am
- Forum: Flowcode V2 & V3
- Topic: servo pwm input
- Replies: 3
- Views: 4044
- Fri Jun 15, 2007 9:13 pm
- Forum: Flowcode V2 & V3
- Topic: servo pwm input
- Replies: 3
- Views: 4044
servo pwm input
Hi
Can the pic receive pwm from a source that normally drives a servo, like an RC Gyro? Is there a way that, something like this, can be done?
Thanks
Can the pic receive pwm from a source that normally drives a servo, like an RC Gyro? Is there a way that, something like this, can be done?
Thanks
- Sun Apr 01, 2007 12:04 am
- Forum: Flowcode V2 & V3
- Topic: Flowcode for Microcontrollers other then PICs
- Replies: 8
- Views: 12787
- Fri Feb 16, 2007 2:26 pm
- Forum: Flowcode V2 & V3
- Topic: Questions about PWM and ICD
- Replies: 7
- Views: 7459
- Fri Feb 16, 2007 12:22 pm
- Forum: Flowcode V2 & V3
- Topic: Questions about PWM and ICD
- Replies: 7
- Views: 7459
- Thu Feb 15, 2007 8:05 pm
- Forum: Flowcode V2 & V3
- Topic: Questions about PWM and ICD
- Replies: 7
- Views: 7459
- Thu Feb 15, 2007 2:53 pm
- Forum: Flowcode V2 & V3
- Topic: Questions about PWM and ICD
- Replies: 7
- Views: 7459
Questions about PWM and ICD
Hello I am using the C command ccpr2l = FCV_SPEED; to output PWM from the PIC. This command alone however does not specify the frequency of the PWM. The CCPRxl register dfines the duty cycle. The period is set by the PR2 register in conjunction with the timer prescaler. How can i set the frequency o...
- Wed Feb 14, 2007 6:22 pm
- Forum: E-blocks
- Topic: Power supply Voltage
- Replies: 6
- Views: 8589
- Tue Feb 13, 2007 7:59 pm
- Forum: E-blocks
- Topic: Power supply Voltage
- Replies: 6
- Views: 8589
Power supply Voltage
Hello I just got a pic mutiprogrammer EB006-00-5. It came without an external power supply and I have to get one myself. The problem is that I do not know the voltage that it accepts on the power supply connector ( number 1 in the board layout on page 5 of the document http://www.matrixmultimedia.co...
- Tue Feb 13, 2007 1:28 pm
- Forum: Flowcode V2 & V3
- Topic: Flowcode C in MPLAB
- Replies: 3
- Views: 4140
Flowcode C in MPLAB
Hello
Are there any tutorials on how to configure MPLAB to use the Flowcode compiler for C because the MPLAB C compiler is not compadible with the one Flowcode uses and I cant build a project generated in flowcode, using MPLAB.
Are there any tutorials on how to configure MPLAB to use the Flowcode compiler for C because the MPLAB C compiler is not compadible with the one Flowcode uses and I cant build a project generated in flowcode, using MPLAB.
- Mon Feb 05, 2007 11:19 pm
- Forum: Flowcode V2 & V3
- Topic: Can't compile flowcode project in MPLab
- Replies: 9
- Views: 8587
I have observed that it sudenly jumps to the problematic line. As it can be seen by the segment of code before 300000 it ends at line 612. By the way the problematic code os right at the end of the program. there is nothing after it. Also I can't seem to find the instruction DW in the instruction se...
- Sat Feb 03, 2007 12:54 am
- Forum: Flowcode V2 & V3
- Topic: Can't compile flowcode project in MPLab
- Replies: 9
- Views: 8587
Hello and sorry for all the trouble. Unfortunatelly I failed again to build the project with MPLAB. Below are the lines from the asm file and the lkr file that are troublesome if anyone can help I would apreciate it. Thank you in advance. ORG 0x00300000 DW 0x0C04 DW 0x1E19 DW 0x83FF DW 0xFF80 DW 0xC...
- Fri Feb 02, 2007 1:13 am
- Forum: Flowcode V2 & V3
- Topic: Can't compile flowcode project in MPLab
- Replies: 9
- Views: 8587
- Thu Feb 01, 2007 6:53 pm
- Forum: Flowcode V2 & V3
- Topic: Can't compile flowcode project in MPLab
- Replies: 9
- Views: 8587
- Thu Feb 01, 2007 6:27 pm
- Forum: Flowcode V2 & V3
- Topic: Can't compile flowcode project in MPLab
- Replies: 9
- Views: 8587
Can't compile flowcode project in MPLab
Hello I output my program in an asm file using flowcode and when the process is compleded i get the following message: Memory Usage Report =================== RAM available:2048 bytes, used:75 bytes (3.7%), free:1973 bytes (96.3%), Heap size:1973 bytes, Heap max single alloc:127 bytes ROM available:...
- Mon Jan 29, 2007 8:52 pm
- Forum: Flowcode V2 & V3
- Topic: Problem with C code
- Replies: 1
- Views: 2996
Problem with C code
I use pic 18f4550 and I am trying to output PWM using this code: { ccpr2l = FCV_speed; } { ccpr1l = FCV_speed; } the two channels are implemented in two different C code blocks. However when I try to convert the flowchart into assembly I get the folowing errors: C:\Documents and Settings\Administrat...
- Mon Jan 29, 2007 6:50 pm
- Forum: Flowcode V2 & V3
- Topic: ADC interupts?
- Replies: 8
- Views: 8990
- Fri Jan 26, 2007 11:44 pm
- Forum: Flowcode V2 & V3
- Topic: ADC interupts?
- Replies: 8
- Views: 8990
- Thu Jan 25, 2007 8:48 pm
- Forum: Flowcode V2 & V3
- Topic: ADC interupts?
- Replies: 8
- Views: 8990
In the component macro for the ADC there are 3 options. SampleADC,ReadAsByte,ReadAsInt. I was under the impression that the SampleADC option starts the conversion and only when another macro is added to the flowchart with one of the other two options enabled will the program actually acuire the valu...
- Thu Jan 25, 2007 1:50 am
- Forum: Flowcode V2 & V3
- Topic: ADC interupts?
- Replies: 8
- Views: 8990
ADC interupts?
Hello
With the Analog to digital converter taking so much time in convertion is it possible to start the convertion and have an interupt wating utill adcon0 register bit 1 is done, while in the mean time the pic is doing some other calculations? If it is possible how can I do it?
With the Analog to digital converter taking so much time in convertion is it possible to start the convertion and have an interupt wating utill adcon0 register bit 1 is done, while in the mean time the pic is doing some other calculations? If it is possible how can I do it?