List of Contributions

asemlucben

Contact Details

asemlucben


My Content

1 to 20 of 50+ total
Posted By asemlucben Apr 21, 2026 06:54:15 AM
Found In Egroup: Advanced Software
\ view thread
@Kovačević, @Michael Helmberger @acar, please see the following technote: FactoryTalk Optix: communication with Siemens S7 controllers which describes how to configure the Siemens PLC to allow secure communications with FactoryTalk Optix -------------------------------------------
Posted By asemlucben Apr 21, 2026 01:50:14 AM
Found In Egroup: Advanced Software
\ view thread
@Haldar this is not easily doable, the runtime does not have access to the client device and cannot control the browser behavior -------------------------------------------
Posted By asemlucben Apr 21, 2026 01:26:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi @Cuvalo, the ListView was specifically designed for complex objects like the structure you mentioned, so it should work. Make sure you configured each ListViewRow with the right Kind (the struct type). See an example in the FeaturesDemo2 -------------------------------------------
Posted By asemlucben Apr 21, 2026 01:24:27 AM
Found In Egroup: Advanced Software
\ view thread
The Connection Timeout error is very generic and it means it fails the initial handshake, can you confirm you can ping the device? You can also try if from the server you can see the port 49100 being open on the remote device with some tools like a port scanner -------------------------------------- ...
Posted By asemlucben Apr 20, 2026 09:46:47 AM
Found In Egroup: Advanced Software
\ view thread
The cloud icon is actually to sync your project with a Git server, not to deploy it to a target device. I agree the discoverability have some rooom for improvements though. -------------------------------------------
Posted By asemlucben Apr 20, 2026 09:09:19 AM
Found In Egroup: Advanced Software
\ view thread
I see, I can open an investigation if you can provide me a sample project where to replicate the issue, if not (privacy first), I suggest you get in touch with tech support -------------------------------------------
Posted By asemlucben Apr 20, 2026 08:16:08 AM
Found In Egroup: Advanced Software
\ view thread
When configured from the UI in the Optix IDE, the TargetNode is automatically linked to the MainWindow (a.k.a. the object where the UIRoot is created from), so it is hidden to the user. The method needs the dialog type, bceuase it will create an instance out of it and place it as children of the UIRoot. ...
Posted By asemlucben Apr 20, 2026 07:39:22 AM
Found In Egroup: Advanced Software
\ view thread
Ok, so it's not in the optimization, can you check if any driver-related error is being printed in the logs? -------------------------------------------
Posted By asemlucben Apr 20, 2026 07:37:00 AM
Found In Egroup: Advanced Software
\ view thread
Woops my bad, my screen was not large enough to see it. Still, now that I opened it wider, I don't think the VerticalLayout configuration is correct, when set to stretch, it will fit to its parent container (the ScrollView) which will also be fit to its parent and so on in your chain. If you change ...
Posted By asemlucben Apr 20, 2026 05:09:19 AM
Found In Egroup: Advanced Software
\ view thread
Yes, I suggest finding the UIRoot first, then searching for instances there. If you always create the instances from script as child of the UIRoot, there is no need for the Find as they will be direct children of it -------------------------------------------
Posted By asemlucben Apr 20, 2026 04:30:25 AM
Found In Egroup: Advanced Software
\ view thread
I suggest you create a custom method to be used as helper, where you pass the NodeId of the DialogBox you want to open and a reference to the window where to open it, then, in that method you check if you already have an instance of that dialog somewhere in the current session, You can find some references ...
Posted By asemlucben Apr 20, 2026 01:39:50 AM
Found In Egroup: Advanced Software
\ view thread
Yes, an AD provider is required, but it can be a simple LDAP Docker container running somewhere -------------------------------------------
Posted By asemlucben Apr 20, 2026 01:38:12 AM
Found In Egroup: Advanced Software
\ view thread
The target device does not matter, the upload can be made on any device. You don't have to restore the runtime folder, you need to perform the upload procedure from Optix Studio and make sure to tick the retentivity storage -------------------------------------------
Posted By asemlucben Apr 20, 2026 01:36:58 AM
Found In Egroup: Advanced Software
\ view thread
The scrollbars you se on the WebPresentationEngine are made by the WebBrowser because the size of the MainWindow is bigger than the viewport, they are not the ones from the ScrollView, to see the ScrollView's bars, you need to set the content of it to some known size, if you set everything to stretch, ...
Posted By asemlucben Apr 20, 2026 01:29:56 AM
Found In Egroup: Advanced Software
\ view thread
I think this was reported on a different thread, try to navigate to the root of the project and disable the tags optimization -------------------------------------------
Posted By asemlucben Apr 20, 2026 01:29:14 AM
Found In Egroup: Advanced Software
\ view thread
I can guarantee you don't need internet connectivity at all to either build, deploy or run the runtime. Make sure IT hasn't blocked port 49100 which is used to deploy the project -------------------------------------------
Posted By asemlucben Apr 20, 2026 01:28:24 AM
Found In Egroup: Advanced Software
\ view thread
The System.Diagnostics.Process.Start(new System.Diagnostics.ProcessStartInfo is used to start a new process on the device where the runtime is running, there is no way to execute scripts on the client side for security reasons -------------------------------------------
Posted By asemlucben Apr 20, 2026 01:27:15 AM
Found In Egroup: Advanced Software
\ view thread
Make sure the source of the project is deployed to the target device, then perform an upload from it and make sure to upload the retentivity files -------------------------------------------
Posted By asemlucben Apr 17, 2026 08:29:56 AM
Found In Egroup: Advanced Software
\ view thread
Hmm I am not sure if this was intended to work, I will open an internal ticket -------------------------------------------
Posted By asemlucben Apr 17, 2026 08:19:46 AM
Found In Egroup: Advanced Software
\ view thread
The DataGrid is just a visual representation of the object that is bound to the Model, so you will have to interact with the Model, not to the grid. There is an example here: https://github.com/FactoryTalk-Optix/ROKLive_EMEA_2022_Advanced -------------------------------------------