VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

handling workpace screens through LabVIEW APIs

Hi,

 

Am Planning to have 3 screens on the workspace window. Is there a way to select the screens programmatically from LabVIEW??????

 

-SID 

0 Kudos
Message 1 of 5
(5,532 Views)

There is not currently a way to programmatically select a screen from LabVIEW using any of the APIs.

Jarrod S.
National Instruments
0 Kudos
Message 2 of 5
(5,517 Views)

What about just calling a single screen, from LabVIEW?  Thx.

L.

0 Kudos
Message 3 of 5
(5,495 Views)

There is a function you can call to command the VeriStand Project to open the Workspace Window. This will then load the first screen of the screens file linked by that project.

 

In the VeriStand Execution palette there is a subpalette called Project which has API functions to automate operations on a VeriStand Project. You can programmatically open a project and open the workspace through these APIs. Once you have a reference to the project, you can call the Open Workspace Window and Close Workspace Window functions.

 

Open Workspace.PNG

Jarrod S.
National Instruments
0 Kudos
Message 4 of 5
(5,490 Views)

haaa yes... of course. Still getting lost in all the various avenues here. Thx.

L.

 

0 Kudos
Message 5 of 5
(5,484 Views)