List of Contributions

Ash

Contact Details

Ash


My Content

1 to 20 of 50+ total
Posted By Ash Aug 05, 2026 08:50:09 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Yohan KERRIEN, just checking but have you loaded an editor like VSCode or Visual Studio 2022? You will find the recommended editors here:System Requirments Only other general comments are that when deploying to an embedded device (panel, OptixEdge, etc) make sure your NetLogic is closed or deployment ...
Posted By Ash Aug 05, 2026 07:10:02 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Yohan KERRIEN, I am also quite busy this week, but interested in where you are going with this. I will try to get some time to review this weekend and turn into a community example. Thanks, Darren
Posted By Ash Jul 30, 2026 05:33:29 AM
Found In Egroup: FactoryTalk Optix
\ view thread
If you are running SQL Server Express on the development machine where you are running the emulator, I would start with the firewall as @asemlucben mentioned. Next item to look at would be what type of login are you using? If windows based login there are several steps you need to perform to support ...
Posted By Ash Jul 22, 2026 07:25:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
1.7.4.32 - (2026/07/21) Fixes [Alarm] Fixed a bug where field variables were not read [TemplateLibrary] Fixed bug preventing template library from working with items with escaped data binds. [UI] Fixed an issue that was causing a crash when optimizing Dynamic Links. [CommDrivers] [Core] Fixed ...
Posted By Ash Jul 16, 2026 09:38:59 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Just wondering have you tried listing the columns in the query instead of *? SELECT Timestamp, TimeZone, Instrument, ..... FROM MyTable WHERE Machine = 'MyMachine' Maybe also get ride of the auto refresh time on the grid and use a button for refresh? This should solve the "it will just refresh and ...
Posted By Ash Jul 09, 2026 02:04:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
@Hobbs, @asemlucben, In a future roadmap has consideration been given to allowing a plugin style interface that advanced end users could create QML controls that could be loaded into the design/runtime environments? Thanks, Darren
Posted By Ash Jul 07, 2026 09:04:07 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thanks for the reminder. I forget that is there. Darren
Posted By Ash Jul 07, 2026 08:48:20 AM
Found In Library: FactoryTalk Optix
Posted By Ash Jul 07, 2026 08:48:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Just in case anyone else uses FIFO buffers for production data to FT Optix you may have a need to generate a compliant ISO 8601 DateTime string. The attached AOI does this filling the wallclock time into a UDT structure for time DINT array data and also getting the TimeZoneString.
Posted By Ash Jun 25, 2026 06:03:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Interesting topic added to the Cheat Sheet on GitHub on how Optix Runtime sets up the threading model. Link: FactoryTalk Optix NetLogic cheat sheet
Posted By Ash Jun 10, 2026 03:31:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Checking to see if someone knows if the issue with not being able to connect using a FTRA Local connection with V14.4.0.129 is due to an update to the OptixEdge firmware being needed before it will be compatible. I uninstalled V14.4.0.129, restarted and re-installed V14.3.1.1 and it works with the previous ...
Posted By Ash Jun 03, 2026 08:13:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Good point. I did this with Optix V1.7.3.
Posted By Ash Jun 03, 2026 06:02:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
@MikRED97, have you tried this to see if this will meet your needs? This may cause some limitations on other alarm types, not sure. Change from the Standard Event type of Alarm Condition. Change to RADigitalAlarm: Then select for the Event logger editor: ...
Posted By Ash Jun 03, 2026 10:08:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@asemlucben, thank you. That small code fragment is very helpful. Darren
Posted By Ash Jun 03, 2026 09:18:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
After re-starting my PC, it now appears to work. Not sure of why or original issue.
Posted By Ash Jun 03, 2026 08:54:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@Flareux, can you give some guidance on how you browsed to the (Item)/RAAlarmData/AlarmClass? I am not able to get the additional column(s) text to resolve (blue text) as you have. Thanks, Darren
Posted By Ash May 27, 2026 08:54:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
That is something I probably would not have thought to ask. Thanks, Darren -------------------------------------------
Posted By Ash May 27, 2026 08:51:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
From the configuration web page of the device it is under the Diagnostics. You can type in a host name (google.com) or IP Address. -------------------------------------------
Posted By Ash May 20, 2026 12:59:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
@Heath, thanks for sending that. So, the next challenge you will have is the Reporting that is built-in to the solution, if you are using the PM5000_PQEMDashboard. The QuestPDF NuGet library references some fonts that are in a non-accessible area of the deployment. There are some suggestions on their ...
Posted By Ash May 20, 2026 11:18:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Unfortunately the manual is not clear on the supported/validated environment. I believe the conversation you are thinking of is response #10 from this thread below from Thomas St. Onge. All that was stated is not supported on OptixEdge devices. Not an explicit statement on not supported on Web Presentation ...