List of Contributions

wayne stickwood

Contact Details

wayne stickwood


My Content

1 to 15 of 15 total
Posted By wayne stickwood Dec 02, 2024 11:25:52 AM
Found In Egroup: Advanced Software
\ view thread
Thanks for the response. I updated studio to1.5.2.13, and the runtime to 1.5.0.107. I also updated Chrome and Firefox to their latest versions. I still have this issue in the combo boxes.
Posted By wayne stickwood Nov 27, 2024 07:28:00 AM
Found In Egroup: Advanced Software
\ view thread
I'm currently using v1.5.0.692 But I've noticed this issue for a few versions. When in runtime, when I pull down a combo box in the native mode, everything looks good. But when I pull down the same combo box in web mode, everything looks squished. I'm just wondering what would cause this. ...
Posted By wayne stickwood Nov 06, 2024 12:40:01 PM
Found In Egroup: Advanced Software
\ view thread
Thank you so much. Updating .NET to v8 worked.
Posted By wayne stickwood Oct 23, 2024 04:54:00 PM
Found In Egroup: Advanced Software
\ view thread
I think this is a doozy. I have been building my project for a month now and yesterday I ran into an issue with all my netlogic files. I'm using version 1.5.0.617 In this picture, you can see that all the files have 9+ issues and I can't even use the System library. I have no idea ...
Posted By wayne stickwood Oct 08, 2024 10:46:37 AM
Found In Egroup: Advanced Software
\ view thread
I just thought of my browser version, so I updated it to the latest version. Everything works as expected now on Chrome. I also tested the web page with Firefox, and it looks correct. I'll try to remember this in the future in case there is any other issues.
Posted By wayne stickwood Sep 27, 2024 12:41:00 PM
Found In Egroup: Advanced Software
\ view thread
I have the same problem with ver 1.4.21.3 and 1.5.0.617. I have a datagrid that is populated from a database query. This is what it looks like in the Native Presentation Engine This is what the same project looks like with the Web Presentation Engine The title bar doesn't work ...
Posted By wayne stickwood Sep 19, 2024 08:49:00 AM
Found In Egroup: Advanced Software
\ view thread
My question is, can you mix database data and live PLC tag data on a datagrid at the same time. I made a datagrid with a model of "ODBCDatabase" It uses a SQL query to pull data from the database. Then, for the last column, I created a dynamic link that points to a folder with objects that ...
Posted By wayne stickwood Sep 05, 2024 08:22:00 AM
Found In Egroup: Advanced Software
\ view thread
Thanks for the help. I finally got it to work with the following settings. I didn't realize that a combo box makes it's own "item" alias.
Posted By wayne stickwood Sep 04, 2024 02:30:00 PM
Found In Egroup: Advanced Software
\ view thread
I am having an issue with getting a column of data from a database table to populate in a combo box object. I am using Optix ver. 1.4.1.7 The best that I can get is the correct number of records with the name "Item" I am connecting to an ODBC server using a simple query I'm not ...
Posted By wayne stickwood Jul 25, 2024 10:03:17 PM
Found In Egroup: Advanced Software
\ view thread
I guess I wasn't clear in my last post. I am using a datalogger for the PLC inputs. It just seems that the historical data from the datalogger won't pass through the Room_Temp_Data object to the sparkline in my widget. This is the data roadmap: 1: PLC input -> 2: datalogger -> 3: "baseDataType" ...
Posted By wayne stickwood Jul 20, 2024 02:17:00 PM
Found In Egroup: Advanced Software
\ view thread
I am using the latest stable version of Optix. I have built an object that has 3 aliases, a string and 2 baseDataTypes. I am using the object as an alias itself for my widgets. I want to use the baseDataTypes to populate 2 sparklines with historical data in my widget. The sparklines ...
Posted By wayne stickwood Jun 28, 2024 05:25:00 PM
Found In Egroup: Advanced Software
\ view thread
Thanks for the replies. I guess I was hoping to implicitly see the array structure. I will continue with your solution.
Posted By wayne stickwood Jun 27, 2024 08:21:00 AM
Found In Egroup: Advanced Software
\ view thread
I must be doing something wrong. This is what my alias look like if I don't populate the "kind" variable. And I'm not able to populate the kind variable with an array. Here is the actual tag from the PLC which is an array of "P_Card_Data" and my alias when I populate kind ...
Posted By wayne stickwood Jun 26, 2024 10:00:00 AM
Found In Egroup: Advanced Software
\ view thread
I am using Otpix v1.4.0.938, the latest stable release. Can an alias be an array? I am trying to create a widget that has an alias. This alias is from a Controllogix AOI which is an array of "P_Card_Data". It is imported into Optix correctly. However, when ...
Posted By wayne stickwood Feb 16, 2024 10:47:00 AM
Found In Egroup: Advanced Software
\ view thread
Hi, I have an array of strings in Optix coming from my controllogix PLC. I want to use the length of one of the strings in a true/false condition, as in, if the length of the string is > 0.... Is there a way of using the .LEN sub-type or another method of knowing if a string is empty? ...