Post by hfelek on More information on Device address [0058.A0DE]
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi, Isn't there really a logic to get device address regarding router and IP setups? I'm trying be sure on whether I connect to the right device or not without 'wink' capability on the device.
    
    Last updated: 2024-11-21
    
    
      
        Post by andrax on Ethercat auf Raspbery 4
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hallo zusammen, ich prüfe gerade eine Machbarkeit. Bei Ethercat werden ja bestimmte Anforderungen an die Netzwerkkarte gestellt. Wie sieht es da beim Raspbery 4 aus? Wird es funktionieren und was ist zu beachten? Grüße
    
    Last updated: 2024-11-22
    
    
      
        Post by yannickasselin on ControlWin 3.5.20.30 Issues
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hello, I tried installing ControlWin 3.5.20.40 and still have the same issue. I tried on 2 different PCs running Win10 Enterprise 2016 LTSB So I then installed the Gateway from 3.5.20.20 and it works. Is there an issue using ControlWin 3.5.20.40 with Gateway from 3.5.20.20? Thank you
    
    Last updated: 2024-11-25
    
    
      
        Post by zatalian on Beckhoff EL7037 softmotion
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      The SM3_Drive_ETC_Beckhoff_EL70xx library has descriptors for the EL7031, EL7041 and EL7047 but not the EL7037? Is there another library that has the one I need?
    
    Last updated: 2024-11-26
    
    
      
        Post by arwie on Wish: CODESYSControl.cfg - again
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Agree! Me and my customers are buying SL Licences from the store but we don't get proper documentation of the runtime! Only a few hints of the entries in CodesysControl.cfg are spread all over the Internet.
    
    Last updated: 2024-11-26
    
    
      
        Post by aikapan on Ethernet/IP Scanner Exception
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Same here. plcload in my case is about 7% while running. Watchdog ENIPScannerIOTask was about 200ms. Max cycle around 6ms, normal cycle time 4ms. Probably just increase the watchdog to 2000ms? or so... (Hardware: A Panel from Weintek)
    
    Last updated: 2024-11-28
    
    
      
        Post by gatto on library ModbusTCP Slave 4.1.0.0 - function block ModbusServer 
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi, again after spending a lot of time finding more information with no results, by chance I changed the device ID from 1 to 255 and the transmission works. Unfortunately the documentation is very very poor.
    
    Last updated: 2024-11-28
    
    
      
        Post by andrax on Need help to get RS-485 signal in Cosesys .
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      You need an SPI driver for the board. If there is nothing on the net, you will have to write one yourself
    
    Last updated: 2024-12-03
    
    
      
        Post by kbazzett on "Sequent Microsystems" industrial automation hat raspberry pi
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Here is a complete list of the Sequent Microsystems Pi hats that work in Codesys. https://github.com/SequentMicrosystems/SM_CODESYS/tree/main/ "For easy install download the .package file and open it on your computer, Codesys installer will know what to do with it." <- This. The Multi I/O Hat fit my needs because of the Analog I/O 4-20ma and RTD. I used a Raspberry Pi 5 and 64b install. The example project is also worth the download. With the sample project open, right click on the Raspberry Pi device and update to whatever you are using (SL, MC, 64b). Enable I2C on the PI. You can jumper the hats Analog Outputs to Inputs and see it function on the Web Visualization. Very Cool! I spent quite a bit of time trying to find this solution so hopefully this update helps others. Here is the video link on how to setup a Raspberry PI as a Codesys PLC https://youtu.be/RPoPscbo3Kc?si=Th4-n-mQ6g5fdHj8
    
    Last updated: 2024-12-05
    
    
      
        Post by talhaali on Virtual and hardwired Keyboard together
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi there, Is there any way I can use harwired and virtual keyboard at same time. There is an option to use either touhpad or keyboard in targetVisu. Is there any way that I can use both at same time?
    
    Last updated: 2024-12-10
    
    
      
        Post by tk096 on Kinematics Robot Delta 2 Axis
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi, no guarantee, but this should work with Bipod_Rotary (https://content.helpme-codesys.com/en/libs/SM3_Transformation/Current/SM3_Transformation/Function-Blocks/Positioning-Kinematics/Parallel-Systems/Kin_Bipod_Rotary.html), with dDistance = horitzontalDistanceTop-horizontalDistanceBottom.
    
    Last updated: 2024-12-16
    
    
      
        Post by thn-power on Opaque NodeId in the OPC UA server
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      I'm wondering the same. Using the old symbol configurator opc ua server gave the node id using a string. Must be a way to specify this at build time?
    
    Last updated: 2024-12-16
    
    
      
        Post by dominggus on FileDialog - OnDialogClosed not called anymore
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi, since the latest update it seems the OnDialogClosed is not called anymore?? using CODESYS SP20 Patch 3 with CODESYS Visualization 4.6.0.0 I am using LoadWriteRecipe to load a recipe file from disk (with some custom dialog settings), and I need to run a function (Recipes_LoadFromRecipeData()) afterwards which I execute when OnDialogClosed is closed with OK button. See attached screenshot and code below: *** OnDialogClosed : Recipes_OnLoadFileDialogClosed(pClientData): *** // the DialogManager is provided via the implicitly available VisuManager dialogMan := VisuElems.g_VisuManager.GetDialogManager(); IF dialogMan <> 0 AND pClientData <> 0 THEN FileOpenCloseDialog := dialogMan.GetDialog('VisuDialogs.FileOpenSave'); // gets the FileOpenSave dialog IF FileOpenCloseDialog <> 0 THEN result := FileOpenCloseDialog.GetResult(); // gets the result (OK, Cancel) of the dialog IF result = VisuElems.Visu_DialogResult.OK THEN Recipes_LoadFromRecipeData(); END_IF END_IF END_IF *** OnMouseClick: Execute ST-Code *** // override FileOpenSave Dialog settings // Visu_FbFileListProvider.Initialize(stDirectory, stFilter, stFileIn, stTitle, iRowCount, bBrowseDirectory, bTouch) VisuDialogs.g_FileListProvider.Initialize('./', '*.bunkerrecipe', '', 'Load recipe', 20, TRUE, FALSE); VisuDialogs.g_FileListProvider(); This used to work in CODESYS v3.5 SP20 Patch 1, but it seems it doesn't work anymore unfortunately? The OnDialogClosed just never seems to be called anymore....
    
    Last updated: 2024-12-18
    
    
      
        Post by tk096 on MC_CamIn did not work properly with SMC_FreeEncoder on SoftMotion 4.17.0.0
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi, can you share a project to reproduce the issue? I wasn't able to reproduce it following these steps.
    
    Last updated: 2024-12-19
    
    
      
        Post by gseidel on MC_CamIn did not work properly with SMC_FreeEncoder on SoftMotion 4.17.0.0
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi Imdat, thanks for your effort! We could reproduce the error and will fix it in the next release (4.18.0.0). Best regards, Georg
    
    Last updated: 2024-12-19
    
    
      
        Post by imdatatas on MC_CamIn did not work properly with SMC_FreeEncoder on SoftMotion 4.17.0.0
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Dear @gseidel, Thank you for your response. I will be looking forward to the release of new version. Best Regards, Imdat
    
    Last updated: 2024-12-20
    
    
      
        Post by gseidel on Beckhoff EL7037 softmotion
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Hi Stefan, we will update our driver to support the EL7037 in our next release of SoftMotion. In case you are interested to test a pre-release, please contact our support and mention this forum post. Best regards, Georg
    
    Last updated: 2024-12-23
    
    
      
        Post by jeroenaero on MC_CamIn did not work properly with SMC_FreeEncoder on SoftMotion 4.17.0.0
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      For what it is worth taking into account on version 4.18: Softmotion 4.17 doesn't work with the SMC_TRAFO_Scara2. Very small numbers come out of dA and dB. Going back to version 4.16 solves the issues.
    
    Last updated: 2025-01-07
    
    
      
        Post by aconley on Static Code Analysis
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      I know it's been a while, but I did find this: system.commands['staticanalysis','config'].execute() It opens the UI to select your settings, but I haven't figured out how to load the .CSA yet.
    
    Last updated: 2025-01-07
    
    
      
        Post by eschwellinger on Not Possible to connect using control SL
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      should work, could you please check on the target: top if the the gateway is running -> you should see codesysedge.bin and cat /var/opt/codesysedge/codesysedge.log
    
    Last updated: 2025-01-07
    
    
      
        Post by mattplc on Opaque NodeId in the OPC UA server
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Same for me. I have problems with UAExpert too. Can't see the Current Value of Enum and can't control. Did some Tests with Python opcua library. Not working with the communication manager so far.
    
    Last updated: 2025-01-09
    
    
      
        Post by mattplc on Opaque NodeId in the OPC UA server
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Same for me. I have problems with UAExpert too. Can't see the Current Value of Enum and can't control. Did some Tests with Python opcua library. Not working with the communication manager so far.
    
    Last updated: 2025-01-09
    
    
      
        Post by mattplc on Opaque NodeId in the OPC UA server
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Same for me. I have problems with UAExpert too. Can't see the Current Value of Enum and can't control. Did some Tests with Python opcua library. Not working with the communication manager so far.
    
    Last updated: 2025-01-09
    
    
      
        Post by mattplc on Opaque NodeId in the OPC UA server
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Same for me. I have problems with UAExpert too. Can't see the Current Value of Enum and can't control. Did some Tests with Python opcua library. Not working with the communication manager so far.
    
    Last updated: 2025-01-09
    
    
      
        Post by mattplc on Opaque NodeId in the OPC UA server
    
    
       CODESYS Forge
    
    
      talk
    
    (Post)
    
    
      Same for me. I have problems with UAExpert too. Can't see the Current Value of Enum and can't control. Did some Tests with Python opcua library. Not working with the communication manager so far.
    
    Last updated: 2025-01-09
    
To search for an exact phrase, put it in quotes.  Example: "getting started docs"
To exclude a word or phrase, put a dash in front of it.  Example: docs -help
To search on specific fields, use these field names instead of a general text search.  You can group with AND or OR.