04-08-2016 04:48 AM - edited 04-08-2016 04:49 AM
Hello,
I want to open the full featured teststand interface in a subpanel.
Problem is that I get a message "Labview: This property is read only while the VI is in a subpanel" and after clicking OK teststand in the subpanel stops running.
I am using labview and teststand 2009.
04-13-2016 06:23 AM
Can someone please help me with the question below?
04-13-2016 09:31 AM - edited 04-13-2016 09:31 AM
I've never tried to embed a full TestStand UI inside of a VI. It would be nice if the error message were a bit more descriptive.
I'd look at the Property Nodes which are set to Write during the TestStand UI initialization. Depending on which one it turns out to be, there may be a workaround that would involve coding around that property in the TestStand UI.
04-13-2016 03:25 PM
It works when using labview 2014.
But I have to make it work in 2009, 2014 is not an option.
When not calling the teststand gui in a subpanel it also works.
So I don't know why this error appears when calling it in a subpanel.
04-13-2016 03:52 PM
@InspectorGadget123123 wrote:It works when using labview 2014.
...
Interesting. It still breaks the same way for me in LabVIEW2015.
Regardless, it still looks like something in the UI code setting a bad property.
Most likely candidate is FPWinPanelBounds. Try disabling that portion of your UI initialization code and see if it fixes the issue.
04-15-2016 02:23 AM
Spend alot of time.
But I now made the decision to call de TS GUI not in the subpanel.
There will be a time that I may install 2014 on it to make it work.
Thanks for the reply's!