VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

opening a custom workspace tool using labview and Veristand 2017.

Solved!
Go to solution

Hello I have currently a custom workspace tool I've created that I am able to open in the Veristand workspace screen.  However when I try and open it using the open workspace tool API in labview I get Error 7 Occured at NI_VS Project ExecutionAPI.lvlib:NI Veristand - Open Workspace Tool.vi.  This is not a standard workspace tool, such as the Calibration Tool or Channel Viewer Tool.  Its one I created to interface with and CAN ECU controller.

0 Kudos
Message 1 of 2
(2,097 Views)
Solution
Accepted by topic author wade75

Just to give an update, I've figured out my problem and will post the solution I found for others that may be trying something similar.  When using the open workspace tool API in labview if the tool is not a native workspace tool you have to provide the absolute path of the tool as it pertains to the location on the host PC.  Basically enter the same path location as if you were to add the custom tool to the Workspace Window Configuration from the system definition explorer.

 

Example:  If in the Configure Tools dialog under the User Interface tree item in the System Definition file you enter the custom path "c:\Software\custom window.vi",  You would have to input that same path into the API Path Control.  Originally I though I would only have to enter the "custom window.vi" into the input similar to if I wanted to open the native calibration tool where you would input the "calibration tool" into the API.

0 Kudos
Message 2 of 2
(2,031 Views)