Search found 1337 matches

by medelec35
Wed Mar 27, 2024 11:10 am
Forum: General
Topic: E-Blocks 2 settings
Replies: 4
Views: 787

Re: E-Blocks 2 settings

Hello As a general rule the debounce will only work if you use the function of the switch e.g ReadState. If you use the Input command icon then there will be no debounce function. I thought I would mention this for anyone who has a similar issue. Following Martins (mnfisher) advice is what I would r...
by medelec35
Wed Mar 27, 2024 10:11 am
Forum: Bug Reports
Topic: CAN module the options disappear
Replies: 4
Views: 825

Re: CAN module the options disappear

Hello. Many thanks for reporting this. Can you try the attached component to see if it's any better for you? Browse to this location using file explorer , it's hidden by default so just paste the link into your address bar. C:\ProgramData\MatrixTSL\FlowcodeV9\Components Place the attached component....
by medelec35
Tue Mar 26, 2024 12:10 pm
Forum: Projects - Embedded
Topic: PIC18 extended instruction set was enabled but is not supported by this compiler
Replies: 3
Views: 588

Re: PIC18 extended instruction set was enabled but is not supported by this compiler

Hello. Select Build > Project Optiuons... Change Extended Instruction Set Enable bit to Disabled Are you sure you want Single-Supply ICSP enable bit on Enabled If via ISCP and the programmer has a VPP connection, then you will need to change it to Disabled as well. Also, disable your Watchdog Timer ...
by medelec35
Tue Mar 26, 2024 10:38 am
Forum: General
Topic: ESP32 Toolchain.
Replies: 2
Views: 907

ESP32 Toolchain.

Hi all. As you may already be aware, Espressif Systems regally move the goal posts. I have IDF 5.1.3 working as I had an issue with installing 5.1.0 (v5.1 release branch) I was wondering what your experiences with installing either of the above versions. For people that have not yet installed ESP32 ...
by medelec35
Tue Mar 26, 2024 10:17 am
Forum: Tips & Tricks
Topic: Updating XC8 Compiler
Replies: 3
Views: 825

Updating XC8 Compiler

Replacing the original compiler with a new version Select File > Global Settings… > Locations tab Under Override toolchain locations , enter the path where the Bin folder is located, e.g. C:\Program Files\Microchip\xc8\v2.46 The end \ can be left off. To change back to the original compiler, replac...
by medelec35
Tue Mar 26, 2024 8:12 am
Forum: Projects - Embedded
Topic: Serial woes
Replies: 3
Views: 569

Re: Serial woes

Hello The serial component you want for Uno is Component Libraries > Comms > Comms Interface: > UART (RS232) [2D] If after using that component, you still have an issue then can you post your .fcfx .c and .msg.txt files To do that you will need to select Full Editor & Preview and then click on the A...
by medelec35
Mon Mar 25, 2024 7:52 am
Forum: General
Topic: EEPROM_FLOAT PIC16F1939
Replies: 12
Views: 1246

Re: EEPROM_FLOAT PIC16F1939

That's great!
At least you know that one float variable takes four EEPROM addresses.
Thank you for updating us.
by medelec35
Sun Mar 24, 2024 6:39 pm
Forum: General
Topic: EEPROM_FLOAT PIC16F1939
Replies: 12
Views: 1246

Re: EEPROM_FLOAT PIC16F1939

Try again 0, 4 etc not 0, 3
by medelec35
Sun Mar 24, 2024 6:32 pm
Forum: General
Topic: EEPROM_FLOAT PIC16F1939
Replies: 12
Views: 1246

Re: EEPROM_FLOAT PIC16F1939

Hello. You will need to remember that a float is 4 bytes. If each address of EEPROM can only hold a byte, then you need to allow 4 addresses for each float variable. It seems like you are corrupting EEPROM addresses reserved for LAT with values of LONG Try setting LAT to address 0 and LONG to Addres...
by medelec35
Fri Mar 22, 2024 10:09 am
Forum: General
Topic: Modbus TCP Slave
Replies: 33
Views: 2247

Re: Modbus TCP Slave

When will the PIC Q43 series be supported? Hello to support new devices they have to be available within the compiler, then the fcdx file will need to be manually created. For the current version of the XC8 compiler, only: pic18f27q43 pic18f47q43 pic18f57q43 Are available for generating fcdx files....