Search found 36 matches

by radist73
Sun Mar 31, 2019 9:49 pm
Forum: Flowcode V7
Topic: How to add PIC16F1516 to FC7?
Replies: 1
Views: 2219

How to add PIC16F1516 to FC7?

Hello,
How may be added a pic 16f1516 to Flowcode 7 device list?
Need to create program for this controller.
Thanks!
by radist73
Fri Oct 19, 2018 6:42 am
Forum: Flowcode V7
Topic: PIC18F14K22 Oscillator question
Replies: 3
Views: 2831

Re: PIC18F14K22 Oscillator question

Thanks for reply! But could you check, may be component have any problem? Seems as PLL cant start...
by radist73
Mon Oct 08, 2018 8:11 am
Forum: Flowcode V7
Topic: PIC18F14K22 Oscillator question
Replies: 3
Views: 2831

PIC18F14K22 Oscillator question

Hi, Seems as Oscillator Config in Project Options not works as need. My pic starts only after adding C code at the begin of chart. OSCCON=0b01110110; OSCCON2=0b00000010; OSCTUNE=0b11000000; It is starts at 16MHZ. Now I need to use PLL to starts internal OSC at 64MHZ. I need to add to C code configur...
by radist73
Mon Aug 13, 2018 1:28 pm
Forum: Flowcode V7
Topic: GPS component mistake?
Replies: 7
Views: 5093

Re: GPS component mistake?

Just checked it again, GPS receiver connected to PIC and receiver output connected to Terminal. In terminal window GPS signal have stable fixed values, but LCD show fixed Longtitude value and unstable 59,xxx-60,xxx latitude value... :(
by radist73
Sun Aug 12, 2018 11:54 am
Forum: Flowcode V7
Topic: GPS component mistake?
Replies: 7
Views: 5093

Re: GPS component mistake?

Hi, Thanks for answer. My last test program have only GPS and LCD, file attached, and have same problem. I have tested GPS with LCD about year ago, when just purchased FC7, it works fine. GPS receiver send out position data only if it receive signals from needed number of satellites, I have tested i...
by radist73
Fri Aug 10, 2018 3:12 pm
Forum: Flowcode V7
Topic: GPS component mistake?
Replies: 7
Views: 5093

Re: GPS component mistake?

Hi,
Now I have made a simple program with PIC18F26K40, I2C LCD and GPS module for testing. It start working with Software i2c.
But position read is strange. Longtitude is stable 24,774xxx but Latitude hops between 59,096 and 60,430 (it is approx. 200km distance) Right value must be 59,429
by radist73
Fri Aug 10, 2018 2:59 pm
Forum: Bug reports
Topic: PIC18F26K40 I2C LCD not working
Replies: 7
Views: 7787

Re: PIC18F26K40 I2C LCD not working

Hello,
Just have tested again and result is: only Software i2c start working. If I choose Channel1, program will crash.
Will use Software i2c! :D
Yes, i have pull-up resistors and always put into program 1sec tmr flasher led.

Thanks for advice!
by radist73
Tue Aug 07, 2018 12:32 pm
Forum: Flowcode V7
Topic: GPS component mistake?
Replies: 7
Views: 5093

GPS component mistake?

Hi, Just tryed GPS component to read Latitude and Longtitude, but seems as Latitude read fail and really it have read Altitude. Longtitude read show 24, 774 (Tallinn, Estonia) it is OK result, But Latitude read is between 5,xxx and 6,xxx, but need to be a 59,430. Before any steps of update it works ...
by radist73
Tue Aug 07, 2018 12:18 pm
Forum: Bug reports
Topic: PIC18F26K40 I2C LCD not working
Replies: 7
Views: 7787

Re: PIC18F26K40 I2C LCD not working

It is just 26K40 problem, with 2620 and 26K22 both displays works fine!
by radist73
Mon Aug 06, 2018 11:38 am
Forum: Bug reports
Topic: PIC18F26K40 I2C LCD not working
Replies: 7
Views: 7787

PIC18F26K40 I2C LCD not working

Hi, I have tryed to add i2c lcd with i2c address 63 to the board with pic18f26k40. After adding component and adding LCD Start macto program cant starting, 1 sec status led not working. If i replace controller to PIC18F2620 in same board with same hardware and some program (only edit target) program...
by radist73
Sun Aug 05, 2018 8:34 pm
Forum: General Programming
Topic: pic18f26k40 PicKit3 support
Replies: 4
Views: 3894

Re: pic18f26k40 PicKit3 support

I has installed last version of MPLAB X 5.00 and C8 compiler.
With this version it has working with PicKit3 and can compile to chip!
Thank you for advice!

Mihhail
by radist73
Sat Aug 04, 2018 9:47 pm
Forum: General Programming
Topic: pic18f26k40 PicKit3 support
Replies: 4
Views: 3894

pic18f26k40 PicKit3 support

Hello, I need help with editing PK2DeviceFile.dat file for supporting new PIC controllers. I have downloaded PicKit device Data file editor and trying to add PIC18F26K40 to file. From datasheet i found Device ID 6980h, and ProgramMemory 10000h But PicKit3 cant detect device. Could any help with edit...
by radist73
Tue Jan 10, 2017 8:10 am
Forum: Flowcode V7
Topic: GSM component on PIC16F1619 ERROR
Replies: 7
Views: 5590

Re: GSM component on PIC16F1619 ERROR

After using C code inserted, WDT has disabled.
Change of WDT period setting not give any effect.
Seems as any trouble with configs
by radist73
Sat Jan 07, 2017 10:12 pm
Forum: Flowcode V7
Topic: GSM component on PIC16F1619 ERROR
Replies: 7
Views: 5590

Re: GSM component on PIC16F1619 ERROR

Please check PIC16F1619 Watchdog settings. Watchdog timer is always ON with fixed WDT period. Program starts, works 3 seconds and restarts. Program works fine only if set "auto clear watchdog" UPDATED: Program do not work fine, WDT autoclear setting increase program restarting time from 3sec to 6 se...
by radist73
Fri Jan 06, 2017 11:00 am
Forum: Flowcode V7
Topic: GSM component on PIC16F1619 ERROR
Replies: 7
Views: 5590

Re: GSM component on PIC16F1619 ERROR

1. After firt start of created project, component properties UART channel havent predefined uart tx and rx pins, show Unconnected Click to "Software" showed as "Chanel1" with Unconnected pins Click to "Chanel1" showed as "Chanel1", but seems as need to be a "Software", it have predefined TX and RX ...
by radist73
Fri Jan 06, 2017 10:26 am
Forum: Flowcode V7
Topic: GSM component on PIC16F1619 ERROR
Replies: 7
Views: 5590

GSM component on PIC16F1619 ERROR

GSM component with PIC16F1619 have any errors 1. After firt start of created project, component properties UART channel havent predefined uart tx and rx pins, show Unconnected Click to "Software" showed as "Chanel1" with Unconnected pins Click to "Chanel1" showed as "Chanel1", but seems as need to b...
by radist73
Mon Dec 12, 2016 9:56 am
Forum: General Programming
Topic: PLL RF synthesizers and Flowcode
Replies: 0
Views: 3509

PLL RF synthesizers and Flowcode

Hello, I think, may be very useful for RF equipment designers to make a PLL component for Flowcode. MB, LMX and MC series PLL synthesizers have a serial interface as SPI, pll internal register length not 8 or 16 bit, but may be 15, 19, 21 bit... For example old pll ic MB1501 is very simple and usefu...
by radist73
Wed Dec 07, 2016 4:38 pm
Forum: Flowcode V7
Topic: USB serial PIC18F2455 compile warning
Replies: 2
Views: 2735

Re: USB serial PIC18F2455 compile warning

No any result with Enumeration timeout turned to YES and time 0,2,5 or 10 seconds. :( Program will start only after connecting usb to pc once. After disconnecting program stay to run.
by radist73
Wed Dec 07, 2016 3:22 pm
Forum: Flowcode V7
Topic: ENC28J60 WEBserver and FAT SD card
Replies: 6
Views: 4628

Re: ENC28J60 WEBserver and FAT SD card

Thanks, I try to check it.
But next problem for me, if I make index.htm and put it into SD card, how I can insert values of variables from pic flowchart to index.htm text? For example "System voltage = 24,52 Volts", where 20,52 is value of variable.
by radist73
Wed Dec 07, 2016 3:15 pm
Forum: Flowcode V7
Topic: USB serial PIC18F2455 compile warning
Replies: 2
Views: 2735

USB serial PIC18F2455 compile warning

Hi, Some questions about USBserial ... 1. Compiler give warning message: Employing 18F2455 errata work-arounds: * Corrupted fast interrupt shadow registers . . . ENC28J60_Example3.c: FCD_056e1_USB_Serial1__ReadByte() 902: return (FCR_RETVAL); ^ (345) unreachable code (warning) . . . . . . . . . . . ...
by radist73
Tue Dec 06, 2016 8:55 pm
Forum: Flowcode V7
Topic: ENC28J60 WEBserver and FAT SD card
Replies: 6
Views: 4628

Re: ENC28J60 WEBserver and FAT SD card

GET pics/image.jpg So you basically have to look out for the GET command and then action the get request by going to the right directory on the SD card, opening the file specified and then streaming back the contents of the file. But what is the right directory? For example, in Windows Android phon...
by radist73
Tue Dec 06, 2016 12:51 pm
Forum: Flowcode V7
Topic: ENC28J60 WEBserver and FAT SD card
Replies: 6
Views: 4628

Re: ENC28J60 WEBserver and FAT SD card

Could any help?
How I can make in HTML code link to picture stored in SD card?
by radist73
Fri Dec 02, 2016 12:09 pm
Forum: Flowcode V7
Topic: ENC28J60 WEBserver and FAT SD card
Replies: 6
Views: 4628

ENC28J60 WEBserver and FAT SD card

Hi all,
I am trying to start a WEB server with graphical objects stored into SD card.
Web server works fine, SD card initialized and jpg file opened (return 0) but what is the way to jpg file in html code?
img src=file.jpg not working

Thanks!
by radist73
Mon Oct 31, 2016 10:00 am
Forum: Bug reports
Topic: Modbus RS485 mode CRC
Replies: 12
Views: 9534

Re: Modbus RS485 mode CRC

Many thanks!
I has the same problem with Modbus (232 works fine but 485 not) and now it is fixed!
by radist73
Wed Sep 21, 2016 1:28 pm
Forum: Fixed bugs
Topic: MCP23017 Flowcode 7 problem
Replies: 3
Views: 6650

Re: MCP23017 Flowcode 7 problem

Works fine! Thank you for help!