06-12-2006 12:19 PM
06-13-2006 12:55 PM
Mr Bean,
You actually won't find a property node in LabVIEW for changing the names of those buttons. The names of those buttons are populated at runtime by the SequenceFileViewManger. It actually pulls the names of the entrypoints from the process model that sequence uses. If you open teststand, the process model for an open sequence file will be listed at the bottom right. You can double-click it to open.
We STRONGLY recommend backing up your process model before making changes to it, or better yet, copying the process model into the \TestStand 3.5\Components\User directory, and then modifying that version. This way you will have a secure copy in case anything goes wrong. Also your other sequences will continue to use the old process model.
After you open the process model, use the dropdown box to select "All Sequences." The red icons that you see are your entry points. You can change the name of the entry point by right-clicking on it, and opening the properties window. Then under "Model" replace the entire "Entry point name expression" with the name you would like to appear on your operator interface.
Hope this helps!
Josh W. | National Instruments | Applications Engineering
06-13-2006 02:55 PM
06-13-2006 02:57 PM
06-13-2006 03:51 PM
I may have discovered the answer to my question. In addition to the obvious problems I'm having with my GUI right now (I will accept any suggestions for how to get the sequence file list on the left to appear along with (preferably on the same tab as) the Sequence File Tab), you can see on the far right, where the two buttons for the entry point show up, the error message "string not found...language resource". However, I'm not sure exactly which string it's referring to - the new text I typed in the process model sequence file, or the name of the button.
06-27-2006 10:17 AM
06-27-2006 10:31 AM - edited 06-27-2006 10:31 AM
Message Edited by Dennis Knutson on 06-27-2006 09:33 AM