List of Contributions

Ash

Contact Details

Ash


My Content

1 to 20 of 50+ total
Posted By Ash Apr 20, 2026 08:18:00 AM
Found In Egroup: Advanced Software
\ view thread
Thanks, my confusion was that it worked as I had expected in web, but not in native. I have been thrown more than once by not setting height to auto (-1). As you stated this will work the same in both presentation engines when the size and layout for the Vertical container are set to following. ...
Posted By Ash Apr 20, 2026 06:54:00 AM
Found In Egroup: Advanced Software
\ view thread
@asemlucben, I would disagree, if you would kindly look at the demo project that was attached. There is a vertical layout item that is outside the field of view and the vertical scroll bar should appear like it does in the web browser. There is an anomaly. Web Native It should do this ...
Posted By Ash Apr 17, 2026 12:14:29 PM
Found In Egroup: Advanced Software
\ view thread
Are you able to use an LDAP directory for authentication? I believe this has been discussed before and LDAP/Windows Domain (AD) will be the only way to have cross runtime security is to have a central security mechanism that Optix supports. Similar discussion: FT Optix - Sync'ing users between panels ...
Posted By Ash Apr 17, 2026 10:54:17 AM
Found In Library: Advanced Software
Posted By Ash Apr 17, 2026 10:54:00 AM
Found In Egroup: Advanced Software
\ view thread
Environment: Optix Studio V1.7.1.46 Emulator Native Presentation Engine Vs Web Presentation Engine Has anyone seen this issue with the ScrollView that contains a Vertical Layout will not show the Vertical Scroll Bar in Native presentation, but does show it in Web Presentation? The project is attached. ...
Posted By Ash Apr 03, 2026 11:50:00 AM
Found In Egroup: Advanced Software
\ view thread
Not sure. Here is an example project and the ACD file for the connection. Just update the IP Address. The ACD file is under the ProjectFiles Directory. From the main interface you can try different tag paths by pasting in the text value of the path before running the command on the button. ...
Posted By Ash Apr 03, 2026 11:49:44 AM
Found In Library: Advanced Software
Posted By Ash Apr 03, 2026 09:00:44 AM
Found In Egroup: Advanced Software
\ view thread
@Lopez, hope this is the correct person as it looks like this handle is owned by multiple people. Anyway, have you worked more with InfluxDB 3.x and Optix? Do you have any performance suggestions you have learned and have you had a chance to test with Optix 1.7.x to see if there are any improvement ...
Posted By Ash Apr 03, 2026 08:53:00 AM
Found In Egroup: Advanced Software
\ view thread
@CollinAnderson, here is an older thread where I tested some items for someone with InfluxDB 3.x and Optix V1.6.x. There were some issues back then and the person I was discussing with ended up using the NuGet InfluxDB 3.x client library (InfluxDB3.Client). There is no mention in the release notes ...
Posted By Ash Apr 03, 2026 08:18:00 AM
Found In Egroup: Advanced Software
\ view thread
Unfortunately, Influx DB 3.x, if they are using windows, it will only run in a container. I'm not too excited about Docker Linux containers as you are subject to some limitations in WSL. If this is on windows someone needs to investigate the allowed resources configuration for WSL. It may be limited ...
Posted By Ash Apr 03, 2026 08:07:00 AM
Found In Egroup: Advanced Software
\ view thread
Yes, do not use a dynamic link. Copy the tag path and paste the actual text of the tag path. Paste your string in the string variable, Ex.: /CommDrivers/RAEtherNet_IPDriver1/RAEtherNet_IPStation1/Tags/Controller Tags/ArrayX -------------------------------------------
Posted By Ash Apr 02, 2026 04:50:00 PM
Found In Egroup: Advanced Software
\ view thread
"Is a NuGet library the recommended way to interface with the embedded databases?" No, only mentioned it because you never know what someone is doing. But if you have a critical feature and the built in DB functions are not going to get you there you might want to evaluate using "Microsoft.Data.Sqlite" ...
Posted By Ash Apr 02, 2026 04:39:20 PM
Found In Egroup: Advanced Software
\ view thread
Another good reference to read about the supported databases: https://www.rockwellautomation.com/en-us/docs/factorytalk-optix/current/contents-ditamap/creating-projects/database.html -------------------------------------------
Posted By Ash Apr 02, 2026 04:33:08 PM
Found In Egroup: Advanced Software
\ view thread
-------------------------------------------
Posted By Ash Apr 02, 2026 04:23:00 PM
Found In Egroup: Advanced Software
\ view thread
Technically the limitation is the implementation of the ODBC driver if you are going through the datastore object and not using a NuGet library for direct access to the SQLite DB. Optix has a limited ODBC implementation and is not quite what you would be used to on the PC side of things. In the ...
Posted By Ash Apr 01, 2026 07:35:00 AM
Found In Egroup: Advanced Software
\ view thread
I looked through the KB and the Change Log in FT Hub. I see nothing specific to a performance problem with the Datalogger, Datastore or InfluxDB specifically between 1.6 and 1.7 Optix releases. If this is a test system, have you tried updating to the most current firmware for OptixPanel Standard ...
Posted By Ash Mar 31, 2026 03:20:00 PM
Found In Egroup: Advanced Software
\ view thread
May want to investigate versions to see if there are any known issues: OptixPanel Standard or Compact and Firmware version Optix Studio Version InfluxDB version on server (if 3.x it will be in a container or running on a Linux VM or bare metal Linux, this might be an issue depending on how running) ...
Posted By Ash Mar 31, 2026 08:12:00 AM
Found In Egroup: Advanced Software
\ view thread
I seem to remember having this issue also. In the operations manual for customer I suggested they go to Windows Explorer and copy the path as text and past in a string variable I had in the configuration section of the Optix runtime application. I usually have a settings folder under the Model and put ...
Posted By Ash Mar 31, 2026 07:54:00 AM
Found In Egroup: Advanced Software
\ view thread
@asemlucben, attached is a cleaned up version of the project. There is a PLCData directory in the ProjectFiles directory that contains the ACD file to interface with the project through Echo to test against. Also the example of the export to Excel Spreadsheet is in there too. Darren ---- ...
Posted By Ash Mar 31, 2026 07:53:30 AM
Found In Library: Advanced Software