Search found 10 matches

by james_r_lucas
Wed May 07, 2014 4:16 pm
Forum: Flowcode V6
Topic: Flowcode possible save flochart as image bug
Replies: 3
Views: 3286

Re: Flowcode possible save flochart as image bug

I've also noticed it's fine on a project using an 18F45K20 micro, but does it when using a 16F1829, not sure if that's just a coincidence or not though...
by james_r_lucas
Wed May 07, 2014 12:29 pm
Forum: Flowcode V6
Topic: Flowcode possible save flochart as image bug
Replies: 3
Views: 3286

Re: Flowcode possible save flochart as image bug

Despite my earlier comments, it doesn't matter what image size or where the image is positioned, now I'm looking into it properly it does it every other image...

like this
RS485 Send Function.JPG
(25.21 KiB) Downloaded 341 times
by james_r_lucas
Tue Apr 29, 2014 11:28 am
Forum: Flowcode V6
Topic: Flowcode possible save flochart as image bug
Replies: 3
Views: 3286

Flowcode possible save flochart as image bug

Hello, I seemt o have uncovered a bug in the save flowchart as image function, it works fine if I looking at the top left most part of the flowchart, however if I'm looking at any other part, the text in the image exports as white - so it can't be seen, however this does not always happen. This is a...
by james_r_lucas
Mon Apr 28, 2014 11:49 am
Forum: Flowcode V6
Topic: Issues with 16 Bit PIC
Replies: 5
Views: 3967

Re: Issues with 16 Bit PIC

Many Thanks Benj, I will try that tonight :)

Yes, it is a KS0108 type, I've had no issues getting it to display stuff with other processors.
by james_r_lucas
Sat Apr 26, 2014 8:43 pm
Forum: Flowcode V6
Topic: Issues with 16 Bit PIC
Replies: 5
Views: 3967

Issues with 16 Bit PIC

Hello All, I am using a 16 Bit PIC (Specifically the 24FJ256GB210) for the first time, having only used 8 bit PICs before, however I am having several issues - The PIC keeps reseting and going through the initialisation function every few minutes - despite having the WDT turned off in the config bit...
by james_r_lucas
Tue Feb 25, 2014 9:05 pm
Forum: Flowcode V6
Topic: KS0108 GLCD Issues
Replies: 3
Views: 2453

Re: KS0108 GLCD Issues

Been playing with the config options on the chip - they seem to have changed when I migrated up to V6, and as a result, clock out was enabled (which happens to be RA6 output - the E line), which confised tyhe LCD.

All working now :)
by james_r_lucas
Tue Feb 25, 2014 8:41 pm
Forum: Flowcode V6
Topic: KS0108 GLCD Issues
Replies: 3
Views: 2453

Re: KS0108 GLCD Issues

Yup, I spent hours checking the connections, right down to PCB layouts, pin assignments on the PCB etc, I'm pretty sure all is OK. Datasheet is here http://www.farnell.com/datasheets/1485458.pdf . I've tried various pin combinations (Wouldn't be the first time where the datasheet is wrong...) Connec...
by james_r_lucas
Tue Feb 25, 2014 6:52 pm
Forum: Flowcode V6
Topic: KS0108 GLCD Issues
Replies: 3
Views: 2453

KS0108 GLCD Issues

I am having fun attempting to get a KS0108 type GLCD working I have created a simple program simply initialise the display, and it's coming up with a random image as attached (it's always the same) Any suggestions as to why it's doing this? https://dl.dropboxusercontent.com/u/28420476/_MG_8298.jpg C...
by james_r_lucas
Mon Feb 17, 2014 9:46 am
Forum: Flowcode V6
Topic: PIC18F47J53 Definition File
Replies: 8
Views: 4936

Re: PIC18F47J53 Definition File

Did you attach the file?
by james_r_lucas
Fri Feb 14, 2014 11:06 am
Forum: Flowcode V6
Topic: PIC18F47J53 Definition File
Replies: 8
Views: 4936

PIC18F47J53 Definition File

Hello All,

I am currently getting an Error when opening or starting a new project with the PIC18F47J53 Device

"Unable to create microcontrollerPIC.18.18F47J53 as the definition file PIC.18.18F47J53.FCD is missing or corrupt. [0x4]
Duplicate <device.pins.pin>:port[0,1]"

What's happening here?