List of Contributions

Inaki Lopez

Contact Details

Inaki Lopez


My Content

1 to 20 of 50+ total
Posted By Inaki Lopez Oct 16, 2024 01:05:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
You have 2 ways of access the data of the row selected in a grid: via dynamic links or via Netlogic. The grid deploys an Alias and you can use that alias to acces to the property SelectedItem (is the row selected) and then to every one of the fields. In Netlogix, you have examples in the GitHub ...
Posted By Inaki Lopez Oct 16, 2024 12:38:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
You have all the code examples for this in the Optix Github: https://github.com/FactoryTalk-Optix/NetLogic_CheatSheet/blob/main/pages/datagrids.md
Posted By Inaki Lopez Oct 14, 2024 01:02:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Of course we noticed this. The first time I faced this problem was 25 years ago, when I develop our first application, and see how my customers go crazy when this lost data appears "invisible" in the graphics. This is my new attempt to make our application in optix: There is a "No data ...
Posted By Inaki Lopez Oct 09, 2024 01:43:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
In trends, you have 2 propertys for indicate the start date time of the showing trend and the duration of the showed graphic.
Posted By Inaki Lopez Oct 07, 2024 08:16:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
run one optix app for the dataloggers and never close it, and other with your screens and interface. You can also run the app as a service (I think)
Posted By Inaki Lopez Oct 04, 2024 01:57:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Yes, very clear, I understand. Sorry, I'm on hollydays only with a pad, I cant code nothing in Optix but I will try to use the trend, and use your X variable as datetime of the trend (maybe with some trick... using any date/time as base and adding your X variable. If you want to try to test this, the ...
Posted By Inaki Lopez Oct 04, 2024 11:29:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
If you use a datalogger, your data some way has to be link to time, no? in your explanation X axis is position and Y is a sensor reading (also a position, angular in this case?), is this correct? you have a graphic with 2 positions and no time involved? sorry, but it seems weird to me, i'm just curious. ...
Posted By Inaki Lopez Sep 18, 2024 02:35:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Use any of the directories of your application: The thing I cant understand is why the Optix aloud to export a report to PDF but there is no way to print the PDF or export the pdf via the web session to another PC equiped qith aprinter... Why generate the PDF? whats is the utility? But maybe I ...
Posted By Inaki Lopez Sep 18, 2024 12:20:14 PM
Found In Library: FactoryTalk Optix
Posted By Inaki Lopez Sep 18, 2024 12:20:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Here you have, the example as my first idea (always trust your instincts :)
Posted By Inaki Lopez Sep 18, 2024 11:23:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Well here at my computer I can not see the timer drifting (maybe is because is a very powerfull machine) , but this can happens, because the time base relays on the exact time execution of the periodic task (1000 miliseconds) and maybe the task is not discounting the execution time of the task code in ...
Posted By Inaki Lopez Sep 18, 2024 10:31:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Ok, as I see interest on this I made an example project... I used 1m instead of 5 because I dont want to wait 5 minutes :)
Posted By Inaki Lopez Sep 18, 2024 10:30:43 AM
Found In Library: FactoryTalk Optix
Posted By Inaki Lopez Sep 17, 2024 11:54:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
If you already have a NetLogic managing the clock, you just need a variable to store the date and time in which the timer awakes and just periodically make comparison of that stored value with the current datetime. In the beginning of the 5 minute period, just initialize the stored datetime adding ...
Posted By Inaki Lopez Sep 17, 2024 11:39:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Why? if the Datagrid has his own SQL query :? just put your select statement in the sql of the grid and let the grid manage the results.
Posted By Inaki Lopez Sep 17, 2024 11:35:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
SQLite is not an SQLServer... is a database format to be used directly, using the Sqlite libraries, and this is what Optix does to access the data. If you want to access the sqlite data from Excel, you need something to make the connection, something like this: ODBC Driver for SQLite
Posted By Inaki Lopez Sep 11, 2024 02:48:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Sorry then I dont know what problem are you referring at. You can see all this working with virtual keyboard in the example project: Training Alarms Basic In the moment you have the SQL query done with dynamic links and including the field From and To, you should see that the filter is working ...
Posted By Inaki Lopez Sep 11, 2024 12:13:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
The virtual keyboard has a Enter key...
Posted By Inaki Lopez Sep 07, 2024 02:35:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
No. It will record every hour but counting the hour when the logger is started. If you start your app at 10:23 the next sample will be record at 11:23, 12:23 etc. If you want to make a record every hour, just when a new hour arrives, change the Sampling Mode to None and fire the Sample just when ...
Posted By Inaki Lopez Sep 06, 2024 11:23:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Man... use the title of the post with something descriptive... This was answered in this forum at least one time : logger