List of Contributions

Michael Helmberger

Contact Details

Michael Helmberger


My Content

1 to 20 of 25 total
Posted By Michael Helmberger Feb 05, 2026 09:09:29 AM
Found In Egroup: Advanced Software
\ view thread
Hi, i have tried an example with an Rockwell PLC where i map the Alias to the Datatype coming from the PLC and this works fine: Here i have made an variable to select Port1 or Port2 from the PLC: But when i try the same with the Siemens PLC like you mentioned before: (i took the Variable ...
Posted By Michael Helmberger Jan 29, 2026 08:33:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, maybe someone can help me out on this: On the S7TIAPROFINETDRIVER i do not get any structures in my Types folder like its mentioned in the FT Optix help. On RAEthernetIP and Twincat its fine and i can direclty link my Faceplate of an Panel to the structure of the PLC Are there also some ...
Posted By Michael Helmberger Nov 20, 2025 01:22:32 AM
Found In Egroup: Automation Control
\ view thread
VFD will be added in Version 2 what i know. Panelview 800 will not be supported what i have heard. Hopefully this is a sign, there will be some newer Low cost Optix HMI there in future. -------------------------------------------
Posted By Michael Helmberger Nov 12, 2025 01:17:55 AM
Found In Egroup: Advanced Software
\ view thread
Thanks @AutomateSHANE, @asemlucben The Solution in the Video is great and quit easy if you know it! I tried to built it like in your video and its working great, i also made an converter to select which Dialog i want to open from the Plc and also working good. Here just for completion: ...
Posted By Michael Helmberger Nov 10, 2025 03:45:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I did some tests with opening a dialog box from the PLC, and it worked well! Now I also want to close a dialog box from the PLC. If possible , a specific one ; if not, a " CloseAllDialogBox " would also be fine. Maybe there is also a function without NetLogic out there ? Many Thanks - ...
Posted By Michael Helmberger Nov 07, 2025 02:28:50 AM
Found In Egroup: Advanced Software
\ view thread
I can totally agree to OPCUA thing. i have Customers working with S7Profinet Driver before but then there was a time where no Tia Portal V20 was supported so they swiched to OPC UA. But with OPC UA and Firmware Version 4.0 on 1500 they have to wait like 30 minutes or sometimes even hours before the ...
Posted By Michael Helmberger Oct 16, 2025 09:03:21 AM
Found In Egroup: Advanced Software
\ view thread
Hello, have you got your GSM Application working? Which GSM Module have u used? Kind regards -------------------------------------------
Posted By Michael Helmberger Sep 16, 2025 04:25:47 AM
Found In Egroup: Advanced Software
\ view thread
Hello, have you found a Solution for this? My Customer has the same Problem after updating his PLC to Tia Portal V20 CPU 1514SP F-2 PN Firmware V4.0 He is only able to connect with OPC UA, but would prefere Profinet. -------------------------------------------
Posted By Michael Helmberger Sep 15, 2025 06:25:11 AM
Found In Egroup: Advanced Software
\ view thread
Hello, do you have any update on this? My Customer is waiting for the 1.6.3 hotfix so they can delivery the Application to their Customer. Kind regards -------------------------------------------
Posted By Michael Helmberger Aug 14, 2025 02:13:28 AM
Found In Egroup: Advanced Software
\ view thread
Hi, thank you! With that Information i managed to directly convert String to Int. Session IP and only take the Last Part of it (String) Convert String to Int If Session IP > 200 then show Admin Panel: Thank you! Kind regards -------------------------------------------
Posted By Michael Helmberger Aug 13, 2025 08:39:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, another tricky case: Maybe someone knows a shorter Solution. I read out my Session IPAddress (only the last Part from it) and write that on a Variable on my Panelloader: Then i have to convert the IP String to a INT: 210 to 210 and so on. Is there some prebuilt Datatype converter ...
Posted By Michael Helmberger Aug 13, 2025 01:58:55 AM
Found In Egroup: Advanced Software
\ view thread
Alright, i have sent the behaviour to Tech Support. -------------------------------------------
Posted By Michael Helmberger Aug 11, 2025 03:05:01 AM
Found In Egroup: Advanced Software
\ view thread
Hello, @AutomateSHANE i have configured that! @Heath i also tried to clear the cookies and cache. It worked then, until i stopped the Runtime and started it again. But what i found out now is: When i stop the Runtime i receive the "Server unreachable" and if i start the runtime again it ...
Posted By Michael Helmberger Aug 08, 2025 05:33:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, i am trying the following for my Customers application: If i start my Native Runtime on my PC and connect with an Webclient i get the Custom Keyboard if i click on my Text Box: But now my Customer wants to run Optix only as Service, this is why he deleted the Native Presentation Engine. ...
Posted By Michael Helmberger Jun 06, 2025 05:06:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, i am trying to find a Solution for this, for a potential Customer: If i click the Home Button on the upper right corner i start the Change Panel event for my Slindein Panelloader (red line). In the Slidein Panelloader there should be some Buttons like "Besäumer" where i change ...
Posted By Michael Helmberger May 14, 2025 04:08:00 AM
Found In Egroup: Advanced Software
\ view thread
Our Customer had problems aswell with it. But he got it running by adding the offline Project. S7-300 with an Profinet Card, with the S7TCP Driver. Regards Michael
Posted By Michael Helmberger Dec 05, 2024 03:59:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, at the Moment i am Trying to do the same. Is there already an finished solution yet? I want to synchronize my GSV Time to my System Date Time Kind regards Michael
Posted By Michael Helmberger Nov 12, 2024 03:21:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, There is also an example for Modbus TCP in Github: GitHub - FactoryTalk-Optix/ModbusTCPToRAEthernetIp: This project shows how to convert tags coming from a Modbus driver to an RA Ethernet IP. Tags are synchronized even if not used in UI. I have tried it with Modbus TCP ...
Posted By Michael Helmberger Nov 11, 2024 10:00:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, i am trying to make a Recipe in combination with an Fileselector. But for some reason it is not working. I have configured an Recipe and i am able to import and Export data from an csv File when i manualy enter the CSVFile Path: AFter that i have added the SelectFileDialog ...
Posted By Michael Helmberger Oct 31, 2024 06:03:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi Shane, thank you for your answer. I am using an Motor from the librarie, i dont have Events in the graphics there. Do you also have a solution for this? The thing with the Combo box i just found out. Thanks!