[Gambas-user] PLC programming with gambas3 IDE

Jussi Lahtinen jussi.lahtinen at gmail.com
Mon Feb 7 04:27:39 CET 2022


Seems to be a closed source Windows only program. But yes, I guess it is an
option. Just not for me.

Jussi

On Mon, Feb 7, 2022 at 4:58 AM Mike Crean via User <
user at lists.gambas-basic.org> wrote:

> If you want a BASIC compiler for Arduino there is Bascom AVR
>
> Regards
> Mike
>
>
>
>
>
> On Monday, 7 February 2022, 08:29:05 am AWST, Jussi Lahtinen <
> jussi.lahtinen at gmail.com> wrote:
>
>
> That is, the IDE "makes" C source code and then compiles it.
> So, if it is possible to get hold of this C code, it would be possible,
>
>
> Set GB_JIT_DEBUG = 1 and you will see how JIT compiles the generated code
> and where the code is.
> The generated code is very much married to the interpreter. I think it is
> much easier to translate the code by hand,
> than to use it.
>
>
> You right, using C is the best option, but is not the unique way to
> programing a controller. There are several alternative IDE's to program
> an Arduino board, some of them in visual form.
> https://www.controllino.com/software/
>
>
> Visual IDEs are only for PLCs (if they are usable), others are using C.
>
>
> Jussi
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20220207/9a215c2f/attachment.htm>


More information about the User mailing list