Personal Data

Username:
automatisme
Joined:
2023-02-19 12:07:19

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi, Simple question : is there a way to export the alarm data periodicaly on a directory, on the plc (something like a sd_card, or aflash drive mounted in PLC)? I looked around and can't find anything. I saw about the "CSV export command" available in Codesys but it's not what I'm looking for. We would like to make a daily export of alarms that have occured during the last day. If anyone has an idea, I would be very gratefull! Thks!

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, Here are some screenshots: https://imgur.com/Sk5r5qN A view of three connected clients on the page displaying a "Cartesian XY chart" All variables are managed in arrays of dimension [0..3]. So we have : * xMinValue, xMaxValue... ARRAY[0..3]OF REAL; * refrech ARRAY[0..3] OF INT; * xPlottedValues, yPlottedValues ARRAY[0..3] OF ARRAY[0..5] OF REAL; The "Cartesian XY chart" object is parameterized with these array variables, indexed with the value CURRENTCLIENTID. On this same view, we can read...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Yes, that's right stCurrentVisu refers to three visualizations displayed on 3 different machines. I think the problem comes from the integration of the 3S runtime by Wago. I don't see why it wouldn't work otherwise. On what type of runtime have you seen this function working correctly? For your information, the edge controller from Wago is a machine based on LInux, but the runtime used is not the runtime for Linux, it is a particular version made by Wago.

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, Thanks foryour answer. I copy pasted you code in a new program, just made small adjustment to avoid having several reference of the same client in de "CheckClientData" array. Still got "127.0.0.1". I also asked the question to wago support, I hope I'll get an answer. It is very important for us to be able to identify each screan and also check that no unintended client connect to the machine. Is there a specific task or a (preferential one) where to call this function? Is it ok to do it in...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, (same post as previously but with a topic title and screenshots) I am currently facing an issue regarding reading the IP addresses of webvisu clients connected to a codesys runtime for sl3300 wago. After implementing the iterateClient block, I am unable to read any addresses other than the loopback address 127.0.0.1. Despite this, the iteration process seems to be functioning correctly, as the names of the different views displayed on the various pages change correctly as we navigate through...

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, I am currently facing an issue regarding reading the IP addresses of webvisu clients connected to a codesys runtime for sl3300 wago. After implementing the iterateClient block, I am unable to read any addresses other than the loopback address 127.0.0.1. Despite this, the iteration process seems to be functioning correctly, as the names of the different views displayed on the various pages change correctly as we navigate through the respective webvisus. However, the IP addresses of the clients...

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello, I have this strange message that appears in Codesys since a few hours: [WARNING] Visu: Cannot add event to event queue (queue full) No matter how much I delete it, it keeps reappearing. The strange thing is that the project is very light so far, not much has been added to the display. Any ideas?

  • Posted a comment on discussion Visualization πŸ‡¬πŸ‡§ on CODESYS Forge

    Yep. Normaly with this I should be able to do wathever I need!

View All