List of Contributions

Lumo

Contact Details

Lumo


My Content

1 to 16 of 16 total
Posted By Lumo Jun 19, 2026 03:31:51 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Works like a charm! Thank you for your help, @asemlucben 🙌 ...
Posted By Lumo Jun 15, 2026 08:24:29 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@asemlucben I found that in the demo the sliders have a method call on value change which updates the graph. Is there a way to automate this so that it updates when the value changes on PLC side?
Posted By Lumo Jun 15, 2026 04:02:04 AM
Found In Egroup: FactoryTalk Optix
\ view thread
So far I can see that the .json file doesn't get updated like the one in the demo project does (the file gets updated on value change, not every second). Could it be because I'm trying to read PLC tag values instead of variables like in the demo project? Do I need to specify something to make the script ...
Posted By Lumo Jun 15, 2026 01:39:14 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@asemlucben I understand, but it's currently not working for me. I used your update function from a few replies back and the script which I attached in reply #7, but right now I get 0 value on graph init and then the values update only on page refresh. Could you please help me get it working correctly? ...
Posted By Lumo Jun 15, 2026 01:21:18 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@asemlucben I found the issue with the values not updating, I had to change the .html to use the local scripts created by the NetLogic. Is there any way to have the graph variables auto update without reloading the web browser? Currently I have to switch page in order to see the values update, but I'd ...
Posted By Lumo Jun 12, 2026 06:52:49 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you so much for the reply. I am able to see the graph now (I had to enable remote resources in the native presentation engine), but unfortunately the values are not displayed correctly in the graph, despite the fact that the .json has the correct values in it. I made sure to use your auto update ...
Posted By Lumo Jun 11, 2026 04:21:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
For more context, this is the .js code that my NetLogic generates: option = ("tooltip":("trigger":"item"),"series":[("name":null,"type":"pie","data":[("value":0,"name":"Good Prod"),("value":0,"name":"Empty Prod"),("value":0,"name":"Full Prod")],"itemStyle":null)]); When I paste it in the example's ...
Posted By Lumo Jun 11, 2026 04:15:09 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@asemlucben I've had a look at those, and I tried modifying the NetLogic following the pie chart example, but I still can't get it to work. Would it be possible to see an example of a NetLogic script modified to work with another type of eChart, so that I understand what I need to change in the existing ...
Posted By Lumo Jun 11, 2026 03:00:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello, I am in the process of converting a few Optix charts to eCharts in my project. I saw that other discussion threads recommend checking out the ROKLive 2022 demo, which I did, but I found it a bit confusing. I understand that the NetLogic generates the .js file from a template and then serializes ...
Posted By Lumo Jun 05, 2026 03:32:15 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you for the insight @asemlucben, for my use case I'm ok with using standard users when logging in with the active directory, so I modified the script to differentiate between the two scenarios.
Posted By Lumo Jun 05, 2026 02:11:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello, I am trying to login with an active directory user on my Optix application. I am currently using the login system that I got from the advanced users management project on the Optix github, and it has some additional fields that I use to better manage Optix users. I setup the project properties ...
Posted By Lumo Apr 28, 2026 07:57:00 AM
Found In Egroup: FactoryTalk Optix
\ 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: FactoryTalk Optix
\ 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; ...
Posted By Lumo Feb 23, 2026 03:18:00 AM
Found In Egroup: FactoryTalk Optix
\ 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:00 AM
Found In Egroup: FactoryTalk Optix
\ 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: FactoryTalk Optix
\ 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 ...