From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Calling a .SUD within a .Sud

Solved!
Go to solution

I'm having a problem Calling a .SUD  file within a .SUS file. I have done this in the past and it worked but I'm have a problem with this working now.

What I have done is Created the "Master"  interface with buttons that will call other .SUD programs.

I am working with DIAdem 2012 and am on a network drive.

 

The Command I am using is :

DataReadPath="\\eares01.vib.com\vol2_07_data_sata$\data1-1\Shared\DIAdem files\program_Thermal\Thermal Cycle

 

Call SUDDlgShow("Dialog1","Myprogram_name_Plotting_Analog.SUD")

 

Any Ideas why this will not work now?

 

Thank you in advanced for your help

 

Spidey

0 Kudos
Message 1 of 3
(5,197 Views)

Hi Spidey,

 

you should try to set the "ScriptReadPath"-Variable instead or better use the full filename in the SUDDlgShow-function.

 

Dim sSUDPath : sSUDPath ="\\eares01.vib.com\vol2_07_data_sata$\data1-1\Shared\DIAdem files\program_Thermal\Thermal Cycle\"
 
Call SUDDlgShow("Dialog1", sSUDPath & "Myprogram_name_Plotting_Analog.SUD")

 

0 Kudos
Message 2 of 3
(5,173 Views)
Solution
Accepted by topic author Spidermansrevenge

Thanks Martin

 

I tried this suggestion but I'm still having an issue.

I have a strong feeling that is Network related..

 

I need to work this issue with my IT Dept.

 

Thanks again for your help.

This forum is so helpful and I always get such a quick response!

 

Spidey

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