hellow,
please : can any one help me in making aprogram using flowcode v4:
the program stores analog values of one period (50ms) from asine wave (50hz). the signal is connected to adc0 of pic16f877a .and stored in the eeprom of pic.
the signal is stored for purposes of analysis.
please help me
50mS per sample? there's only 256 EEPROM bytes, you won't be able to sample for long.
12.8 seconds. Also , that's just about how fast it writes to the eeprom, that might cause you some grief.
50mS per sample? there's only 256 EEPROM bytes, you won't be able to sample for long.
12.8 seconds. Also , that's just about how fast it writes to the eeprom, that might cause you some grief.
I would suggest using the PIC's ADC input to find the voltage than feeding it to your PC via RS232 and creating software on the PC to display /analyze your results.
I would suggest using the PIC's ADC input to find the voltage than feeding it to your PC via RS232 and creating software on the PC to display /analyze your results.
I WANT TO MAKE AFLOWCODE APROGRAM TO WORK AS FOLLOWS:
WHEN THE SIGNAL IS APPLIED TO ((ADC0)) OF PIC16F877A,I WANT TO KNOW THE SIGNAL VALUE AT ANY INSTANT: FOR EXAMPLE:
WHAT IS THE SIGNAL VALUE AT TIME EQUAL 2ms ? the time is measured with respect to adetermined instant(( for example :at the peak value).
OF COURSE,I WILL ENTER THE VALUE OF TIME TO THE PROGRAM,AND THE ANSWER((SIGNAL VALUE)) WILL BE DISPLAYED ON ASEVEN SEGMENT DISPLAY,OR ANY LED DISPLAY.
PLEASE HELP ME TO WRITE THE PROGRAM IN FLOWCODE,BECAUSE I DID NOT KNOW ASEMBLY OR C LANGUAGE.
ok,
can you send to me the ASM file and the HEX file.
and,if you can, the circuit diagram of the project.
ANOTHER QUESTION: do you mean that flowcode can not make such programs?
THANK YOU VERY MUCH