Activity for rabaggett

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Thanks! That beats my deadline.

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    OK, I got this to work as shown above in mos89p's comment. What I did: Tools/Update Raspberry Pi. Reloading the runtime seems to have solved the web problem. I can view the visualization on the Pi and laptop using a browser as shown above. Thanks! But Isn't the visualization supposed to take over the screen of the Raspi? When I run visu projects on Windows or Wago, the visualization shows on that device's screen by default.. But this is not happening in this case

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I have been having trouble getting a visualization to show up on the RasPi. I have previously used both WAGO touchscreen and Windows ControlWin and had no trouble. The visu does not show on the Raspi screen on start of the program and attempts to view in a browser both on the Raspi (Chromium) and from my laptop (Brave,Chrome,Firefox) running Codesys development fail. The visu shows correctly in Codesys development when online. (Win 11) The control code that is active is operating correctly....

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    I have a Python program that will handle things in my application such as VISA over IP and Telnet control of instruments. I want the main control and HMI in Codesys. My problem is communication between the two. I have looked at several ways to accomplish this, and settled on having the Python program create two named pipes, one to send information to Codesys, and one for Codesys to send information to Python. The information would be packetized with \n for end of packet.. Seems simple. I think the...

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    It is either my installation is bad, or there is a bug. I re-created the project in 3.5 SP19 and there are no errors or warnings. Compiles with no errors or warnings. The original was done in 3.5 SP20. Thoughts?

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Update: I started over. I saved progress at each step. all compiled zero errors, zero warnings. Pre-processor messages remain, but I can make progress. Until I try to re- load the project file in Codesys. Re-loaded files error as above when compiled, even though they compiled error-free immediately before saving. Is my installation borked? (Not easy to re-install due to IT madness...)

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Update: I found my error in the Scale function, where I used UINT_TO_REAL instead of DWORD_TO_REAL. I fixed it, errors unchanged.

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hi, I am trying to create a project using a raspberry pi, I have added the modules for the Pi and MCP3008. I have encountered som errors that I don't know how to track down. 1. The GPIOs give preprocessor errors, but I read that this does not prevent compiling. This seems to be true. I can build the empty project with no errors. 2. After adding a SPI master and MCP3008, the preprocessor errors double, but seem similar and the project again builds with no errors. 3. I add a DUT and GVL, with a function,...

  • rabaggett rabaggett modified a comment on discussion Visualization πŸ‡¬πŸ‡§

    I removed and re-installed Codesys.The ability to add the Visualization manager from left click is now available! I still don't kno what's up with the Softmotion though.

  • rabaggett rabaggett posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    I removed and re-installed Codesys.The ability to add the Visualization manager from left click is now available! I still don't kno what's up with the Softmotion though.

  • rabaggett rabaggett posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Seems strange. I changed the WAGO 672-4303 TP600 to CODESYS Control for WAGO Touch Panels 600 SL 4.7.0.0. (Changing over from e!Cockpit, which had numerous issues.) The main problem is that I don't have a Visualization manager, and can't seem to find how to add it to the project. Possibly related: Strangely, The Device (Codesys Control for Wago TouchPanels 600 SL) shows up with SoftMotion General Axis Pool. Not a problem, but makes me wonder if there has been some mistake. Thanks!

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    eschwellinger, Thanks! I have looked at (and installed) the OSCAT library. Lots of good TELNET server-side stuff there. I have resigned myself to hacking something together. My needs are so simple that doing so will probably work.. That suggestion to look at the OSCAT source code will probably be most helpful! Perhaps I am overthinking this and it really is as simple as throwing the text of the command into a TCP connection directed at port 23 of the device. Then looking for a plain text response......

  • rabaggett rabaggett posted a comment on discussion Engineering πŸ‡¬πŸ‡§

    Hello, I think I may have had this in the wrong forum. Apologies for the duplicate post. I am trying to control a couple of devices from a WAGO PFC100. Namely a Siglent SSG3021 and a SEGGER flasher hub. They both have TELNET servers available, and I would like to control them this way. It seems simple.. Everything I need is available with simple and direct commands and their equally simple responses. How do I implement a TELNET client in Codesys. I've looked at OSCAT, It looks very simple to do nice...

  • rabaggett rabaggett posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Hello, I am trying to control a couple of devices from a WAGO PFC100. Namely a Siglent SSG3021 and a SEGGER flasher hub. They both have TELNET servers available, and I would like to control them this way. It seems simple.. Everything I need is available with simple and direct commands and their equally simple responses. How do I implement a TELNET client in Codesys. I've looked at OSCAT, It looks very simple to do nice things via TELNET, but everything there seems server-side and I do not see an...

1