List of Contributions

Shilok

Contact Details

Shilok


My Content

1 to 12 of 12 total
Posted By Shilok Apr 30, 2025 11:30:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Worked like a charm, thanks.
Posted By Shilok Apr 29, 2025 08:47:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Scripts are great and doing what they need to do (exporting .csv, and importing with some struggle). The problem is, as you suspect, the formatting. It was mentioned on this forum (and few others) that opening created .csv file in excel,editing and saving it as .csv (UTF-8) does something to the ...
Posted By Shilok Apr 28, 2025 09:41:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Just curious if anyone heard anything on full excel support (.xls files) on future releases of Optix (for scripts that AutomateShane listed)? This is one of the major reasons why I'm still hesitant on full Optix deployment as standard for my company. The man hours to edit .csv are significant ...
Posted By Shilok Apr 28, 2025 04:35:05 PM
Found In Library: FactoryTalk Optix
Posted By Shilok Apr 28, 2025 04:35:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I already had custom UI, so not sure how I didn't notice this before, but great help so thanks. I think Stylesheet1 got added with custom UI session so I'll have to investigate how it gets used as there is not much in the manual. Since I'm able to read styles heet name (and I would rather avoid ...
Posted By Shilok Apr 25, 2025 01:22:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
What would be the proper way to find out what's the current running style sheet (in native presentation engine)? The goal would be to display dark colored icons (on buttons) when light style sheets are running and vice versa. Adding Style sheets "ID" variable to each style sheet was initial ...
Posted By Shilok Apr 16, 2025 08:33:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you all for help, I deployed the updated version and we'll see how it behaves but so far all is good. I will tell you this, on my desk setup (Optix panel) sliding the finger off the button does not make active state go OFF (but lifting the finger does). Also, I think min/max time are ...
Posted By Shilok Apr 15, 2025 01:25:23 PM
Found In Library: FactoryTalk Optix
Posted By Shilok Apr 15, 2025 01:25:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I'm having some issues where some of the momentary buttons are stuck in ON position and it seems for the most part only when deployed to Optix 2800S panel. The setup has 2 of momentary buttons that are soft latched in PLC (so press one to disable other and vice versa) I can't get full story ...
Posted By Shilok Apr 04, 2025 09:30:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I'm certainly not an C# expert but this is what I could not figure out in code that @asemlucben left this morning. This might be the missing piece, I'll give it a shot with the code that will be posted later tonight just in case I didn't miss something.
Posted By Shilok Apr 04, 2025 07:14:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Yes, I read about concurrent sessions and multiple users but how are we to do that is still undecided. But on script part, it seems that Optix is missing FT View prebuilt equivalent of "global connections" so this would have to be done in Net Logic. If that's the case, are you aware of anything ...
Posted By Shilok Apr 03, 2025 07:19:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
As some of the PLC strings displayed on Optix panel are in other languages, I would need to send //actuallanguage (en-us,es-mx etc) string to PLC for processing. This locale/language is part of "user" setup but it can be also changed from screen push button. I could add action to pushbutton ...