Search found 1570 matches

by kersing
Sun Dec 30, 2012 10:12 pm
Forum: Flowcode V5
Topic: Help for total newbies
Replies: 4
Views: 2578

Re: Help for total newbies

The compiler and linker settings should be correct after installation. For pickit2 setup http://www.matrixmultimedia.com/support ... f=68&t=787 would be a good starting point. You could also try searching the forum...
by kersing
Sun Dec 30, 2012 8:54 pm
Forum: Flowcode V4
Topic: Flowcode4 : an another problem with custom component
Replies: 3
Views: 4138

Re: Flowcode4 : an another problem with custom component

Flowcode will not do this translation for you as far as I know. You need to change the C code to call the correct routines yourself. As there is only one instance of the component allowed (MultipleAllowed=0) the name is always the same (Prefix the existing calls with FCD_Custom0_ and the code compil...
by kersing
Sun Dec 30, 2012 7:22 pm
Forum: Flowcode V5
Topic: Power Down Modes PIC Help Needed
Replies: 6
Views: 4143

Re: Power Down Modes PIC Help Needed

Why don't you use timer1 in async mode to wake from sleep? (See page 49 of the data sheet for more information.

Watchdog does not seem the appropriate mechanism for your application.
by kersing
Sun Dec 30, 2012 11:19 am
Forum: Flowcode V4
Topic: Custom2 component
Replies: 2
Views: 3207

Re: Custom2 component

Custom components can not be simulated. The same applies to C-code blocks. These only work on hardware (or an external simulator like real Pic Simulator
by kersing
Wed Dec 26, 2012 12:14 am
Forum: Flowcode V5
Topic: confused with remote control
Replies: 17
Views: 7849

Re: confused with remote control

The EB 060 is the RC5 e-block. Have you checked its data sheet? There is a circuit diagram on page 6.
by kersing
Sat Dec 22, 2012 12:12 am
Forum: General Programming
Topic: Merry christmas to all
Replies: 12
Views: 6057

Re: Merry christmas to all

Merry Christmas everyone.
by kersing
Sun Dec 09, 2012 6:56 pm
Forum: General Programming
Topic: Flowcode installation
Replies: 3
Views: 2196

Re: Flowcode installation

In the components directory there should be a file 'install.bat'. Could you try running it (with administrator privileges) in that directory?
by kersing
Sun Dec 09, 2012 6:53 pm
Forum: General Programming
Topic: Automatic Meter Reading (AMR) Controller
Replies: 2
Views: 2741

Re: Automatic Meter Reading (AMR) Controller

Hi Enamul, Interesting project. Over here (Netherlands) so called 'smart meters' (utility company with integrated GPRS unit) were scheduled to become mandatory for every household. Privacy concerns from consumer organizations and the public has delayed this. (Big Brother would know exactly when you ...
by kersing
Sun Dec 09, 2012 1:08 am
Forum: General Programming
Topic: ECIO and Flowkit
Replies: 3
Views: 4706

Re: ECIO and Flowkit

by kersing
Sat Dec 08, 2012 8:57 pm
Forum: General Programming
Topic: ECIO28 Help Please - Why So Slow Please?
Replies: 8
Views: 3713

Re: ECIO28 Help Please - Why So Slow Please?

Is this because the ECIO has a program (bootloader?) that has to boot first and with the PIC I want to use,a PIC18F13K50 I shouldn't face this issue? The bootloader could very well be your problem. If the ECIO is powered by USB the bootloader will start first and try to connect to the USB bus to en...
by kersing
Fri Nov 30, 2012 12:46 pm
Forum: Flowcode V5
Topic: PIC 18F2455 Differences With ECIO28....
Replies: 6
Views: 4094

Re: PIC 18F2455 Differences With ECIO28....

I understand that to make it compatible it needs variation but on the chip for example Pin 15 is shown as RC4 on the Microchip datasheet but on Flowcode it is shown as RC0 and it's just confusing me somewhat! What you are seeing is not the chip. It is the module. So pin 15 on the module is RC0. You...
by kersing
Fri Nov 30, 2012 9:50 am
Forum: Programming Tips & Tricks
Topic: tmr2 interrupt flowcode calculator!
Replies: 12
Views: 13965

Re: tmr2 interrupt flowcode calculator!

brandonb wrote:hopefully i put this in a place where other members can easily find it if they need to
May-be this could be moved/copied to the tips & tricks section??
by kersing
Mon Nov 26, 2012 10:26 pm
Forum: Flowcode V5
Topic: PORT B sending sequence
Replies: 16
Views: 8968

Re: PORT B sending sequence

I was trying this by setting the TRISB = 0xFF and 0x00 in a C code block but when I ran the simulation I could not see the state ? TRIS sets (parts of) the port to input or output, that in itself is not visible in simulation. And as stated (by Jonny as well) Flowcode takes care of setting the port....
by kersing
Mon Nov 26, 2012 9:40 pm
Forum: Flowcode V5
Topic: PORT B sending sequence
Replies: 16
Views: 8968

Re: PORT B sending sequence

Jac do you know how I can then make Flowcode respond by making the Port B ports as Logic Low for Button action and then when it is time to send out the display change the bits to Logic High for sending out the display. If you use an INPUT (I) icon to read Flowcode will switch the port to Input. Whe...
by kersing
Sat Nov 24, 2012 1:40 pm
Forum: Flowcode V5
Topic: PORT B sending sequence
Replies: 16
Views: 8968

Re: PORT B sending sequence

John,

You are aware flowcode will not simulate C code? C code will only work on hardware (or simulators reading HEX files like Real PIC simulator)

Regards,

Jac
by kersing
Tue Nov 20, 2012 5:36 pm
Forum: Flowcode V5
Topic: Gertboard & Flowcode (AVR Version)
Replies: 5
Views: 5225

Re: Gertboard & Flowcode (AVR Version)

JohnCrow wrote: It now comes with 512k memory as well for the same price.
Hi John,

Don't you mean 512 mega bytes of ram?

Regards,

Jac
by kersing
Mon Nov 19, 2012 12:21 am
Forum: General Programming
Topic: LCD initializing problems, ok on HD44780
Replies: 22
Views: 18481

Re: LCD initializing problems, ok on HD44780

Enamul,

Would it not be a better idea to just create a flow chart and use "Modify component code" to change the C code for the start macro? That obsoletes the need to make a backup of the file as the change is for that flow chart only...

Best regards,

Jac
by kersing
Sat Nov 17, 2012 12:31 pm
Forum: Flowcode V5
Topic: Random Number Generation
Replies: 24
Views: 13410

Re: Random Number Generation

To create an array (A single variable name that can be assigned with multiple values) Just create variable as normal and at the end of the variable place amount of multiple variables required within squared brackets. E.g you want to assign a variable called random_Num with 49 different numbers then...
by kersing
Fri Oct 26, 2012 9:42 pm
Forum: Flowcode V5
Topic: Pic still freezing
Replies: 11
Views: 6215

Re: Pic still freezing

Making your program available so we can test might help...
by kersing
Tue Oct 23, 2012 10:17 pm
Forum: General Programming
Topic: 0-1000mV meter (Help!)
Replies: 3
Views: 3730

Re: 0-1000mV meter (Help!)

Hardware: you are trying to use the chip out of specifications. If you check the data sheet for the 16f877, page 174 parameter A20 states: Reference voltage (Vref+ - Vref-) should be at least 2 volts. So using a reference voltage below 2 volt is out of spec for this chip. Software: you could start b...
by kersing
Tue Oct 23, 2012 6:46 pm
Forum: General Programming
Topic: Flowcode SPI component to max7219
Replies: 2
Views: 3099

Re: Flowcode SPI component to max7219

1) The MAX7219 is an LED driver, not an LCD driver. 2) Could you sign up for the Flowcode 5 forum and post over there? To drive the MAX7219: First you need to connect the appropriate PINs for SPI and a generic I/O pin for LOAD. Each MAX7219 needs a different I/O pin for LOAD to enable addressing the...
by kersing
Tue Oct 23, 2012 6:16 pm
Forum: General Programming
Topic: How to use internal clock on 16F88 ?
Replies: 5
Views: 4626

Re: How to use internal clock on 16F88 ?

You need to connect a pull-up to pin 4 (MCLR). In your current setup the PIC stays in reset. (An other option is to configure pin 4 to be input by setting 'RA5/MCLR Pin Function Select' to RA5 in the chip properties)
by kersing
Sun Oct 21, 2012 4:07 pm
Forum: General Programming
Topic: Problems with HP488 /PIC16F84
Replies: 11
Views: 8283

Re: Problems with HP488 /PIC16F84

Sorry, you need dpins_amd64.exe for 64 bit systems. (For Intel CPUs as well)
by kersing
Sun Oct 21, 2012 3:41 pm
Forum: General Programming
Topic: Problems with HP488 /PIC16F84
Replies: 11
Views: 8283

Re: Problems with HP488 /PIC16F84

ia64 is for Itanium. x86 should be the correct one.
by kersing
Sun Oct 14, 2012 6:22 pm
Forum: Flowcode V5
Topic: chiplist 24EP.. and 33EP
Replies: 16
Views: 8587

Re: chiplist 24EP.. and 33EP

Wolfgang,

If the chips would not be supported you would not be able to select them (imho). However, there might be issues with the chips that need resolving.

It is not clear to me what you want to tell us with the screen shot. Perhaps you could clarify?

Best regards,

Jac