List of Contributions

Morley

Contact Details

Morley


My Content

1 to 20 of 50+ total
Posted By Morley Feb 20, 2026 02:35:36 PM
Found In Egroup: Advanced Software
\ view thread
So many layers with this software. -------------------------------------------
Posted By Morley Feb 20, 2026 01:43:00 PM
Found In Egroup: Advanced Software
\ view thread
I tried to put this expression in the Text field of a button and it just shows as literal text. How can you use expressions in Optix? This should show the cylinder description and Interlock text if there is an interlock. CylPBAlias is the widget alias. CylPBAlias/Desc/Cylinder_Name + Ii ...
Posted By Morley Feb 19, 2026 08:54:01 AM
Found In Egroup: Advanced Software
\ view thread
Here is the alias for the panel that will be loaded to the screen. This is browsing via alias. If go direct to 1 of 40 program tags for the sequencer it is basically the same. This is a routine that uses a UDT not a local module. -------------------------------------------
Posted By Morley Feb 18, 2026 08:45:04 AM
Found In Egroup: Advanced Software
\ view thread
Hi Szyon, almost all of our programs are packaged in AOI's with UDT's inside, or routines with UDT's. All of our Widgets need to be alias based for reuse. When I browse to the alias the tag dosent open all the way to the bit level. I this case the local AOI Cmd/Bit/0 - 31/Description contains the step ...
Posted By Morley Feb 11, 2026 03:52:52 PM
Found In Egroup: Advanced Software
\ view thread
I started getting this when starting the emulator. I don't know the cause. Could this cause the error? -------------------------------------------
Posted By Morley Feb 11, 2026 02:21:53 PM
Found In Egroup: Advanced Software
\ view thread
I am currently evaluating Optix as the PV 5510s take about 4 seconds to update AOG driven displays (Re-Use). We don't have Tech support for Optix yet. I am having some struggles with some Alias driven displays in Optix. I have the first 2 "onCourse" setup but haven't taken them yet. ---------------- ...
Posted By Morley Feb 11, 2026 11:06:00 AM
Found In Egroup: Advanced Software
\ view thread
I came in this morning and started the Optix emulator, had some sort of Ethernet driver error and the knowledge base told me to recreate the driver. I sort of messed up and deleted the driver then added one. Hence all my links were broken. I think I fixed them, but I get an error and clicking the error ...
Posted By Morley Feb 11, 2026 11:00:34 AM
Found In Egroup: Advanced Software
\ view thread
I put it on a screen with all the alias tags and it showed the value (direct addressed). I also was looking and noticed that the HMI only used 1 UDT in the AOI so I changed the link type to the UDT so that tags weren't so deep. hence .../..../.../ which is trimming I guess. In the UDT there are Strings ...
Posted By Morley Feb 10, 2026 10:04:07 AM
Found In Egroup: Advanced Software
\ view thread
A direct addressed formatted label displays. -------------------------------------------
Posted By Morley Feb 09, 2026 12:47:08 PM
Found In Egroup: Advanced Software
\ view thread
If from the second screen shot if I continue down to what I assume is Array 15 this is what I get. When I stop at the previous post everything that was displaying in other fields on the panel (String and such) display nothing. I kills the whole panel The string displays again but no float point ...
Posted By Morley Feb 09, 2026 12:30:26 PM
Found In Egroup: Advanced Software
\ view thread
This is where that path came from. -------------------------------------------
Posted By Morley Feb 09, 2026 11:00:28 AM
Found In Egroup: Advanced Software
\ view thread
It is a UDT inside an AOI. That path is what came in from the Alias tag browser. If I were to type it would just look like this except the value is not coming across with this. -------------------------------------------
Posted By Morley Feb 09, 2026 09:53:00 AM
Found In Egroup: Advanced Software
\ view thread
I am doing something wrong displaying my numeric values. The String are coming across but not Floats. WIP is the Alias name. -------------------------------------------
Posted By Morley Feb 05, 2026 09:44:22 AM
Found In Egroup: Advanced Software
\ view thread
I'm not seeing getting to the bit level description. Here is how I do it in PV5k. (State.Step==0) ? "Step " + State.Step + " - " + State.Cmd.Bit.0.@Description : (State.Step==1) ? "Step " + State.Step + " - " + State.Cmd.Bit.1.@Description : (State.Step==2) ? "Step " + State.Step + " - " + State.C ...
Posted By Morley Feb 05, 2026 09:39:05 AM
Found In Egroup: Advanced Software
\ view thread
It would be Bit/0/Description (Bit/0-31). Is this doable? -------------------------------------------
Posted By Morley Feb 05, 2026 09:18:00 AM
Found In Egroup: Advanced Software
\ view thread
I will have 5 Optix panels on my robotic cell. All 5 panels are loaded with the same HMI project, but each panel will have its own Home screen, or in the case I think just a panel on the Main screen. How can I load the proper panel with the same Home button based on the IP address of the HMI. I have ...
Posted By Morley Feb 05, 2026 09:09:51 AM
Found In Egroup: Advanced Software
\ view thread
I was able to add the description and enable extended properties.  Still can't get the bit description into the Dynamic Link. -------------------------------------------
Posted By Morley Feb 04, 2026 12:38:01 PM
Found In Egroup: Advanced Software
\ view thread
I have been using the alias tag browser. "State" is the name of the alias Bit option goes away. -------------------------------------------
Posted By Morley Feb 04, 2026 08:36:00 AM
Found In Egroup: Advanced Software
\ view thread
I have a bit sequencer that I am making faceplate for. When I create the Dynamic link and go to the table for the Key-value converter then browse to the DINT and select description the bit option goes away. If I select the bit first the description goes away. Are DINT bit descriptions not useable, or ...
Posted By Morley Feb 03, 2026 08:49:44 AM
Found In Egroup: Advanced Software
\ view thread
Sorry I was trying to display a string based on a status DINT of a cylinder AOI. -------------------------------------------