Search found 11 matches

by darrynenig22
Sun Jan 17, 2021 6:11 pm
Forum: Flowcode V8
Topic: Simple switch edit
Replies: 4
Views: 2440

Re: Simple switch edit

Hi Benj, Thanks for the demo file, Im beginning to understand the structure of component creation, structure and saving created components. The switchdemo file was very helpful. There is an issue when I add multiple instances of the newly created component from the component library to the panel and...
by darrynenig22
Wed Jan 13, 2021 11:39 pm
Forum: Flowcode V8
Topic: Simple switch edit
Replies: 4
Views: 2440

Simple switch edit

Hi When using Flowcode V5 it was so very easy to place two custom images for OFF / MID / ON Placed on the dashboard panel static picture ON when pressed is replaced with static picture OFF I have been trying to edit the base switch in V8 and V9 to create a new component and modify to replicate this ...
by darrynenig22
Fri Feb 01, 2019 2:31 pm
Forum: Flowcode V8
Topic: PIC18F67K40 16x2 LCD Configure
Replies: 12
Views: 6966

Re: PIC18F67K40 16x2 LCD Configure

Thanks leigh and team,

Just an update, I have bailed on this PIC18F67K40 as the errata was to severe.
Have flipped to the PIC18F66K22 and everything is working as expected.

Thanks to all
by darrynenig22
Fri Oct 05, 2018 5:14 pm
Forum: Flowcode V8
Topic: PIC18F67K40 16x2 LCD Configure
Replies: 12
Views: 6966

Re: PIC18F67K40 16x2 LCD Configure

Hi Benj, Thanks, This did solve the problem but may have created another. asm ("BSF NVMCON1, 7"); Im using the PIC18F67K40 Device ID Revision = a002 The text was displayed on the LCD and working ok, But now I add eeprom component and the text is not displayed. If I disable the eeprom component the t...
by darrynenig22
Wed Oct 03, 2018 1:34 pm
Forum: Flowcode V8
Topic: PIC18F67K40 16x2 LCD Configure
Replies: 12
Views: 6966

Re: PIC18F67K40 16x2 LCD Configure

Hi Benj The 16x2 has always worked on a number of my PIC16F chips and simple to set up V8 V6 and V5 flowcode Im stumped with this PIC18F I have tested your suggestions and everything looks ok. Have tried to print as a string var and print string as numbers but nothing shows on the 16x2 , Printnumber...
by darrynenig22
Sun Sep 30, 2018 3:53 pm
Forum: Flowcode V8
Topic: PIC18F67K40 16x2 LCD Configure
Replies: 12
Views: 6966

Re: PIC18F67K40 16x2 LCD Configure

Hi, I have identified that the printstring to my LCD 16x2 is not working for the PIC18F67K40. Have checked that the XINST is disabled in chip configure. The Test flowcode prints the numerical value and counts up at 1 sec intervals ,but the printstring text is not visible. I have tried different conf...
by darrynenig22
Thu Sep 27, 2018 3:18 pm
Forum: Flowcode V8
Topic: PIC18F67K40 16x2 LCD Configure
Replies: 12
Views: 6966

Re: PIC18F67K40 16x2 LCD Configure

Hi LCD is wired in the same way with 4 bit operation. Pin A2 wired to the backlight, This LCD works in the hardware with PIC16F1947 has the same test code to prove the hardware is good. Interesting if I test the LCD 16x2 in a full busy flowcode program with interrupts, DS18B20 and timers the LCD has...
by darrynenig22
Thu Sep 27, 2018 3:01 pm
Forum: Flowcode V8
Topic: PIC18F67K40 16x2 LCD Configure
Replies: 12
Views: 6966

Re: PIC18F67K40 16x2 LCD Configure

Hi

The test flowcode has the $PORTF0.2 defined as correct.
by darrynenig22
Thu Sep 27, 2018 11:58 am
Forum: Flowcode V8
Topic: PIC18F67K40 16x2 LCD Configure
Replies: 12
Views: 6966

PIC18F67K40 16x2 LCD Configure

Hi Everyone, I needed to upgrade to the PIC18F67K40 but have some problems with the LCD 16x2 not working. led's and switches are working. I have a development relay board that has a PIC16F1947 16x2 Controller HD44780 LCD, switches and led's that has worked for a number of years so the hardware is pr...
by darrynenig22
Tue Oct 07, 2014 1:54 pm
Forum: Flowcode V6
Topic: Pic16f1947 portd input problem
Replies: 2
Views: 2352

Re: Pic16f1947 portd input problem

Hi Benj, I have attached the input circuit that is used for Portb 0,1,2,3,4,5 and Porta 6 all working as expected, Portd has the problems when reading the input as 4.8v ~ 5v derived from this input method, seems to reed the port a little different, on and off at random when the input switch or switc...
by darrynenig22
Mon Oct 06, 2014 5:47 pm
Forum: Flowcode V6
Topic: Pic16f1947 portd input problem
Replies: 2
Views: 2352

Pic16f1947 portd input problem

Hi All, This is the first time posting for advice on the forum as normally flowcode projects have been a breeze to complete. Have moved from V5 to V6 and need some help with what should be a simple input from switch and then turn on an output - lamp. I have used this code and built circuit pcb a few...