List of Contributions

Lumo

Contact Details

Lumo


My Content

1 to 5 of 5 total
Posted By Lumo Apr 28, 2026 07:56:56 AM
Found In Egroup: Advanced Software
\ view thread
Thank you so much! I was able to solve my problem by casting to a DigitalAlarm and by setting the .Message property to null before trying to set the dynamic link. -------------------------------------------
Posted By Lumo Apr 28, 2026 01:42:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi all, I've been trying to create automatically some custom type alarms, which need to have some of its variables linked to PLC tags. Following the NetLogic cheatsheet, here's what I wrote so far: var alarmType = Project.Current.Get("Alarms/DigitalAlarmWithAreaType").NodeId; for (int i = 1; i <= ...
Posted By Lumo Feb 23, 2026 03:18:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello @Nick!, have you managed to solve this? I'm having the same issue Edit: I found out that the Tag Importer somehow imported twice a couple of tags, so they appeared duplicated and that's the reason why the tag optimization wasn't working. Removing those duplicated tags restored the functionality. ...
Posted By Lumo Feb 18, 2026 07:16:26 AM
Found In Egroup: Advanced Software
\ view thread
Thank you @asemlucben, your suggestion worked like a charm! I will try one of the two objects you recommended instead of the grid layout -------------------------------------------
Posted By Lumo Feb 18, 2026 02:44:00 AM
Found In Egroup: Advanced Software
\ view thread
Hello, I'm currently writing a Designtime Netlogic script to automatically build a page with a few grid layouts containing custom UI objects starting from a CSV file. I managed to get the script to work almost entirely, but I'm having two issues: when I create the grid layout, I have a fixed amount ...