Search found 119 matches

by RLOPES780
Thu Jan 14, 2016 9:26 pm
Forum: User Components
Topic: Flash EEPROM component
Replies: 25
Views: 25573

Re: Flash EEPROM component

Do not speak English, sorry about that use the translator.
Just wanted to know the initial and final address I can use.

Ricardo.
by RLOPES780
Thu Jan 14, 2016 8:52 pm
Forum: User Components
Topic: Flash EEPROM component
Replies: 25
Views: 25573

Re: Flash EEPROM component

Hello Kersing.

What is the starting address and the last address that possso use as flash?
What is the maximum capacity?

Ricardo.
by RLOPES780
Thu Jan 14, 2016 12:21 pm
Forum: User Components
Topic: Flash EEPROM component
Replies: 25
Views: 25573

Doubts component Flasheeprom1 and dsPIC33

I am using component flasheeprom1 and dspic33fj256gp710. I must use many flash memory addresses. I'm still in the program from the beginning and I am using early flash addresses 98304 to 98385. From this point on qualquem new macro to create the program compiles but when I record in the pic it not r...
by RLOPES780
Thu Jan 14, 2016 1:43 am
Forum: User Components
Topic: Flash EEPROM component
Replies: 25
Views: 25573

Re: Flash EEPROM component

I'm having trouble with the flash EEPROM component 1 am using the flash memory addresses starting at 98304-98385 and I will need to use more addresses. When I compile 19% of program memory use, from then on the program compiles but does not work the microcontroller. How do I decide if I still have t...
by RLOPES780
Thu Jan 07, 2016 1:53 pm
Forum: Flowcode V6
Topic: reading pulses
Replies: 2
Views: 3015

reading pulses

I need to make reading a flow meter .It basically funcion to a speed ratio x flow using a hall sensor.
Ex 19 pulses 3 liters per minute/29 pulse 4.8 lpm /58pulses 9,7 lpm / 239 pulses 40 lpm.
The conversion I can do like to know how to perform the reading of the pulses.
by RLOPES780
Wed Dec 23, 2015 12:39 pm
Forum: Feature requests
Topic: DAC8769 and HART
Replies: 1
Views: 5577

Re: DAC8769 and HART

DAC8760
by RLOPES780
Wed Dec 23, 2015 3:06 am
Forum: Feature requests
Topic: DAC8769 and HART
Replies: 1
Views: 5577

DAC8769 and HART

The 8760 DAC converter provides output current and voltage.
For industrial applications it enables HART communication which would make it very practical.
by RLOPES780
Tue Dec 22, 2015 8:03 pm
Forum: Flowcode V6
Topic: ERROR COMPONENT FAT 1
Replies: 9
Views: 8028

Re: ERROR COMPONENT FAT 1

Hello Benj!

It worked.
Was several days this problem, could not compile.
Now compiled and recorded on the chip and everything ok.

Thank you;

Ricardo.
by RLOPES780
Mon Dec 21, 2015 11:02 pm
Forum: Flowcode V6
Topic: ERROR COMPONENT FAT 1
Replies: 9
Views: 8028

Re: ERROR COMPONENT FAT 1

Hello Benj. I'm not a programming expert (but I'm running behind), so my insecurity is my project (program) or is the component. Just know that when I remove the FAT1 component and compile problem does not return. But when I add the componete FAT1 and initialize got compilation error. With text mess...
by RLOPES780
Sat Dec 19, 2015 8:35 pm
Forum: Flowcode V6
Topic: ERROR COMPONENT FAT 1
Replies: 9
Views: 8028

ERROR COMPONENT FAT 1

I must use the componte FAT1.
When I start it in this program have attached compiler error.
Could someone help me?

Ricardo
by RLOPES780
Sun Nov 29, 2015 3:51 am
Forum: Flowcode V6
Topic: Stabilize reading adc spi.Help
Replies: 1
Views: 1451

Stabilize reading adc spi.Help

How can I make Flowcode (an example in code): (read 32 or 64 samples) store the samples and when you have 32 make media and show ... then discard the sample number 1 and take over a sample makes the media and show ... that is going to be something more like this: sample (1 + 2 ... 32) / 32 = value (...
by RLOPES780
Thu Nov 26, 2015 6:36 pm
Forum: Flowcode V6
Topic: HELP WITH ERROR DSPIC AND COMPONENT FAT 1
Replies: 2
Views: 2334

Re: HELP WITH ERROR DSPIC AND COMPONENT FAT 1

Well hello;
As already I said before I'm not an experienced User in Flowcode.
But I added the code below componete FAT1 and error in the compilation.
Without FAT1 component compiles correctly.
Grateful;
Ricardo.
by RLOPES780
Sun Nov 22, 2015 8:51 pm
Forum: Flowcode V6
Topic: HELP WITH ERROR DSPIC AND COMPONENT FAT 1
Replies: 2
Views: 2334

HELP WITH ERROR DSPIC AND COMPONENT FAT 1

I'm trying to use the component FAT1 .
I have error and not compile.
I'm with two abaixo.Um codes without booting the component (compile) others just initializes the component and have error
by RLOPES780
Tue Nov 10, 2015 10:37 pm
Forum: Flowcode V6
Topic: HELP WITH ARRAY
Replies: 2
Views: 1979

Re: HELP WITH ARRAY

Hello Medelec,

It's school project.
Really I know not fazer.Estou reading the input of an ADC SPI LTC2400 and in some cases necessary to filter.

Ricardo.
by RLOPES780
Tue Nov 10, 2015 9:45 pm
Forum: Flowcode V6
Topic: HELP WITH ARRAY
Replies: 2
Views: 1979

HELP WITH ARRAY

How do I implement the code below with Flowcode? //Shift all ADC readings 1 position in array Index = 24 Loop While Index > 0 { Data[Index] = Data[Index - 1] Index = Index - 1 } //Collect new reading Data[0] = ReadADC() //Take Averages Av5 = (Data[0] + Data[1] + Data[2] + Data[3] + Data[4]) / 5 Av10...
by RLOPES780
Mon Nov 02, 2015 11:41 am
Forum: Flowcode V6
Topic: DSP FILTER
Replies: 1
Views: 1830

DSP FILTER

Hello friends; I'm using DSpic33FJ256GP710. I'm using LTC ADC 24 bits / SPI, with the help of Benj. I have the input from 0 to 16.777.216 in decimal. I need to create 5 filter levels. example: FILTER 1: 5 readings of the ADC and the media = 5 readings / 5 FILTER 2: 10 readings of the ADC and the med...
by RLOPES780
Thu Oct 22, 2015 1:58 am
Forum: Flowcode V6
Topic: AD CONVERTER 16 BITS
Replies: 8
Views: 7821

Re: AD CONVERTER 16 BITS

Only READ PCI input and display on an LCD
by RLOPES780
Tue Oct 13, 2015 10:57 am
Forum: Flowcode V6
Topic: LTC2400 AND SPI
Replies: 1
Views: 1904

LTC2400 AND SPI

Good morning friends;

I bought the LTC2400 DAC 24 BITS with SPI communication.
It will work in a loop doing readings.
Could someone give me a hand, an example of how to make communication with the LTC2400 using SPI. Acquired reading will store in a variable Ulong?

grateful;

Ricardo.
by RLOPES780
Fri Oct 02, 2015 10:44 pm
Forum: Flowcode V6
Topic: AD CONVERTER 16 BITS
Replies: 8
Views: 7821

AD CONVERTER 16 BITS

Good morning friends.

Someone may indicate an AD converter 16-bit (I2C, SPI?) For use with the dsPIC33 of easy implementation with Flowcode and low cost.

Grateful.

Ricardo
by RLOPES780
Wed Sep 30, 2015 8:57 am
Forum: Feature requests
Topic: HART
Replies: 2
Views: 2827

Re: HART

Yes !

For industrial aplications.
Example PIC + DAC8760IPWPR with HART.
by RLOPES780
Tue Sep 29, 2015 1:03 am
Forum: Feature requests
Topic: HART
Replies: 2
Views: 2827

HART

HART?
by RLOPES780
Mon Sep 28, 2015 11:00 am
Forum: Flowcode V6
Topic: FILTER CONVERTER AD?
Replies: 1
Views: 1744

FILTER CONVERTER AD?

Good morning friends! I need to create a filter for the converted reading of the ad converter. I need to make 20 readings with a time between readings and then calculating the mean (20 readings / 20). In the next 20 average readings exclude the first reading of the last sample and add a new at the e...
by RLOPES780
Sat Sep 26, 2015 12:57 am
Forum: Flowcode V6
Topic: help with Vinculum 1 USB Host Controller component
Replies: 0
Views: 2362

help with Vinculum 1 USB Host Controller component

Good morning friends; I have a project and need to use the VNC1L the FTDI chip as datalloger. I saw the forum that Jordy101091 friend already created vinculum1.fcpx component related to VNC1L. I sent a private message to Jordy but got no answer. The VNC1L acidionais has some features that will need ...
by RLOPES780
Wed Sep 16, 2015 2:22 am
Forum: Flowcode V6
Topic: Problem with dsPIC33 and component flasheeprom
Replies: 11
Views: 6717

Re: Problem with dsPIC33 and component flasheeprom

Hello kersing. I did a test and called initialize flash component on a macro peripheral outside the main. When I run the program it runs but when I enter this macro it resets the microcontroller and start the program like this is usually called to initialize component flasheeprom work as a software ...
by RLOPES780
Tue Sep 15, 2015 12:11 am
Forum: Flowcode V6
Topic: Problem with dsPIC33 and component flasheeprom
Replies: 11
Views: 6717

Re: Problem with dsPIC33 and component flasheeprom

Hello Kersing;

I sent the files requested via RP.
You received?
Sorry for the inconvenience, but I'm looking forward to good news.

Thank you;

Ricardo.