List of Contributions

Kzvin

Contact Details

Kzvin


My Content

1 to 20 of 47 total
Posted By Kzvin Feb 13, 2026 12:03:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi, The issue is most likely that you’re mixing String Formatter syntax with an Expression Evaluator. The :n0 format belongs to the String Formatter (text formatting), but you’re using an Expression Evaluator (numeric calculation). When Optix encounters :n0 inside a math expression, it cannot evaluate ...
Posted By Kzvin Jan 27, 2026 02:22:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi everyone, I'm planning to upgrade an existing project from Optix Studio 1.6.5.1 to 1.7.0.804, and before doing so I wanted to ask the community if there are any specific recommendations, breaking changes, or things I should carefully verify during or after the update. The project is already in production, ...
Posted By Kzvin Jan 16, 2026 02:10:00 PM
Found In Egroup: Advanced Software
\ view thread
I was able to do this without NetLogic, now the problem is that it generates an extra event haha -------------------------------------------
Posted By Kzvin Jan 16, 2026 02:09:44 PM
Found In Library: Advanced Software
Posted By Kzvin Jan 16, 2026 10:59:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, Maybe you can try with a String Formatter -------------------------------------------
Posted By Kzvin Jan 16, 2026 10:44:50 AM
Found In Egroup: Advanced Software
\ view thread
Hi, What if you put a mouseclick event on the acknowledge button to place the empty value in the TextBox? -------------------------------------------
Posted By Kzvin Dec 11, 2025 10:16:00 AM
Found In Egroup: Advanced Software
\ view thread
This is the actual info system, i dont have the information before the white screen. The firmware is the same i just download the project from the last Optix Studio versión. What hardware version does your pre-production Optixpanel have? I have 1 in my office with 1.1 hardware version. And i have an ...
Posted By Kzvin Dec 11, 2025 08:57:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi everyone, I have an OptixPanel that has been running my application continuously for about 2–3 months without any issues. However, suddenly the application appeared completely empty in the web configuration interface (no application name, no runtime version). The HMI screen also showed only a blank ...
Posted By Kzvin Dec 04, 2025 09:32:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi is anyone else having this issue? It opens the authentication page and everything, but then in the studio it stays stuck on 'authenticating...' -------------------------------------------
Posted By Kzvin Nov 26, 2025 09:43:25 AM
Found In Egroup: Advanced Software
\ view thread
Hi, I had the same problem. To fix it, I accessed the Optix web server and clicked "Delete application." I deployed the program again and everything was fine! That's works for me. -------------------------------------------
Posted By Kzvin Nov 07, 2025 03:32:22 PM
Found In Egroup: General Discussions
\ view thread
Hi! Hermosillo, Sonora. México 🌮🇲🇽 ------------------------------------------- ...
Posted By Kzvin Oct 29, 2025 12:07:00 PM
Found In Egroup: Advanced Software
\ view thread
Is anyone else having trouble accessing FactoryTalk Hub? -------------------------------------------
Posted By Kzvin Oct 29, 2025 10:42:00 AM
Found In Egroup: Advanced Software
\ view thread
You can do it, but the only reliable method I've found is to place the Panel Loader inside the panel itself. That way, the popup's margins and alignment are calculated relative to the navigation panel rather than the full screen. -------------------------------------------
Posted By Kzvin Oct 29, 2025 10:41:46 AM
Found In Library: Advanced Software
Posted By Kzvin Oct 08, 2025 10:34:51 AM
Found In Egroup: Advanced Software
\ view thread
Hi Could you please confirm if Visual Studio is completely closed while deploying? Sometimes having it open with the project loaded can cause this issue. -------------------------------------------
Posted By Kzvin Oct 02, 2025 01:45:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi, In my Optix project I'm currently using a boolean flag in some places to decide whether I should use RemoteRead() or just take the value already updated from the tag. Is there a built-in way (or a clean pattern) to know if a variable is already being updated by the UI? private static T ObtenerValorRealDelTag ...
Posted By Kzvin Aug 25, 2025 01:58:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi, The only way I found without using C# is to change the locale to Japanese. -------------------------------------------
Posted By Kzvin Jul 23, 2025 10:04:56 AM
Found In Egroup: Advanced Software
\ view thread
Hi, You can use (0:f3). You can see more string formatters here: https://www.rockwellautomation.com/en-hu/docs/factorytalk-optix/1-00/contents-ditamap/using-the-software/converters/string-formatter.html
Posted By Kzvin Jul 22, 2025 10:24:51 AM
Found In Egroup: Advanced Software
\ view thread
Hi Julio, You can create a new style in your stylesheet and then assign it to your TextBox. Here's a quick example: Then assign it to your TextBox: This way, you get a styled box with your text inside, without needing to overlay labels and rectangles.
Posted By Kzvin Jul 10, 2025 02:48:00 PM
Found In Egroup: Advanced Software
\ view thread
Hi, The issue you're encountering is most likely due to the fact that Optix runtime runs on a Linux-based operating system, especially on physical panels. While your code using System.Data.SqlClient.dll works during emulation (which runs on Windows), it fails on the panel because System.Data.SqlClient ...