Basics 03: Programming an Arduino Board with OpenPLC

Поділитися
Вставка
  • Опубліковано 17 жов 2024

КОМЕНТАРІ • 111

  • @Alex-m6x3z
    @Alex-m6x3z 5 днів тому

    Amazing project. Many respects to the team for its development, will support this project on Patreon.

  • @gdawggg
    @gdawggg Рік тому +21

    FINALLY, I never was able to write complex MCU programs with Cpp/Python. Ladder Logic is SO much SIMPLER and if you have electrical training(like me) then all of it comes naturally. Thanks so much for creating an Open-Source PLC programming environment for all the sparkies out there!

    • @ybloc1428
      @ybloc1428 2 місяці тому

      Hey, do you know how to convert the outputs into a 24v signal? Just solid state relays or do you have an idea? :) I want to use a raspberry pi and I'm worried about the 5v signal on that guy :)

    • @Ether_Void
      @Ether_Void 2 місяці тому

      @@ybloc1428 Raspberry Pi gives you 3.3V signals (not 5V!), which are directly connected to the main CPU block. My recommendation if you don't need high currents is to use optocouplers because. Otherwise you'll need a 2 stage design, either using a transistor to control a relay or optocoupler to control a mosfet.

    • @ybloc1428
      @ybloc1428 2 місяці тому

      @Ether_Void thank you! I've been researching transistors to see what kind I'd need, I don't mind a little more expensive if it lasts longer and does the job. I've found some formulas and different types but I have yet to go through the schematics to see exactly what im working with :) I haven't actually bought a pi yet because I'm trying to find the simplest but most capable "controller" for off wifi use in a house setting :)

    • @Ether_Void
      @Ether_Void 2 місяці тому

      @@ybloc1428 Apparently my comment doesn't get shown when I refer to other videos.
      But what you are looking for is "Transistor as a switch" most likely there are variants of it for BJT, Mosfets etc. and for this you don't need a whole lot of math since things like current amplification/trans-conductance don't matter much.
      N-Fets or NPN transistors usually are a bit easier to use and have better performance, however you'll need to use them on the "low side" aka. switching ground. Whereas P-Fets or PNP switch "high side" aka. 24V rail in your case. Reason simply being that all transistors rely on a voltage difference, and high side will reference 24V meaning you'll have to control a close to 24V signal to control another 24V signal (again usually doable with a 2-stage design).
      As to what type... If you need higher currents and a opto-coupler on it's own isn't enough I would usually go for a Mosfet. They aren't expensive, take less current to control (when switching low frequencies at least) and generally have a lower resistance aka. generate less heat. They also don't necessarily need a resistor on the gate to control making them easier to use.

    • @ybloc1428
      @ybloc1428 2 місяці тому

      @@Ether_Void thank you so much, that's really helpful! :)

  • @KeithStarr696969
    @KeithStarr696969 Рік тому +28

    We really appreciate the huge amount of work this project has been and hopefully it will continue to grow and stay stable and reliable. Your To Do list seems is very big at this point and most of them are wishes, not requirements, so if a requested feature causes instability or is not what one of the big players currently do, we understand if you put it aside. Stability of the product is much more important than creeping featuritis. Again as a retired senior controls engineer who has worked with PLCs for 30 years, this is outstanding work.

    • @nickcsuki8123
      @nickcsuki8123 Рік тому +5

      I am a young engineer but I fully agree. This is amazing stuff...

    • @wadebrewer7212
      @wadebrewer7212 7 місяців тому

      It seems things on here are no longer supported. Or the entire ardurino community is just tapering off. I'm a pretty sharp dude with this stuffbut itbhas been a nightmare trying to get the R4 to work as a TCP/IP client server. Figured I would try this out....but the board isn't supported. Won't right the simplest program over to the board....again....because it isn't supported.

  • @lct9031
    @lct9031 Рік тому +6

    this is so much easier than trying to learn C to eventually blink an LED.... Please continue the awesome work... many people can simply just not afford all the siemens/allen bradley plc courses

  • @tommays56
    @tommays56 Рік тому +2

    It’s great that this happened as when a machine doesn’t RUN the technology needs to let service personnel look at what’s happening in a visually understandable manner

  • @jslonisch
    @jslonisch Рік тому +4

    This is very cool. If you come to Arduino from a PLC background it is such a pain to have to program embedded stuff in C. I appreciate how much work this must have taken. Thank you.

  • @matthewevangelista7139
    @matthewevangelista7139 4 місяці тому

    This program is truly outstanding. I have been programming Unitronics Unilogic, Visilogic and U90 series plc controller for years now. Unfortunately, cost is a big deterrent for some smaller companies just starting in manufacturing and or companies requiring control integration. Having the ability to use a cheaper Arduino board for smaller non industrial applications is amazing and game changing. Thank you sir.

  • @adelhesham8143
    @adelhesham8143 Рік тому +1

    Thank you all very very very very much, u have showed us a very easy way to find new ways to use cheap electronic boards with ease in student projects 🎉

  • @ChrisS-oo6fl
    @ChrisS-oo6fl Рік тому +4

    Mach3 CNC users are always trying to figure out how to use an Arduino or ESP for I/O expansion. It would be extremely smart to do a tutorial specifically demonstrating this. It’s a massive community and of course Modbus is extremely intimidating and the information on how to do this is frustrating. If you do a tutorial and it gets out users will sky rocket!

    • @ChrisS-oo6fl
      @ChrisS-oo6fl Рік тому +1

      I’m serious. Once they discover this it will be everywhere! I stumbled here trying to extend my I/Os with an ESP32. A project I’ve been attempting to do for over a year now.

    • @openplc
      @openplc  Рік тому +1

      I’m sure this would be cool, but as far as I know, Mach3 CNC does not have any integration with OpenPLC. My videos are focused only on solutions around OpenPLC

    • @alexchiosso221
      @alexchiosso221 Рік тому +1

      @@openplc Mach3 can manage Modbus Master Communication so the Arduino or the ESP32 can be programmed as Modbus Slave so Mach3 can extend the IOs via Modbus.
      The OpenPLC project is amazing and I would like to thank you for this gift to the world. :-)
      As far as I know there is no other free of charge PLC framework [at this quality stage] out there.

  • @andyhgnguyen
    @andyhgnguyen Рік тому +3

    Hi, at 13:56 you mentioned if we have RS485 hardware, we can select a transmit pin. But RS485 hardware usually has 2 wires or 4 wires. How does that fit into just 1 pin?

    • @openplc
      @openplc  Рік тому

      The transmit pin is used only to inform the bus that the device is transmitting. In some circumstances it is optional. The actual data pins (RX/TX) will depend on which Serial port you selected and varies according to your board’s UART disposition

  • @ScadaHub
    @ScadaHub 4 місяці тому

    Thank you for sharing. I gained new insights, as previously, I only knew how to code Arduino using the Arduino IDE and python.

  • @Austiego5000
    @Austiego5000 Рік тому +3

    Please keep up this good work. Something that could benefit the project allot would be some instruction types for controlling an LCD display since so many are used for Arduino projects. Great work!

    • @openplc
      @openplc  Рік тому

      This is on my "TO-DO" list :)

    • @nickcsuki8123
      @nickcsuki8123 Рік тому

      I believe actual HMI support using a windows PC is way more interesting for a lot of users!

    • @lordnmaster2713
      @lordnmaster2713 Рік тому +1

      @@nickcsuki8123 Agreed, having Scada is better

    • @nickcsuki8123
      @nickcsuki8123 Рік тому

      @@lordnmaster2713 Allright!

    • @KimJushuaSalon
      @KimJushuaSalon 3 місяці тому

      Please help me. I cant use this open plc to run in my Windows 10 please help me. ​@@openplc

  • @ablesa95
    @ablesa95 Рік тому +1

    When I press connect on RMMS I get "Port opening error!" I set the same COM-port and baudrate as my arduino. I only have the Arduino Uno nothing more, do I need the RS-485 to TTL converter to use Modbus?

    • @openplc
      @openplc  Рік тому +1

      No, you don't need anything other than the USB cable connected. If you got a port opening error it probably means that the port is open somewhere else. You can't have more than one program using the serial port at the same time.

  • @jester1017
    @jester1017 4 місяці тому +1

    hey openplc i have your program installed but i have no arduino button im on the newest version could you explain why it isnt there much apreciated

  • @DuroLabs85
    @DuroLabs85 Рік тому +1

    Hi I am working on a project for a PLC using esp32 But I want to know how do I make the TCP/IP over Ethernet work because I will be placing the ESP32 in an Metal Box and also the Wifi Range could be a issue for me. Secondly, Arduino Ethernet Shields are expensive than the normal Ethernet to SPI converter (W5500) Module. Also You didn't specify which Shield to use with Arduino as there might be compatibility issues. Hence, It would be helpful If I would know. Most common of them Is using the W5100 Chipset. Would the TCP/IP still work if i connect other ethernet module to arduino with same connections but another chipset(W5500).

    • @openplc
      @openplc  7 місяців тому

      The runtime code was written using the default Arduino Ethernet library, which works on the W5500. A different shield would require the runtime code to be changed

  • @ucontroll
    @ucontroll Рік тому +1

    is it possible to use the other gpios on for example the Arduino MEGA that is not in the address list?

    • @openplc
      @openplc  Рік тому +1

      Yes, you will have to modify the board hal file located at /editor/arduino/src/hals

    • @ucontroll
      @ucontroll Рік тому

      @@openplc Does the ESP32 code work on all new devices such as S2 S3 and PICO?

  • @bjoern.molinari
    @bjoern.molinari 7 місяців тому

    I am using a Arduino Uno. When i switch to the window "transfer to plc" it always shows [not installed] after the uno. i am running the softeare on windows 10. and the upload doesn't seem to work properly (the program doesn't change on the board). how can i fix this?

  • @Rob_65
    @Rob_65 2 роки тому +3

    Great info, nice to see that little Modbus RTU introduction in the end.
    As I understand, the Arduino target is a Modbus slave device. Will there be an option to use a target as a Modbus master so we can use industry standard Modbus I/O modules?
    I have a few Wago fieldbus units left over that would be a perfect fit

    • @openplc
      @openplc  2 роки тому +2

      Modbus Master is on the "to-do" list. It is not too hard to implement, but the main issue is that small boards like the Arduino Uno might just not have enough space (RAM) to fit it in.

    • @openplc
      @openplc  2 роки тому +1

      One more thing, Modbus Master is already available on the OpenPLC Runtime for Linux and Windows. You can, for example, use OpenPLC on a Raspberry Pi with both Master and Slave capabilities. Porting that code to microcontrollers (like Arduino boards) is a challenge due to the small footprint on those boards, so the best option is to rewrite from scratch. That's why it is on the "to-do" list :)

    • @Rob_65
      @Rob_65 2 роки тому +1

      ​@@openplc I'm an embedded systems programmer and I wrote my first PLC runtime on a 6502 machine with 1 kB memory (program + data) available way back in '83 😁. I actually do have a RevPi on my desk but I don't like that it's R.Pi based (or any other O.S. that relies on data integrity on an SD/SSD/HD).
      You could split the board in small (only slave) and large (master & slave) boards but that's adding another level of complexity.
      Meanwhile, let's not forget that I am very happy to see the ability to monitor the PLC using Radzio! I'm just now starting with my first openPLC project: the automation of a tool changer for a CNC milling machine 🙂

  • @arnotecchannel7583
    @arnotecchannel7583 22 дні тому

    Hey blinking light isn't enough, please is there possible to operate device connected to therest of the pins left

  • @EhsanAlnazi
    @EhsanAlnazi Рік тому +1

    OMG, Really nice work.😘

  • @kennyking6325
    @kennyking6325 Рік тому +1

    Friends,
    Look what I ran across! Arduino ladder logic, no more scripting barriers for me

  • @rasyidmuhammadnurhakim9218
    @rasyidmuhammadnurhakim9218 7 місяців тому

    Great video!🙌 I wonder if OpenPLC can be used to program Arduino complex command such as LCD display or servo motor?

  • @backbencher_engineeringproject
    @backbencher_engineeringproject 2 роки тому +2

    How to use ultrasonic sensor( HC_SR04) with the open plc & arduino uno in LD??

    • @openplc
      @openplc  2 роки тому +2

      The use of a sensor like that requires an Arduino library that hasn’t been ported to OpenPLC yet. It is on the list of “to-do” blocks to port

  • @DavidHancock7
    @DavidHancock7 Рік тому

    Thx, really useful tools and a great application

  • @Luke.Philp_PO
    @Luke.Philp_PO Рік тому

    I was doing some work for a pharmaceutical company and one of their requirements was that all PLC programs are written in ladder logic. Not knowing what ladder logic was other than it was a programing language, I always wondered, why would they enforce this? i.e. it's a more robust language / generates fewer errors, or it was easier to have one language across the company to make sure all the various SCADA programs can properly communicate with each other.

  • @wivachrungsvang5912
    @wivachrungsvang5912 Рік тому

    love your creation.

  • @TechmakerA
    @TechmakerA Рік тому +1

    How can control stepper motor in this software help me

  • @caymanluck4729
    @caymanluck4729 Рік тому

    Excellent work.

  • @anoopparambil8865
    @anoopparambil8865 Рік тому +2

    Thank you and very clearly explained, can you please provide tutorial for arduino mega with built in wifi esp8266 configuration using open plc

    • @openplc
      @openplc  Рік тому

      You can't use the esp8266 to provide WiFi for the Arduino Uno on OpenPLC, but you can program the esp8266 directly with OpenPLC. The esp8266 alone is a much more powerful microcontroller than an Arduino Uno.

  • @KimJushuaSalon
    @KimJushuaSalon 3 місяці тому

    Why I Cant Use Open PlC in my Windows 10 please help me. For my school final project

  • @robyounce4636
    @robyounce4636 6 місяців тому

    I'm a retired Industrial Controls Engineer. Very familiar with Ladder Logic programming and I am excited to use this. How do I edit? Where is documentation? You erased a line ( wire ) in the video ( at 6:35 ) and I hear you "hit" a key on your keyboard to delete it but, you didn;t say how you did it. I tried a few things but nothing. Can you help? Is there a documentation for instruction set and editing? I looked for it but not found...

    • @robyounce4636
      @robyounce4636 6 місяців тому

      I figured it out. Sure wish I had some Instruction Set info and Editing Info.

  • @visniaq89
    @visniaq89 Рік тому

    Radzio Modbus Master FTW!

  • @carlosmarciosfreitas
    @carlosmarciosfreitas Рік тому +2

    Very nice!!!!

  • @kokogyi5905
    @kokogyi5905 Рік тому +1

    Thanks for good tutorial, one thing I still have the problem with installing runtime.

    • @openplc
      @openplc  Рік тому

      If you're having issues, check the OpenPLC forums at openplc.discussion.community

  • @TheMarcokarioka
    @TheMarcokarioka Рік тому

    Ola,tdo bem? Parabens pelo software. Gostaria de saber como faço para gravar no stm32 blue pill. Da p usar o stlink v2 ou tem q ser pelo conversos usb serial?

    • @openplc
      @openplc  7 місяців тому

      O upload vai pelo conversor USB serial

  • @nithina4399
    @nithina4399 Рік тому +1

    Great Work :)
    How to add new boards in OpenPLC.
    Blackpill 411 is available, Is it possible to add Blackpill 401

    • @openplc
      @openplc  Рік тому +1

      Adding new hardware boards is not complicated as long as they have some support on the Arduino IDE. Search the OpenPLC forums for adding new hardware, there are many posts about it in there.

  • @johnsonkim7770
    @johnsonkim7770 2 роки тому +2

    Thank you!

  • @mustafaattwan5635
    @mustafaattwan5635 Рік тому

    Can we program an Ardunio lcd hmi and read/write with OpenPLC to the Ardunio?

    • @openplc
      @openplc  Рік тому

      Not yet. OpenPLC cannot control an LCD directly like that. You will need a SCADA software in between.

  • @aidanlenz5519
    @aidanlenz5519 Рік тому

    Do you need open plc runtime to use open plc because nothing is working on my ardunio

    • @openplc
      @openplc  Рік тому

      Not on the Arduino. The runtime is uploaded with your PLC program code when you compile for the arduino board.

  • @samuelkctweneboah-kodua5660
    @samuelkctweneboah-kodua5660 Рік тому +1

    please make a video of the ladder diagram in the documentary using industrial push buttons , I mean the direct online starter DOL in your documentary .......................i have tried several times is not working

    • @openplc
      @openplc  Рік тому

      What exactly is not working? You can always get support through our forums at openplc.discussion.community

    • @samuelkctweneboah-kodua5660
      @samuelkctweneboah-kodua5660 Рік тому

      @@openplc the device is not able to accept inputs ... that is when I press the push button start no signal or command is sent to the board to energise or activate my output

  • @giuseppedisanto5501
    @giuseppedisanto5501 Рік тому +2

    When I run the simulation nothing happens. And I don't think I made something wrong because the same occurs when I open the example project. It doesn't blink and it doesn't debug (on the right panel) either.

    • @openplc
      @openplc  Рік тому

      Make sure you’ve clicked on the glasses icon to open the simulation instance

    • @giusepped3693
      @giusepped3693 Рік тому

      @@openplc yes I didn't noticed you did. Another thing that was not clear from the video which caused some pain to me was the setup for RMMS: setup => data definition => scan rate 100. With the default 1000 it won't show any change in values with that program.

    • @lordnmaster2713
      @lordnmaster2713 Рік тому

      @@giusepped3693 I have the same issue but it does actually blink but at a period of approx 40 seconds, not at 0.5 secs. I guess it is a comm port issue but may be someone could say for sure and how to fix

  • @mauriziosiccardi7340
    @mauriziosiccardi7340 Рік тому

    How do you import motion control libraries from openplc
    MC_Move _Absolute , etc.

    • @openplc
      @openplc  Рік тому

      OpenPLC does not have any motion libraries yet.

  • @خالدباشميل-ب9و
    @خالدباشميل-ب9و Рік тому

    I instulation openplc put this massege appear for me
    [Window Title]
    .\python\pythonw.exe
    [Content]
    Windows cannot find '.\python\pythonw.exe'. Make sure you typed the name correctly, and then try again.
    [OK]

  • @MiningandConstruction
    @MiningandConstruction Рік тому +1

    Hello Sir, Greetings for the day!
    Can we programe a arduino with 74hc165 and 74hc595 shift register with OpenPlc @openplc.

  • @fiifinenyi2156
    @fiifinenyi2156 2 місяці тому

    Can I use a modbus Rtu with openplc

  • @lordnmaster2713
    @lordnmaster2713 Рік тому

    I am extremely overjoyed with this project and can now build small industrial projects and breath life into them without having to buy expensive PLCs. I tested the process on a Mega 2560 and worked fine although I had to use an external LED since pin 13 appears to be assigned to an analog output. I used the Radzio Modbus software but the blink rate was approx 40 secs not 0.5 as the the code. Can anyone suggest what the problem is??

    • @openplc
      @openplc  7 місяців тому

      Most likely your refresh rate on Radzio was too long

  • @sudeerawijetunga1525
    @sudeerawijetunga1525 Рік тому +2

    how to read values from i2c/spi sensors connected to arduino using open plc.
    if you can do a video about that will be helpful

    • @openplc
      @openplc  Рік тому +1

      I2C, SPI, or any kind of bus on the board requires a special library that is currently not implemented on OpenPLC. But keep posted as updates on this project are very frequent. You might see it coming in the near future.

    • @sudeerawijetunga1525
      @sudeerawijetunga1525 Рік тому

      @@openplc Thanks. It's good to have that as block in OpenPLC

    • @sudeerawijetunga1525
      @sudeerawijetunga1525 Рік тому

      @@openplc Cant' we communicate between two arduinos. as a example one arduino as a extra i/o module to the other?

  • @m.e.5018
    @m.e.5018 4 місяці тому

    SUPERB!!

  • @doditshionza2827
    @doditshionza2827 26 днів тому

    i can`t see my variable nor cant select it when i had the contact

  • @acsonpc
    @acsonpc Рік тому

    Hey hi its wonderfull software you made. Very much thanks to you.. as the plc user want to program arduino which is difficult by c language but you did amazing job.big thanks to you. I have one question, if i want to controll stepper motor with the help of arduino how can i do that with help of this software ?

    • @openplc
      @openplc  Рік тому

      Stepper motors are a little more tricky. I'm working on a new PWM block that will make it easier to control servo motors, and eventually stepper motors as well.

    • @acsonpc
      @acsonpc Рік тому

      When it will ready can you share us ?

  • @DIY_PLC
    @DIY_PLC Рік тому

    Верною дорогой идете.

  • @ПётрПроценко-б3к

    He clearly said "DOS", meaning Win :)

  • @cartvincentpalaypayon4396
    @cartvincentpalaypayon4396 Рік тому

    Can I use analog inputs as digital inputs?

    • @openplc
      @openplc  7 місяців тому

      Yes, just edit the pin configuration on the upload dialog

  • @lenslens7379
    @lenslens7379 Рік тому

    Please I need to upload a special firmware on the Arduino board?
    Thanks 👍👍

  • @GA-DYNAMITE
    @GA-DYNAMITE 6 місяців тому

    Arduino nano got stk500 error

  • @prashkd7684
    @prashkd7684 2 роки тому +2

    In Automation Industry, we are moving away from ladder as more and more engineers are now coding-litrate. This openPLC application would've been a catch 10 years ago when access to such technology for limited to priviledge few.

    • @openplc
      @openplc  2 роки тому +8

      Engineers has always been code literate. The problem is with automation technicians that most often don’t read structured text very well. In any case, OpenPLC Editor supports all 5 IEC 61131-3 languages, so you can program in Structured Text if you want 😉

    • @DRSElectronic
      @DRSElectronic 2 роки тому +1

      So use ST ...

    • @Rob_65
      @Rob_65 Рік тому +5

      A picture tells more than a thousand words, is how the saying goes.
      I am an embedded systems programmer and since the beginning of times, programmers have come up with ways to visualize the behavior of programs in diagrams.
      ST is, like IL, LD, FBD and SFC one of the languages supported by OpenPLC. When I needed to implement a small PLC to guard a machine we are building it took me about 1 hour to install OpenPLC and to create (and test) the Ladder Diagram to do this. I did learn ST a few years ago but it would take me at least that long to recap my ST skills. ST is great when you use it on a regular basis but for me the visual way of programming in LD, SFC and FBD makes it easier to implement and maintain in a later phase.
      And that is the beauty of a system like OpenPLC; the ability to choose, or even combine, your favorite language(s)

    • @michaelschwenk9743
      @michaelschwenk9743 Рік тому

      So if uploading to an Arduino there is no need for Runtime? Is this also true if uploading ESP32 or ESP8266?

    • @Rob_65
      @Rob_65 Рік тому

      @@michaelschwenk9743 You do not need to install the runtime when using an Arduino (or other embedded) target. As soon as you use the upload to Arduino option, the runtime for the target is part of the Arduino (or other target) environment and it is compiled and uploaded together with the PLC code.

  • @alexpostol6157
    @alexpostol6157 11 місяців тому +1

    You are lying. What you're talking about doesn't work.

    • @openplc
      @openplc  7 місяців тому

      Lie is a strong word. What problem are you facing?

  • @AJB2K3
    @AJB2K3 Рік тому

    Hi new to all this but got as far as 5:05 on my Mac and open plc crashes with:
    Traceback (most recent call last): File "/Applications/OpenPLC Editor.app/Contents/Resources/editor/runtime/PLCObject.py", line 182, in _LoadPLC self._PLClibraryHandle = dlopen(self._GetLibFileName()) OSError: dlopen(/var/folders/sf/p240390x79lg8c654zfcqltm0000gn/T/tmpakkvmyny/ebe3a09313923629a7040e3480642913, 0x0006): tried: '/var/folders/sf/p240390x79lg8c654zfcqltm0000gn/T/tmpakkvmyny/ebe3a09313923629a7040e3480642913' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/var/folders/sf/p240390x79lg8c654zfcqltm0000gn/T/tmpakkvmyny/ebe3a09313923629a7040e3480642913' (no such file), '/var/folders/sf/p240390x79lg8c654zfcqltm0000gn/T/tmpakkvmyny/ebe3a09313923629a7040e3480642913' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/private/var/folders/sf/p240390x79lg8c654zfcqltm0000gn/T/tmpakkvmyny/ebe3a09313923629a7040e3480642913' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64')), '/System/Volumes/Preboot/Cryptexes/OS/private/var/folders/sf/p240390x79lg8c654zfcqltm0000gn/T/tmpakkvmyny/ebe3a09313923629a7040e3480642913' (no such file), '/private/var/folders/sf/p240390x79lg8c654zfcqltm0000gn/T/tmpakkvmyny/ebe3a09313923629a7040e3480642913' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64'))

    • @openplc
      @openplc  7 місяців тому

      The new editor from the Autonomy website fixed this. Just download and reinstall