List of Contributions

Jaykar

Contact Details

Jaykar


My Content

1 to 20 of 36 total
Posted By Jaykar May 27, 2026 05:17:16 AM
Found In Library: FactoryTalk Optix
Posted By Jaykar May 27, 2026 05:17:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Requirements:- Based on Pot selection, data should load in the trend without any sluggishness or delay. Default time span will be 24 hours and should be adjustable. When new data is inserted into the DB, the trend should auto-refresh and display the latest data automatically ...
Posted By Jaykar May 27, 2026 04:06:55 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I have linked the Time from ClockLogic to the Date and Time property of the Pen X-axis. After doing this, the auto-load of new data is working correctly. However, the data filter in the trend is no longer working when I select a date from the Calendar Picker. Previously, it was working correctly. -- ...
Posted By Jaykar May 26, 2026 04:14:49 AM
Found In Egroup: FactoryTalk Optix
\ view thread
@asemlucben Thanks. I will use another thread for other questions. Could you please suggest how to make the auto-scrolling update automatically? Currently, when the trend screen opens, the data loads once and keeps showing the same time-span data. It should automatically refresh and display new incoming ...
Posted By Jaykar May 26, 2026 12:47:57 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I want to store data in multiple DB using single logger. how can i achieve this? -------------------------------------------
Posted By Jaykar May 25, 2026 06:50:52 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Pen x axis follow property not working why? x-axis should be automatic scrolling as per refresh time set. -------------------------------------------
Posted By Jaykar May 20, 2026 12:57:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hi everyone, I have 7 loggers storing data in a local InfluxDB database in FT Optix. I want to display trend data dynamically based on the value selected from a ComboBox. For example: If I select 357 from the ComboBox, the trend should display data from the POT_357 logger. If I select ...
Posted By Jaykar Mar 14, 2026 07:30:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
How can I implement conditional Text-to-Speech in FactoryTalk Optix NetLogic when System.Speech is not supported in the project runtime? What is the recommended industrial approach? -------------------------------------------
Posted By Jaykar Sep 03, 2025 06:57:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello Everyone, I am stuck with a project and need some help. I have 24 reports with multiple parameters, and the reports are deployed on a VM using Runtime. The client is accessing these reports through the Web Presentation Engine. Problem 1 – PDF Export Issue: When the client exports the ...
Posted By Jaykar Aug 11, 2025 07:18:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello everyone, I am encountering a syntax error when running the following SQL query in FTOptix, although the same query executes successfully in DB SQLite: 2025-08-11 17:35:43.791;urn:FTOptix:NativeUI;0;Warning;0;Invalid SQL query "SELECT strftime('%m', "LocalTimestamp") AS Month, AVG("A_T_DBT(°C)") ...
Posted By Jaykar Jun 27, 2025 04:11:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
How can I implement functionality so that when a user generates a PDF or Excel report, a 'Save As' dialog opens-just like in a typical file download-allowing the user to choose where to save the file? I'm looking for solutions applicable to both native and web presentation.
Posted By Jaykar Jun 16, 2025 05:23:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I've placed my application FTOptixRuntime.exe in the Startup folder: C:\Users\Admin\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup It should auto-run on system startup, but it shows an error. When I run it manually, it works without error.
Posted By Jaykar Jun 03, 2025 06:58:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I only need to keep data from the past 3 months, based on the current date. What would be the best approach for this? Should I use NetLogic, or is there any built-in functionality available?
Posted By Jaykar Jun 03, 2025 05:11:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Hello, due to limited time, I haven't been able to explore much. Can someone please suggest the best approach to apply purging to a table in an embedded database?
Posted By Jaykar May 18, 2025 11:30:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I want to protect the Development section of FT Optix. How can I achieve this?
Posted By Jaykar Apr 28, 2025 02:30:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I want to protect the development section in FTOptix, specifically the NetLogic or any particular part of the project. My goal is to prevent unauthorized users from modifying the NetLogic code without permission. What is the best possible way to achieve this?
Posted By Jaykar Apr 16, 2025 11:35:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
thanks for Reply, Could you please provide a reference on how to write data to an Excel file and access specific cells?
Posted By Jaykar Apr 16, 2025 12:55:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Can we link Excel directly with OPTIX for writing value, like we do with Windows Forms?
Posted By Jaykar Apr 07, 2025 08:12:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I am trying to apply a condition where if (0) == "NULL", the value in the spin box should be set to zero (which works). However, if (0) is not "NULL", variable (1) should take the input value from the spin box. Currently, (1) is still being assigned a value of zero, even when the condition is not met." ...
Posted By Jaykar Apr 01, 2025 12:47:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
2025-04-01 11:10:59.707;urn:FTOptix:NativeUI;0;Warning;0;Invalid SQL query "SELECT DISTINCT Recipe_Name FROM tbl_Recp_Main ORDER BY Recipe_Name": Syntax error at 16;Final_Screen/UI/NativePresentationEngine/Sessions/Session-26555c7f3d6e71782c6b4596ce410b07/UIRoot/Main_Screen1/VerticalLayout1/Horizont ...