Search found 1914 matches

by BenR
Tue Nov 22, 2022 1:01 pm
Forum: Bug Reports
Topic: dsPIC30F6014A - ADC reading problem
Replies: 7
Views: 4406

Re: dsPIC30F6014A - ADC reading problem

Hello,

Please can you attach your project file so we can have a look for you.
by BenR
Mon Nov 21, 2022 5:08 pm
Forum: General
Topic: How do I find the error
Replies: 7
Views: 3013

Re: How do I find the error

I wonder if the "files/" directory needs to already exist for this to work. I'll look and see if we can auto create the root directory if it doesn't already exist.

Anyway keeping the root folder blank seems to have worked for you which is great. Maybe this should be the default for now.
by BenR
Mon Nov 21, 2022 1:57 pm
Forum: Bug Reports
Topic: ESP32 + Potentiometer (fail to be compile)
Replies: 13
Views: 10020

Re: ESP32 + Potentiometer (fail to be compile)

Hopefully either should be ok. We have thoroughly tested the 4.1 version. Just having a look to see how the adc calls have changed and see if we can rework the code so it works with both. Edit, I've made some changes to the code and pushed the latest version and hopefully this will allow the later v...
by BenR
Mon Nov 21, 2022 1:27 pm
Forum: General
Topic: Modbus not working on PIC24FJ512GA606.
Replies: 12
Views: 5944

Re: Modbus not working on PIC24FJ512GA606.

Is the voltage difference having an effect? does the Max chip work at 3v3? Do you have anything you can use to look at the signals either side of the max chip, this is a useful low cost analyser if you don't currently have anything. https://www.amazon.co.uk/gp/product/B08JV4W1CD/ref=ox_sc_act_title_...
by BenR
Mon Nov 21, 2022 1:21 pm
Forum: Bug Reports
Topic: ESP32 + Potentiometer (fail to be compile)
Replies: 13
Views: 10020

Re: ESP32 + Potentiometer (fail to be compile)

Hello, If you install the toolchain from here then hopefully you get the 4.1 IDF option. https://www.flowcode.co.uk/download/file/download.php?f=toolchains&file=esp-idf-tools-setup-2.3.exe If not then let us know and we can investigate further and maybe try and move to a newer version of the IDF.
by BenR
Mon Nov 21, 2022 1:17 pm
Forum: General
Topic: CSV writer, does not append am I doing something wrong
Replies: 2
Views: 923

Re: CSV writer, does not append am I doing something wrong

Hi Bob, I think it doesn't like the Root Folder being $(srcdir) as this is a Flowcode simulation thing. In the File_RPI1 change the Root Folder to a blank string and hopefully that should fix the problem for you and place the files with the runtime script into the home directory. Keep the Sim root f...
by BenR
Wed Nov 16, 2022 12:33 pm
Forum: User Components
Topic: nextion screen
Replies: 2
Views: 4148

Re: nextion screen

Hola, Creo que vas a tener que darnos más información para continuar. ¿Puede cargar su proyecto y decirnos el nombre del artículo del que está tratando de obtener el valor? Hello, I think you're going to have to give us more information to go on. Can you upload your project and tell us the name of t...
by BenR
Wed Nov 16, 2022 12:14 pm
Forum: General
Topic: CSV Read/Write or Output CSV
Replies: 29
Views: 13047

Re: CSV Read/Write or Output CSV

Hi Bob, Aha many thanks I have replicated the problem with the simulation of the File RPI component and have pushed a new update for this that should solve the issue for you. I've also added more examples here for the CSV component when used with different File components. https://www.flowcode.co.uk...
by BenR
Wed Nov 16, 2022 9:49 am
Forum: General
Topic: CSV Read/Write or Output CSV
Replies: 29
Views: 13047

Re: CSV Read/Write or Output CSV

Hi Bob,

Aha sounds like progress that's great. Try running the sim twice, there seems to be a bug where it will only create the file but then on the second run when the file exists it will populate it. I'm investigating the problem.
by BenR
Tue Nov 15, 2022 4:27 pm
Forum: General
Topic: CSV Read/Write or Output CSV
Replies: 29
Views: 13047

Re: CSV Read/Write or Output CSV

Using the View -> Console menu brings up a console window where there is a tab that shows you the File SD component status and it should report the status of the file creation.