Search found 11 matches

by OderlandoAbril
Mon May 15, 2023 11:18 am
Forum: General
Topic: Using C code generated in FlowCode in other IDE's
Replies: 2
Views: 521

Re: Using C code generated in FlowCode in other IDE's

Thank you very much for your clarifications, Ben. They are of great help to me !
by OderlandoAbril
Tue May 02, 2023 4:14 pm
Forum: General
Topic: Using C code generated in FlowCode in other IDE's
Replies: 2
Views: 521

Using C code generated in FlowCode in other IDE's

Hello. I would like to give my thanks to FlowCode 10 with open source and several free microcontrollers. I was thinking about creating flowchart codes in flowcode to be able to generate a C code. So, I was questioning whether it would be too much work to use this generated C Code to adapt it in ST V...
by OderlandoAbril
Wed Oct 05, 2022 2:09 pm
Forum: General
Topic: STM8S support in FlowCode 10
Replies: 2
Views: 854

Re: STM8S support in FlowCode 10

Thanks for the clarification, Ben!
by OderlandoAbril
Fri Sep 30, 2022 11:07 am
Forum: General
Topic: STM8S support in FlowCode 10
Replies: 2
Views: 854

STM8S support in FlowCode 10

Hi ! Will flowcode version 10 support SMT8S microcontrollers? I saw that some time ago someone talked about this family of microcontrollers and you guys seemed willing to think about the possibility of including them in flowcode in the future. Its low price is a great attraction, so I decided to ask...
by OderlandoAbril
Mon Jun 13, 2022 3:11 pm
Forum: General
Topic: Help with PID code (does it work?)
Replies: 7
Views: 1976

Re: Help with PID code (does it work?)

It worked very well. Thanks
by OderlandoAbril
Mon Jun 13, 2022 11:05 am
Forum: General
Topic: Help with PID code (does it work?)
Replies: 7
Views: 1976

Re: Help with PID code (does it work?)

Hello Ben. This solved the problem. Thank you for this. But I still have a doubt: I would not like to use an analog input as a setpoint, but I would like to use the value saved in a byte variable to be my setpoint. Is this possible ?
by OderlandoAbril
Fri Jun 10, 2022 6:32 pm
Forum: General
Topic: Help with PID code (does it work?)
Replies: 7
Views: 1976

Re: Help with PID code (does it work?)

Hello again, Ben. I updated the library as you said. But now I can't make the component connections. I'm sending a screenshot of what it looks like for me. The checkbox for connections appears blank. Do you know what could be happening?
by OderlandoAbril
Fri Jun 10, 2022 5:44 pm
Forum: General
Topic: Help with PID code (does it work?)
Replies: 7
Views: 1976

Re: Help with PID code (does it work?)

Hello Ben ! Thank you very much for your help. I'll test if it works in real life. I'm really glad you cared. Thanks
by OderlandoAbril
Fri Jun 10, 2022 1:20 pm
Forum: General
Topic: Help with PID code (does it work?)
Replies: 7
Views: 1976

Help with PID code (does it work?)

I'm having some difficulties understanding. I've done a lot of research on the subject. I downloaded an example from the wiki and made some modifications. Doubt 1: I'm trying to create a flowchart so that I can define the values of P, I and D through variables in which I can reset their values at an...
by OderlandoAbril
Mon May 30, 2022 8:00 pm
Forum: General
Topic: Doubt with variables of the PID function
Replies: 1
Views: 765

Doubt with variables of the PID function

Hello. I'm trying to do some tests using the PID control and I have some doubts. I downloaded the PID example from https://www.matrixtsl.com/wikiv7/index.php?title=Component:_Control_%28DSP%29 to use it. I want to build a PID control that I can change the variables (P), (I) and (D) without having to...