Activity for dkugler

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    looks like your _hHash handle is "empty" (00000) at the breakpoint! I don't know if CryptoGetAlgorithmById(...) call in the VAR section is possible? would be good to know.

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    If the PLC is equieped with a USB socket it's possible to copy the user management file via IEC code to a USB stick and restore it at the new plc. The file is located there: /PlcLogic/visu/app_visuusermgmtdb.csv I use this to reset the user management to default in case of the customer has changed passwords and lost it.

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    is your pointer set to the correct visu client? set a breakpoint in your client iteration and step through the active visu clients like programming system, targetvisu, webvisu,... and check the last usage value of each client

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    Abgeschaltet? Wie wäre es auf codesys.com -> Menü Button oben rechts -> Support -> Online Hilfe: die Zwei Wörter "current visu" einzutippen? -.-

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    this thread is 4 years old. Without more information about your current Codesys Version, code snippets etc., it's not possible to help

  • dkugler dkugler posted a comment on discussion Codesys V2.3 🇬🇧

    a few seconds later with google search... https://stackoverflow.com/a/61986234 SYS_TIME is definitely an ABB AC500 specific function, included in library SysInt_AC500_V10.lib.

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_struct_project_protection_storage.html https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_protecting_objects_from_access.html

  • dkugler dkugler posted a comment on discussion Motion 🇬🇧

    double click the master and the ECT60 and have a look what's shown in the tap online, state and log?

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    have a look at UNIONs. With a union you are able to write single bytes to the same adress area which belongs to a float variable at the same time. I like to do a lot of convertions belonging to interfaces and fieldbus in this way, f.eg. word / byte swapping etc.

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    Ein Schrittmotor muss immer an einem entsprechenden Schrittmotor-Treiber/Kontroller betrieben werden. Mit welcher Spannung dieser Treiber versorgt wird(üblich von 5V bis zu 70/80V DC und mehr) und bei welcher Strangspannung der Nennstrom durch die Motorwicklung fließt, ist ein himmelweiter Unterschied. Genau das ist u.a. die Aufgabe des Treibers, die Spannung so zu regeln, dass die Motorwicklungen von dem aktuell notwendigen Strom durchflossen werden. Siehe https://de.wikipedia.org/wiki/Schrittmotor...

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    @xiaonyan: open new topic please!

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    Hi William, I struggled in the same way as you at the beginning with the recipe manager. This chapter helped me a lot to understand how it has to be used: https://content.helpme-codesys.com/en/CODESYS%20Recipes/_rec_start_page.html Check out the Methode LoadFromAndWriteRecipe / LoadAndWriteRecipe Good luck! Dave

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    Hi William, I struggled in the same way as you at the beginning with the recipe manager. This chapter helped me a lot to understand how it has to be used: https://content.helpme-codesys.com/en/CODESYS%20Recipes/_rec_start_page.html Check out the Methode LoadFromAndWriteRecipe / LoadAndWriteRecipe Good luck! Dave

  • dkugler dkugler modified a comment on discussion Engineering 🇬🇧

    Don't set on SVN. The service phase has started in March 2024 and will be discontinued in 2027. We actually use SVN and have to switch to GIT in the future. As I informed, there is no way of getting a single SVN or GIT licence. I' dont understand, why Codesys forces us customers to pay for an expensive Professional Edition paket from year to year using only one part of it! If you find a way to buy a single licence, let me know.

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    Don't set on SVN. The service phase has started in March 2024 and will be discontinuated in 2027. We actually use SVN and have to switch to GIT in the future. As I informed, there is no way of getting a single SVN or GIT licence. I' dont understand, why Codesys forces us customers to pay for an expensive Professional Edition paket from year to year using only one part of it! If you find a way to buy a single licence, let me know.

  • dkugler dkugler modified a comment on discussion Visualization 🇬🇧

    thank you for pointing me to this "bug"!! I haven't recognized, the bit is reset after the first alarm is gone. I use this only for warnings, so it's not a drama, but was not correct in the past. I solved it now simply stupid by counting up a variable every time an alarm appears and decreasing it if an alarm is gone. The "warning lamp" is activated by checking the counter is > 0 The nice side effect, i'm able to show the number of active alarms in the state line now.

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    thank you for pointing me to this "bug"!! I haven't recognized, the bit is reset after the first alarm is gone. I use this only for warnings, so it's not a drama, but was not correct in the past. I solved it now simply stupid by counting up a variable every time an alarm appears and decreasing it if an alarm is gone. The nice effekt, i'm able to show in the state line much alarms are active.!

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    you try to convert a WORD with BYTE_TO_HEX directly? Using https://de.helpme-codesys.com/ lead to the SM3_shared lib. There is a function: https://content.helpme-codesys.com/en/libs/SM3_Shared/Current/SM3_Shared/StringFormat/Word_To_HexString.html

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    why you adding this ' ' ? you don't need them in the text field :-) delete them, write only Unknown and everything will be as expected

  • dkugler dkugler modified a comment on discussion Engineering 🇬🇧

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    There is an example for activating/deaktivating an optional Slave in the FAQ's: https://faq.codesys.com/pages/viewpage.action?pageId=49283084

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    There is an example for activating/deaktivating an optional Slave in the FAQ's: https://faq.codesys.com/pages/viewpage.action?pageId=49283084

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    thank you very much! I found the generate_code methode, but struggled with the primary and active_application. With this expample I will be able to play around. If the code generation takes a minute or more I often switch to other programs and don't notify the process is finished. So now I'll get an alert and will switch back immediately. My next little project will be, to beep different if there are errors and a seperate script to do the download incl. the user management data base without stopping...

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    After a project is opened and I have done some changes, I want to start the build or code generating process by a python script file. After the build is done I a Windows sound/beep should appear. Anyone has an example or hint how the .py file has to look like? Thanks!

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    If there is a runtime + webvisu running at the .101 then the link should be: http://192.168.1.101:8080/webvisu.htm

  • dkugler dkugler posted a comment on discussion Runtime 🇬🇧

    Maybe shared memory is an opinion for you to give it a try: https://content.helpme-codesys.com/en/CODESYS%20Examples/_ex_cds_shared_memory_communication.html

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    you can get the help by yourself in the helpme site: https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_operator_move.html

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    rmaas: how do you get the reference of the slave?

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    learn to program in structured text or CFC and forget this antique ladder logic.. I'm not firm to do that in ladder

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    post a screenshot of the ladder and the error message. I'm not able to have a lock at your monitor actually :-)

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    the magic option is named "Use CurrentVisu variable" activate this option in the Visualization Manager an have a look: https://help.codesys.com/webapp/_visu_obj_manager;product=core_visualization;version=3.5.14.0 if your button is pressed, "feed" the string varable VisuElems.CurrentVisu := 'visu1'; with the correct name of the depending visu. alternative: place a frame element at a empty main visu, konfigure all visus to be shown by this frame. With setting the switching variable of the frame to...

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    to modify and change the color of this icons from symbols lib I placed it in a visu. After download to the device, I uploaded the SVG files and saved it local. Now I was able to modify them with inkscape and import it to my own imagepool in the project :-)

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    The util.RAMP_INT and util.RAMP_REAL from Codesys have an input for the start value. What is the advantage of this OSCAT ramp instead of the Codesys util lib?

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    without the knowledge which error occures, it's difficult to help?!

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    Variablen aktualisieren aktiviert?

  • dkugler dkugler posted a comment on discussion Runtime 🇬🇧

    I would figure out, how to create a simple html webpage with 2 frames. One frame with buttons to select the plc. A second frame with hyperlink to the webvisu of the plc ("XXX.XXX.XXX.XXX:8080/webvisu.htm"). Selecting other PLC Button has to change the hyperlink in 2. frame. Costs only some time to figure out :-) Or setup a raspberry Pi with small visualization. Set up a button for each plc and add one browser element. Each button writes the URL of the depending plc to the URL setting of the browserelement....

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    have a look at Lib CAA File. There are many FB's to handel directories/files. In your case use DirOpen to get the handle to the root of the USB stick and DirList to read the entries. Good luck.

  • dkugler dkugler modified a comment on discussion Engineering 🇬🇧

  • dkugler dkugler modified a comment on discussion Engineering 🇬🇧

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    yes it's possible. the image ID is of type string. So, setting a string var to the name of the needed image works. the element setting image-ID is set to string var. see attachement

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    yes it's possible. the image ID is of type string. So, setting a string var to the name of the needed image works. the element setting image-ID is set to string var. see attachement

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    yes it's possible. the image ID is of type string. So, setting a string var to the name of the needed image works. the element setting image-ID is set to string var. see attachement

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    Du kannst die Bibliothek "Time and Date" deinem Projekt hinzufügen. Dort ist die Funktion DTConcat enthalten. Ich denke, das ist das was du suchst? Viel Erfolg!

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    [-img src=Screenshot 2023-06-26 165415.png width=50%: missing =-] Du kannst die Bibliothek "Time and Date" deinem Projekt hinzufügen. Dort ist die Funktion DTConcat enthalten. Ich denke, das ist das was du suchst? Viel Erfolg!

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    [-img src=Screenshot 2023-06-26 165412.png width=50%: missing =-] Du kannst die Bibliothek "Time and Date" deinem Projekt hinzufügen. Dort ist die Funktion DTConcat enthalten. Ich denke, das ist das was du suchst? Viel Erfolg!

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    Du kannst die Bibliothek "Time and Date" deinem Projekt hinzufügen. Dort ist die Funktion DTConcat enthalten. Ich denke, das ist das was du suchst? Viel Erfolg!

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    Soweit ich weiß, gibt es bis heute keine reguläre Möglichkeit in Codesys nach den Text-ID's zu suchen, lasse mich aber gerne eines Besseren belehren. Warum das noch nie umgesetzt wurde, kann ich bis heute nicht nachvollziehen. Die Information ist ja vorhanden, sie müsste eben bei einem Suchlauf berücksichtig und angezeigt werden. Die einzige unkonventionelle Lösung, die ich gefunden habe, ist, alle Visualisierungen über Projekt-> Exportieren zu markieren und zu exportieren. Das .export File ist eine...

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    have a look at this example https://forge.codesys.com/prj/codesys-example/visu-dialog-st/home/Home/ if you want to open the dialog from ST-code, depending of a changed value

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    I think you will have to build this function by your self. I would try to use the FB LIN_TRAFO from the Util lib. Create a 2D array (table with 2 column) with sensor values and depending volume values. Set the min values of the input and output of the lin_trafo fb with the values from the array index next below the actual sensor value. Set the max input/output values of the lin_trafo fb to the values from the array index next above the actual sensor value. So your tank will be divided into several...

  • dkugler dkugler modified a comment on discussion Visualization 🇬🇧

    what's the operating system of your target? I would prefere to start a external application doing this and then open the file to show it in target visu. maybe like in this example: https://forge.codesys.com/forge/talk/Runtime/thread/aefc6b0892/

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    what's the operating system of your target? I would prefere to start a external application doing this and then open the file to show it in target visu.

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    holst dir als pointer die Startadresse der jeweiligen struct und machst einen Speichervergleich über die Größe der struct. Stresst die Steuerung minimalst, da extrem hardwarenah. VAR pstruct1: POINTER TO BYTE; pstruct2: POINTER TO BYTE; xValuesChanged: BOOL; END_VAR pstruct1 := ADR(struct1); pstruct2 := ADR(struct2); xValuesChanged := DINT_TO_BOOL(sysmemcmp(pstruct1,pstruct2, SIZEOF(struct1)) So lösche ich z.b. auch ganze Arrays oder Arrays of STRUCT ab: Startadresse ermitteln und dann SysMemSet......

  • dkugler dkugler modified a comment on discussion Visualization 🇬🇧

    create a textlist with your needed and translated texts. Using the function DynamicTextGetText from the lib CmpDynamicText you should be able to "feed" your string variable with the translated texts. The function needs a pointer to the textlist and the index of the text in the list as input. Good luck!

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    create a textlist with your needed and translated texts. Using the function DynamicTextGetText from the lib CmpDynamicText you should be able to "feed" your string variable with the translated texts. The function needs a pointer to the extlist and the index of the text in the list as input. Good luck!

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    a hint how formatted "printing" of reals in strings is possible: https://forge.codesys.com/forge/talk/Engineering/thread/f05178ced3/?limit=25#904a

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    There is no german or english version. Only text items are translated. You are able to select the language in Tools->Options->International settings. In SP18 P3 it exists. With SP17 and SP18 the trend element was improved. I don't know the version, where default time setting for trend was added, because I've updated from SP16 P4 to SP18 P3. In SP16P4 it doesn't exist.

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    also 40ms sind sehr sportlich, ich würde >80-120ms empfehlen. Ein Client wird nach meiner Erfahrung nachrausgeworfen, wenn 30s keine Verbindung möglich ist, ist auch im Log an der Zeitangabe >30s ersichtlich. Da scheint sich die Netzwerkverbindung komplett zu verschlucken oder aufzuhängen! Kannst Du in der Zeit auf den Pi über seine LAN Schnittstelle zugreifen? Wie schnell sind denn die verschiedenen Tasks im Codesys eingestellt? Evtl. <1ms? Was läuft sonst noch auf dem Pi, was den zeitweise ausbremsen...

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    I was at the wrong direction! I'm working at the column and they are in the textlist! I searched for my first header and can't find it in the list. After changing it, clean the project etc. it appears there :-) So everything is fine. You are right, a overlay isn't a good idea and will only work, if the table is short enough to be shown completly without a scroll bar!

  • dkugler dkugler modified a comment on discussion Visualization 🇬🇧

  • dkugler dkugler modified a comment on discussion Visualization 🇬🇧

    I'm struggling with nearly the same problem. Is there a way to get the column header into the GlobalTextList?

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    I'm struggling with the same problem. My workaround is to place a label as overlay in each row. There isn't a way to get the words of the header in the GlobalTextList??

  • dkugler dkugler posted a comment on discussion Forge 🇬🇧

    You have tried to get help at support-controls@berghof.com ?

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    pushing up this thread. Somebody can help me?

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    I've the need to change the slave address by IEC code and write it to the EEPROM of the slave. I found the FB ReadWriteEEprom in the EtherCATStackLibrary. Is it possible to do edit the slave addresses with this FB? The story behind: We have AutoConfig deactivated at the MAster to be able to hotplug optional slaves. So we will first boot the PLC with a small application to address the slaves. At this point all slaves come up with address 0 and we want to show a table in the visu to set and change...

  • dkugler dkugler posted a comment on discussion Runtime 🇬🇧

    I recommend you take a look at the current example from codesys: https://forge.codesys.com/prj/codesys-example/opencv-example2/home/Home/

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    you can add a rectangle and change the color by a variable: https://faq.codesys.com/display/CDSFAQ/Working+with+color+variables

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    Klammern helfen, wenn man sich unsicher ist und sind auf jedenfall dominant! Der Satz aus der HIlfe ist wichtig: "Die Auswertung eines Ausdrucks erfolgt durch Abarbeitung der Operatoren nach bestimmten Bindungsregeln. CODESYS arbeitet den Operator mit der stärksten Bindung zuerst ab. Operatoren mit gleicher Bindungsstärke werden von links nach rechts abgearbeitet." Klammern haben die stärkste Bindung, OR die schwächste. Siehe Tabelle in der Hilfe die icampbell gepostet hat.

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    Klammern helfen, wenn man sich unsicher ist und sind auf jedenfall dominant!

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    ich hab mal gelernt: "Oder geht nach ganz oben" im Kontaktplan.. und ja Klammern helfen wenn man sich unsicher ist und sind auf jedenfall dominant! Ich würde folgende Auswertung erwarten, mein Hirn schaltet da auf Kontaktlogik, warum auch immer:

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    vielleicht wäre "Shared Memory" eine Lösung? Das PythonScript schreibt das Gewicht in den Ram, Codesys greift ebenfalls auf den Ram zu und liest die Werte aus. Wird im Projekt openCV so angewendet um die Koordinaten von im Video/Foto erkannten Objekten an Codesys zu übergeben: https://forge.codesys.com/prj/codesys-example/opencv-example2/home/Home/ https://forge.codesys.com/prj/codesys-example/shared-memory/home/Home/ https://forge.codesys.com/prj/codesys-example/shared-memory-c/ Über OPCUA sollte...

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    vielleicht wäre eine Lösung über "Shared Memory" eine Lösung? Das PythonScript schreibt das Gewicht ins Ram, Codesys greift ebenfalls auf den Ram zu und liest die Werte aus. Wir im Projekt openCV so angewendet um die Koordinaten von im Video/Foto erkannten Objekten an Codesys zu übergeben: https://forge.codesys.com/prj/codesys-example/opencv-example2/home/Home/ https://forge.codesys.com/prj/codesys-example/shared-memory/home/Home/ https://forge.codesys.com/prj/codesys-example/shared-memory-c/ Über...

  • dkugler dkugler modified a comment on discussion Runtime 🇬🇧

    the handle is invalid, because your program write nothing to Hfile in this case 😉

  • dkugler dkugler posted a comment on discussion Runtime 🇬🇧

    the handle is invalid, because your program write nothing to it in this case 😉

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    have a look at the visu event handler project: https://forge.codesys.com/prj/codesys-example/visu-event-hand/home/Home/ The key event project demonstrates, how to detect key event incl. modifiers like ctrl...

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    I ended up with system crashes every thing i tried, described in this thread, too: https://forge.codesys.com/forge/talk/Visualization/thread/6aff74da37/ So, some help from the persons who know whats going on in the background, will be very appreceated. Especially how the parameters of GetUsers(.....) has to be set in the right way, preventing this system crashes. How does the start/end index belong to ArrSize of the array which the pointer is pointing at. Tankyou!

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    👌👍

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    in my test it appeard after inserting the date time picker, maybe someone deleted it!?

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    with MMM,dd,yyyy in a test program everything works fine. The textlist is located at POUs/system:

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    vermutlich ist das das Steuerzeichen für Zeilenvorschub (LF '$L') oder Zeilenumbruch (CR '$R') oder beides nacheinander. Die passende Stringkonstanten/Schreibweise von Steuerzeichen findest du hier: https://help.codesys.com/webapp/_cds_operands_constant_string;product=codesys;version=3.5.17.0 Versuch mal den String den du sendest mit $L oder/und $R zu ergänzen: z.B. '01WEI.MDFA$L' oder '01WEI.MDFA$R' Viel Glück!

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    how is the string variable declared? Without defined size, codesys allocates 80 characters. Maybe your text is too long or variable declarated to small?

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    extend the s1 variable to an array of strings. Then increase the index after the ip is ccopied to s1[i] in the while loop. The while loop iterates trough all filtered web visu clients. Important hint: Don't miss to reset the index before starting the iteration loop ;-)

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    ich befürchte, dass eine Hilfestellung mit diesen dürftigen Informationen deinerseits recht schwierig wird, es sei denn man ist Hellseher. Um dir helfen zu können, solltest du schon schreiben, um welche Steuerung und Art der Kommunikation, sprich Schnittstelle, Feldbus etc. es sich handelt

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    ich befürchte, dass eine Hilfestellung mit diesen dürftigen Informationen deinersetis recht schwierig wird, es sei denn man ist Hellseher. Um dir helfen zu können, solltest du schon schreiben, um welche Steuerung und Art der Kommunikation, sprich Schnittstelle, Feldbus etc. es sich handelt

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    https://faq.codesys.com/display/CDSFAQ/WebVisu%3A+Reading+the+IP+Address+of+the+Client

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    greetings and big thanks to your kitty! I searched for this option some time ago at Tools/Options/Texteditor and can't find it, only found to show end of line characters 😁

  • dkugler dkugler posted a comment on discussion Forge 🇬🇧

    the Berghof PLC we are using is so performant to read the onboard and EtherCAT I/O's every 1ms. So the encoder wheel could be wired there without any expensive module to counted and detect direction from the plc prg. Worked fine for my tests :-)

  • dkugler dkugler posted a comment on discussion Forge 🇬🇧

    Step1: Screen navigation: I would solve it like this: 1. Create a MainVisu with a full screen sized element "frame" https://help.codesys.com/webapp/_visu_elem_frame;product=core_visualization;version=3.5.17.0#element-property-switch-frame-variable 2. Referenz all other Visualizations to this frame 3. declare a variable and enter it as "Switch frame variable" in the element "frame" 4. set the variable to the values related to the order of the referenced visualizations, depending of your inputs Step2:...

  • dkugler dkugler posted a comment on discussion Engineering 🇬🇧

    Where is visible, which version of Visualization is actually in a SP? f. eg. SP16P4?

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    have a look at FAQ's: https://faq.codesys.com/display/CDSFAQ/Creating+and+using+your+own+dialog

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    looks like you are using the visu from the programming system, that's updated slower. As I remeber only 200 or 250ms . Give a try to a real web browser. If you are using PLC win control, go to http://localhost:8080 Am 21. April 2021, um 16:29, schrieb cedric89 forge@codesys.com: hi 150 ms at both place it seems fast to me only input via numpad is slow https://youtu.be/VbHacq6_Nm8 Input in webvisu very slowhttps://forge.codesys.com/forge/talk/Visualization/thread/84b0da915a/?limit=25#64e2 Sent from...

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    have a lock at: Visualizationmanager->WebVisualization updatetime (ms) Intervall(ms) of the task where VisuElems.Visu_PRG is running

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    wenn du in SPS "A" eine Webvisu konfigurierst, dann kannst du in der Visu der SPS "B" ein Objekt Web Browser einfügen und da bei URL die http://IP-Adresse-SPSA:8080/webvisu.htm eingeben. Und Umgekehrt geht es natürlich auch, also WebVisu von SPS"B" in WebBrowser Element in SPS "A" anzeigen. Voraussetzung ist natürlich, dass deine SPSen auch eine WebVisu unterstützen, bzw. Web Visu lizenziert ist. Alternativ Netzwerkvariablen verwenden: https://help.codesys.com/webapp/_cds_f_networkvariables;product=codesys;version=3.5.16.0...

  • dkugler dkugler modified a comment on discussion Deutsch 🇩🇪

    wenn du in SPS "A" eine Webvisu konfigurierst, dann kannst du in der Visu der SPS "B" ein Objekt Web Browser einfügen und da bei URL die http://IP-Adresse-SPSA:8080/webvisu.htm eingeben. Und Umgekehrt geht es natürlich auch, also WebVisu von SPS"B" in WebBrowser Element in SPS "A" anzeigen. Voraussetzung ist natürlich, dass deine SPSen auch eine WebVisu unterstützen, bzw. Web Visu lizenziert ist. Alternativ Netzwerkvariablen verwenden: https://help.codesys.com/webapp/_cds_f_networkvariables;product=codesys;version=3.5.16.0...

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    wenn du in SPS "A" eine Webvisu konfigurierst, dann kannst du in der Visu der SPS "B" ein Objekt Web Browser einfügen und da bei URL die http://IP-Adresse-SPSA:8080/webvisu.htm eingeben. Und Umgekehrt geht es natürlich auch, also WebVisu von SPS"B" in WebBrowser Element in SPS "A" anzeigen. Voraussetzung ist natürlich, dass deine SPSen auch eine WebVisu unterstützen, bzw. Web Visu lizenziert ist. Alternativ Netzwerkvariablen verwenden: https://help.codesys.com/webapp/_cds_f_networkvariables;product=codesys;version=3.5.16.0...

  • dkugler dkugler modified a comment on discussion Visualization 🇬🇧

    little trick with scaling problems at auto detected screen sizes: Place a small object, a line or circle or bitmap with only 1 or 2 pixel hight/length in the lower right corner of the visualizations, which will be shown in the web browser element. I remember a similar problem in my beginnings with Codesys visu 6 years ago. So till that time, I always place a quit or home button in the lower right corner in my visualizations :-) Second hint: right click the visualization an enter properties/Visualization...

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    little trick with scaling problems: Place a small object, a line or circle or bitmap with only 1 or 2 pixel hight/length in the lower right corner of the visualizations, which will be shown in the web browser element. I remember a similar problem in my beginnings with Codesys visu 6 years ago. So till that time, I always place a quit or home button in the lower right corner in my visualizations :-) good luck!

  • dkugler dkugler modified a comment on discussion Visualization 🇬🇧

    maybe you can use the Visu Element "Web Browser" and switch the URL to the selected Pi. Declare a string variable and write the ULRs in this string, depending of the pressed tab switch: https://help.codesys.com/webapp/_visu_elem_webbrowser;product=core_visualization;version=3.5.16.0

  • dkugler dkugler posted a comment on discussion Visualization 🇬🇧

    maybe you can use the Visu Element "Web Browser" and switch the URL. Declare a string variable and write the ULRs in this string, depending of the pressed tab switch: https://help.codesys.com/webapp/_visu_elem_webbrowser;product=core_visualization;version=3.5.16.0

  • dkugler dkugler posted a comment on discussion Deutsch 🇩🇪

    schon mal bei Google "Codesys Visu" eingegeben und dann den Reiter Videos gedrückt? Ergibt schon mal 1300 Ergebnisse. Das könnte doch schon mal weiterhelfen, um in das Thema Visualisierung mit Codesys einzusteigen?

  • dkugler dkugler posted a comment on discussion Runtime 🇬🇧

    👍👍

1 >