Wuhuuu that did it Medelec thanks a lot for your fast reply and always great support.
I just restarted the pc and did the thing with the black button on the pickit and it worked after that with the new Mplab IPE settings
have a great weekend
Hello Medelec and thank very much for your reply, i installed Mplab X only IPE but i am unsure of what you want me to do. do you want me to set up the Pickit3 within the IPE software(i am not used to the software), or refer to the IPE destination and parametres in flowcode programmer setup? i tried ...
thanks for your reply Steve but still no luck, i tried the following uninstalling fc6 delete remaining folders and Reinstall fc 6 i tryed reloading the firmware in PICkit 3 tool/ switching back and forth from MPLAB mode to programmer mode. i cant find an os for the pickit3 other than PK3OSV020005 i ...
Hello, i have a problem connecting to an old project i have to modify, i get an error message in the compiler message when flowcode tryes to connect to the pickit 3 programmer. i have ensured that the PK3CMD is up to date and the programmer text is correct like this -P$(chip) -F$(target).hex -E -M i...
Thanks for your reply :D Okay i will post the program for Flowcode v6 FermentationBox.fcfx i have zipped the display program in 2 folders if needed, it won't accept the original filetypes. FermentationBox.rar FermentationBox.ImgData.rar But i must say that it's a rather large project and i have only...
Hi all. I am trying to convert an old project where i control a refigiator as a beer fermentation cabinet it has a heating element and the compressor to keep the Beer temperature steady at +-0,25 degrees between 3 and 25 degrees C. The old display i used was a 2*16 lines text display and now would l...
Thanks.. I have read those files and looked through the examples, but still if i look at the lcd makro, and scroll in the drop down menu, there are many diffrent options but the ones i am looking for and the ones that JohnCrow describe in his toturial for flowcode v6 has the option to read and write...
Hello, I am using flowcode 5,5 pro. and have resently got my hands on on of 4d systems touch screen, to be more specific the ulcd32ptu the same version that is on the EB76. I know that the Macro is embedded into v5 with limites functions, i would like to design both the pic project in flowcode and t...
here is a copy of the flowchart witch is far from finished, The pwm is in the temperature_output_control macro. i just wanted to test the pwm outputs witch control 2 12v fans. but instead of driving the fan the lcd display starts going cracy because CCP3 is both outputted to pin 17 and 26 and i am o...
Hello Matrix I am programming a Pic 16f1936 and using all pins on the chip. I would like to setup 2 Pwm channels Pin 24 RB3/CCP2 and pin 26 RB5/CCP3. My problem is that if i setup the macro to pin2 = CCP2 both RC1/CCP2 and and RB3/CCP2 is pwm'ed, is it possible to only use one of each of the ccp2 an...
Hello again. I am trying to figure out how to modify an old project regarding a RGB led controller, The original design is a single channel that has 5 lut table with program details, R,G,B, hold time and fade time, so there is a lot of program. my new goal is to create multiple channels that i can f...
Thanks a lot for the quick response Enamul i apreciate it. Thats seemed to fix it, i am not that experienced in programming, so everything i do is not always logical. the reason i put an interupt tmr in my main program is because i thaught the lcd display could not handle the high clock counts. is t...
Hello everyone. For some time i have been working on a project regardig a Climate control box for Beer fermentation, I was using a Pic16f1937 with a standard HD44780 16x2 LCD witch was working fine, i just ran out of Program memory because of a lot of Text messages and Floating point math. and becau...
Hello Medelec and thanks for your response, I have a few questions to your uploated program that i hope u can clarify for me. :D I se thant my problem was that i stored the data as a floating point in the eeprom at only one address, If i understand it correctly u divide the floatVar in to bytes and ...
Hello again. I am trying to finish må rebuilt refrigiuator to a climate box that can keep my Beer brews at the perfect fermentation temperature. the program is working and my hardware is complete but i just have 1 final detail to make, In case there is a power loss where my Climate box is it will no...