Activity for automatisme

  • automatisme automatisme posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    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!

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

    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...

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

    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.

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

    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...

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

    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...

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

    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...

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

    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?

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

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

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

    Great! However, the created program does not have access to the internal variables of the visualization. Is there a way to access them? Thanks in any case, this should help me out.

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

    Is it possible to run the program in a frame, in a continuous way? For example, to animate an element with something else than a boolean (update the result of an equation in a boolean that will be used to animate an element) Or to return the value of a constant defined in the frame to the automaton program in a permanent way (in order to have a "CURRENTFRAME" variable, as we have a "CURRENTVISU", to inform the main program which frame is displayed) Any idea?

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

    Good morning, How to manage language switching with placeholders? Let's say, I plan to pass a text to a button ("Turn off", for instance), through a variable linked to a placeholder %s; how to make this text be translated at the same time as the rest of the display in case of a language change? I have the impression that we should be able to link a list of text to the variable or something like that, but I really don't see how to do it. Can anyone help me?

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

    Thanks, thanks to your answer I checked the project settings again, the option "activate property handling in all element properties" was not visible without checking the case "Visualization --> Advanced --> visible". It's ok now!

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

    Hi everyone, First post here, experienced automation engineer but new to codesys. I've got this error promped when trying to compile project : [ERROR] MDML_230215: Project Settings: Property handling in all visualization element properties is deactivated but compiler define VISU_USEPROPERTYINFO is set. I double checked the project settings but did'n see any settings like "property handling in visualization element"... I must be missing something. Had someone an idea about what's causing this? Thanks,...

1