List of Contributions

craig1850

Contact Details

craig1850


My Content

1 to 20 of 50+ total
Posted By craig1850 Jul 30, 2026 11:55:37 PM
Found In Egroup: FactoryTalk Optix
\ view thread
As I suspected, I was missing something obvious. I had no idea about the event logger editor. Well, maybe these posts will help someone else.
Posted By craig1850 Jul 30, 2026 11:39:53 PM
Found In Egroup: FactoryTalk Optix
\ view thread
As a follow up question, how does the Area variable show up here in the event arguments? Say I wanted to add another variable to the Digital Alarm, which I did as a test. I tried to add the test variable as an "event field to log" in the AlarmsEventLogger2, but it doesn't show up as a selection. I feel ...
Posted By craig1850 Jul 30, 2026 08:36:55 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Thank you, it works.
Posted By craig1850 Jul 29, 2026 05:57:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I downloaded the Training_AlarmsWithArea sample project from Github. I need this exact functionality in a project, but the alarm banners are not showing as you can see in the picture. I have not modified the project in any way. Just fired it up to test it out. Why are the Alarms Banners not showing. ...
Posted By craig1850 Jul 21, 2026 07:42:59 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Use labels (inside a rectangle if you need a background color) to display the date and time instead of textbox?
Posted By craig1850 Jul 15, 2026 07:49:58 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Global style "Accent text color"
Posted By craig1850 Jul 14, 2026 09:26:05 AM
Found In Egroup: FactoryTalk Optix
\ view thread
No problem. There aren't too many questions on here that I am able to answer. Haha. Anyway, I find it confusing as well when I have to write expressions like that.
Posted By craig1850 Jul 14, 2026 07:45:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
That would be the Global "Accent color"
Posted By craig1850 Jul 13, 2026 05:31:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I used a couple spinbox and label to see if I could do it. I think you can adapt this for your situation?
Posted By craig1850 Jul 13, 2026 04:54:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I believe that is the Global "Focus color"
Posted By craig1850 Jul 02, 2026 08:01:57 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I had installed VS 2026 side by side with VS 2022, so I just went back to letting Optix Studio automatically pick the code editor, and it reverted back to VS 2022.
Posted By craig1850 Jul 01, 2026 07:42:50 AM
Found In Egroup: FactoryTalk Optix
\ view thread
Ok, that's what I was thinking. Thanks
Posted By craig1850 Jul 01, 2026 04:14:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I tested Visual Studio 2026 with the latest version of Optix Studio. I just tried some simple test code, and the code seemed to execute fine, but it was like Visual Studio knew nothing about Optix. Like no intellisense and the solution explorer did not list any of the .cs files. Is VS 2026 compatible? ...
Posted By craig1850 Jun 18, 2026 08:07:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I just went through a similar situation trying to pass an image file path with C#. I did discover that "ns=9;" was tacked on front. Could you elaborate further on ns=9;? How would a person know to add ns=9;
Posted By craig1850 Jun 03, 2026 04:56:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
Nice answer, thanks for the explanation. I never paid attention to this on a PC.
Posted By craig1850 Jun 03, 2026 07:50:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I understand, but my concern was the accuracy of the sensor. As I noted above with the pictures, booting up a panel that had been off for hours and had plenty of time to cool completely down already showed a CPU temperature of 30C when the room temperature was only 25C. Anyway, just thought I would note ...
Posted By craig1850 May 31, 2026 05:20:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
After reading this post FT Optix connection to CompactLogix lagging | FactoryTalk Optix, I became curious, so I checked the CPU temp on a freestanding test panel here on my bench. I know the 50C spec mentioned by CodeAssist is the max ambient operating temperature of whole panel, so I suppose the CPU ...
Posted By craig1850 May 27, 2026 09:15:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I see it now. I didn't realize the web configuration page was different from the panel configuration pages. -------------------------------------------
Posted By craig1850 May 27, 2026 08:38:00 AM
Found In Egroup: FactoryTalk Optix
\ view thread
I did not ensure that the Gateway and DNS were set. They are now. Those are items I rarely have to configure, I didn't even think about it. Yes, it works now. By the way, in the System Manager, I cannot find anywhere the Diagnostics that you referred to. Thanks for the help. ----------------------- ...
Posted By craig1850 May 26, 2026 03:31:00 PM
Found In Egroup: FactoryTalk Optix
\ view thread
I have followed the Widget Development example posted on LinkedIn by @Ash. It uses the RestSharp nuget package to fetch the weather using the Tomorrow.io API. I actually got it working. It works fine on the emulator, both Native and Web presentation engines. However, both engines fail to retrieve the ...