Search found 18 matches

by ProtonLaser
Mon Mar 18, 2013 8:24 pm
Forum: Flowcode V5
Topic: 18F26j53CCP CAPTURE Not Working
Replies: 5
Views: 4283

Re: 18F26j53CCP CAPTURE Not Working

Does anybody know when the interrupt CCP Capture option will be available?

Thank you
by ProtonLaser
Mon Mar 18, 2013 4:35 pm
Forum: Flowcode V5
Topic: 1826j53 UART2 PROBLEM
Replies: 7
Views: 4435

Re: 1826j53 UART2 PROBLEM

Great It worked.
Thanks Ben.
by ProtonLaser
Mon Mar 18, 2013 12:48 pm
Forum: Flowcode V5
Topic: 1826j53 UART2 PROBLEM
Replies: 7
Views: 4435

Re: 1826j53 UART2 PROBLEM

Hi Ben

I have tryed what you said, copied the file into my folder, and compiled again using the second UART, and the same problem appears.

I have posted my program, to see if there is something i am doing wrong in my code.

Thanks.
by ProtonLaser
Mon Mar 18, 2013 11:24 am
Forum: Flowcode V5
Topic: 1826j53 UART2 PROBLEM
Replies: 7
Views: 4435

Re: 1826j53 UART2 PROBLEM

Hi Ben
TX2 -> RP1(pin3)

Thanks
by ProtonLaser
Mon Mar 18, 2013 9:15 am
Forum: Flowcode V5
Topic: 1826j53 UART2 PROBLEM
Replies: 7
Views: 4435

1826j53 UART2 PROBLEM

Hi i have a compiling error CHIP: PIC18F26J53 FLOWCODE 5.0 VERSION 5.4.0.0 C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(521): error: left operand must be l-value C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(521:13): error: failed to generate expression C:\Program Files (x86...
by ProtonLaser
Mon Mar 18, 2013 9:13 am
Forum: Flowcode V5 Issues
Topic: UART2 compilation problem
Replies: 2
Views: 4204

Re: UART2 compilation problem

Hi i have a compiling error With the Chip CHIP: PIC18F26J53 FLOWCODE 5.0 VERSION 5.4.0.0 C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(521): error: left operand must be l-value C:\Program Files (x86)\Flowcode\v5\CAL\PIC\PIC_CAL_UART.c(521:13): error: failed to generate expression C:\Prog...
by ProtonLaser
Mon Mar 18, 2013 8:06 am
Forum: General Programming
Topic: Capture on CCP1
Replies: 6
Views: 5201

Re: Capture on CCP1

Hi Martin,
Yes i tryed it and it did not capture the timers values.

**Tryed the version you proposed, worked great!!

Thank you again Martin for giving a solution!!

I will give the timer option again and come back.


Abel
by ProtonLaser
Sun Mar 17, 2013 8:29 pm
Forum: Flowcode V5
Topic: 18F26j53CCP CAPTURE Not Working
Replies: 5
Views: 4283

Re: 18F26j53CCP CAPTURE Not Working

Hi Medelec First of all thank you for your time. Yes actually i think it can work something out using polling, didnt think in that option. The thing is i need to measure 8 frequencies, but yes it can work, i will have a go and post the result. I still want to know: why the CCPR4H:CCPR4L dont give ou...
by ProtonLaser
Sun Mar 17, 2013 5:13 pm
Forum: Flowcode V5
Topic: 18F26j53CCP CAPTURE Not Working
Replies: 5
Views: 4283

Re: 18F26j53CCP CAPTURE Not Working

Hi I`ve tried another CCP module( CCP4 in capture mode). The result is a bit weird, i always keep getting the same value for CCPR4L and CCPR4H in this case, 0x13 and 0x14 respect. I tried giving PULSO_HIGH and PULSO_LOW, directly the value of TMR1H and TMR1L. (PULSO_HIGH =TMR1H, PULSO_LOW=TMR1L): -S...
by ProtonLaser
Sun Mar 17, 2013 10:18 am
Forum: General Programming
Topic: Capture on CCP1
Replies: 6
Views: 5201

Re: Capture on CCP1

Yes but hae you tried capturing the timer value???
by ProtonLaser
Sun Mar 17, 2013 2:11 am
Forum: Flowcode V5
Topic: 18F26j53CCP CAPTURE Not Working
Replies: 5
Views: 4283

18F26j53CCP CAPTURE Not Working

Hi guys having a go at using the ccp capture peripheral to measure frequency... What i intend to do is get the tick value of the timer 1, save it in a variable names Pulsos and send it via UART. Did a custom interrupt but here is the result i get: 1. Always send the value 0x01FF. I am posting the co...
by ProtonLaser
Sat Mar 16, 2013 7:19 pm
Forum: Flowcode V5
Topic: 4DSystem gLCD BackGround Issue
Replies: 6
Views: 4318

Re: 4DSystem gLCD BackGround Issue

Thanks for the replies,

Finally i dedicated some time learning to use the software that 4Dsystems gives for free for customizing the screen. Great!!
Did some neat job.

Simple and easy.

The software name is just in case anybody wants it is: Workshop V3.0.

Thanks
by ProtonLaser
Sat Feb 23, 2013 7:21 pm
Forum: Flowcode V5
Topic: 4DSystem gLCD BackGround Issue
Replies: 6
Views: 4318

Re: 4DSystem gLCD BackGround Issue

Hi Jonny sorry for the late response... yes actually it works perfect. ***I have a doubt concerning the 4D_DisplayImageFromFilePicaso(X, Y, Filename, PosH, PosL) . 1) Could i download an image from my PC into an sd-card, name it "mypic" and call it from the above MACRO like: 4D_DisplayImag...
by ProtonLaser
Wed Feb 13, 2013 10:46 pm
Forum: Flowcode V5
Topic: 4DSystem gLCD BackGround Issue
Replies: 6
Views: 4318

Re: 4DSystem gLCD BackGround Issue

Hi

In the simple program i am posting i would expect the colour to change to Blue, but it isnt...

May be im not doing the correct action to get blue...

As for the way i manage the touch actions in the screen, is this the correct way or is there a more elegant manner to do it?


Thanxs
by ProtonLaser
Tue Feb 12, 2013 12:20 am
Forum: Flowcode V5
Topic: 4DSystem gLCD BackGround Issue
Replies: 6
Views: 4318

4DSystem gLCD BackGround Issue

Hi Having worked for a while with this gLCD 4DSystem, i can work out most of the component(Print, DrawCircle, Touch) macro but seem to not get response when using the: 1)SetBackColor 2)SetForeColor No change is detected no matter what range of RGB i use.... --The only way i can change the color is c...
by ProtonLaser
Thu Feb 07, 2013 10:09 pm
Forum: Flowcode V5
Topic: 18F87J11&RXINT PROBLEM
Replies: 4
Views: 3448

Re: 18F87J11&RXINT PROBLEM

Hi Ben

Great it worked!!!
Sorry for answering so late i have been busy at work....
by ProtonLaser
Thu Jan 24, 2013 11:36 am
Forum: Flowcode V5
Topic: 18F87J11&RXINT PROBLEM
Replies: 4
Views: 3448

Re: 18F87J11&RXINT PROBLEM

Hi Ben
Thanks for the quick response, ill give it a go and come back and post the result.

Thanks...
Abel Moreno
by ProtonLaser
Wed Jan 23, 2013 7:57 pm
Forum: Flowcode V5
Topic: 18F87J11&RXINT PROBLEM
Replies: 4
Views: 3448

18F87J11&RXINT PROBLEM

Hi guys, I am new to FlowCode and the Forum... PIC Processor: P18F87J11 FlowCode5 V5.4.0.0(03.08.2012) We are trying to generate a RS485 protocol comm inside a proyect.With a half-duplex hardware and RS485 transceiver. Using the available RS232 object inside flowcode, we noticed the following: 1) Wh...