List of Contributions

asemlucben

Contact Details

asemlucben


My Content

1 to 20 of 50+ total
Posted By asemlucben Jun 05, 2026 05:38:10 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Ackermans I just tested the fix and it will be shipped in next 1.8.x release
Posted By asemlucben Jun 05, 2026 03:03:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The example you were mentioning only uses Model users with custom types, while the AD integration only supports plain users and not custom ones. You can try creating the users in the project at design time and somehow manually setting the Domain property for your custom users. To see which value to set, ...
Posted By asemlucben Jun 05, 2026 01:30:24 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Sergei what you describe is a range with the Constrain = true. The Min/Max for a SpinBox is just for user input, not a variable validation, and there's a simple reason for that: if you are on a different page where the SpinBox is not loaded, then any logic on the SpinBox will not apply and you are free ...
Posted By asemlucben Jun 05, 2026 01:27:36 AM
Found In Egroup: FactoryTalk Optix
\ view thread
This is actually a generic error, the translation is not like a locale/language translation but the conversion process between the report module and the actual PDF output. It could be a file permission issue (maybe typo in the path), or some other configuration error.
Posted By asemlucben Jun 03, 2026 10:01:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I just tested the fix and it will be published in the 1.8.x release. There was also another small bug, when setting the URL of a WebBrowser object, and loading from the ProjectFiles folder, this is the right syntax: string uri = ResourceUri.FromProjectRelativePath("HTML/XYChart.html"); _webBrowser.URL ...
Posted By asemlucben Jun 03, 2026 09:42:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Yes, it is normal, same happens to your PC, the temperature of the silicon wafer is higher than the heatsink or the cpu case, there's nothing to worry about. The temperature in the datasheet of the panel is the ambient temperature, meaning that the heatsink is big enough to keep the CPU below the Tj ...
Posted By asemlucben Jun 03, 2026 09:39:23 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I think you are missing the query, you should configure the Model to your ODBC database, then populate the query with something like SELECT * FROM Receteler ORDER BY ReceteNo
Posted By asemlucben Jun 03, 2026 09:03:28 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The ItemKind is only used at DesignTime to filter the DynamicLink Popup content, so after you are done configuring the grid, you can just blank that and link the SelectedItem to something via the DynamicLink Popup, this should allow you to force the startup behavior to "not selected"
Posted By asemlucben Jun 03, 2026 07:31:01 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Don't worry about the NodeClass, just leave it Any and link SelectedItem to something
Posted By asemlucben Jun 03, 2026 07:00:30 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Retzlaff if you right click on a project element, there should be a "search from here" which only goes down that branch of the project tree
Posted By asemlucben Jun 03, 2026 06:53:37 AM
Found In Egroup: FactoryTalk Optix
\ view thread
A quick workaround is to link the SelectedItem property to anything which is not in the source of the grid itself. Literally link it to any variable or object.
Posted By asemlucben Jun 03, 2026 02:34:30 AM
Found In Egroup: FactoryTalk Optix
\ view thread
We currently only support tpy, but there are some ways to automate the import, you can check here: NetLogic_CheatSheet/pages/designtime-tags-import.md at main · FactoryTalk-Optix/NetLogic_CheatSheet
Posted By asemlucben Jun 03, 2026 02:29:19 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The limit applies only to the user input, so if the user tries then to input 6, it will fail. If you want to change that, use a Range on the variable and set Constrain = true
Posted By asemlucben Jun 03, 2026 01:37:08 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The temperature of the CPU is the sensor inside the silicon chip in the CPU itself, 50 celsius is perfectly normal even in an air conditioned cabinet
Posted By asemlucben May 27, 2026 06:54:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
An Alias is just a pointer to a different variable, something like the C pointers. When an Alias is linked to a tag, it contains only the NodeId of the target element, not the element itself, so you should: // Get the Alias variable from the widget IUAVariable myAlias = Owner.GetVariable("MyWidgetAlias); ...
Posted By asemlucben May 27, 2026 06:03:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Ok I see but I don't see an wasy solution as the Trend is not aware of changes in the Model property, so an alternative solution is needed. I suggest you to check some possibilities in the FeaturesDemo2. A somehow more complicated workaround might be to delete and recreate the trend at runtime with ...
Posted By asemlucben May 27, 2026 05:00:09 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Yes, I can see your point, you can get in touch with your RA representative to forward your feature request to the relevant team -------------------------------------------
Posted By asemlucben May 27, 2026 04:53:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I am having difficulties understanding your requirements, maybe you can attach a project and some notes on what you want to achieve? Or even a video of the View SE application -------------------------------------------
Posted By asemlucben May 27, 2026 04:35:29 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Each pen has its own Y-Axis, there's no way at the moment to combine multiple pens into a single Y-Axis -------------------------------------------
Posted By asemlucben May 27, 2026 04:34:48 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I think this is different, a realtime trend cannot be filtered by design, so you either have a realtime trend following the current date and time or a filtered trend where you manually set start and stop, you cannot have both -------------------------------------------