LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Old function not found.

Solved!
Go to solution

Hello, I am new to LabIVEW.
I'm having trouble finding the function "_browser Open Document Using DDE.vi" in the subvi created by quoting the sample vi using LabVIEW2011. I am not even in my ability to create this function. I would appreciate it if you could tell me how to find the function in this case.

PITARO_0-1690940395071.png

 

0 Kudos
Message 1 of 7
(2,097 Views)

Hi Pitaro,

 

delete that missing function and use the "sysexec" way as is already implemented!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 7
(2,069 Views)

Dear Mr. GerdW

Thank you so much for your instruction.

But I don't know where "sysexec" is or how to use it.

Please let me know.

 

Best regards.

PITARO

0 Kudos
Message 3 of 7
(2,061 Views)

Hi Pitaro,

 


@PITARO wrote:

But I don't know where "sysexec" is or how to use it.


It's already implemented and visible in your own image: there's a comment "DDE failed, use sysexec"…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 7
(2,051 Views)

What he meant was to just remove the missing function and the error case structure, as the sysexec (the gray box with the >>_ symbol) should already be working.

Message 5 of 7
(2,048 Views)
Solution
Accepted by topic author PITARO

There is also a function in the function palette that is doing the similar operation.

Programming->Dialog and User Interface->Help->Open URL in Default Browser.vi

Rolf Kalbermatter
My Blog
Message 6 of 7
(2,019 Views)

Dear all

Thank you everyone for your advice.
Your advice didn't completely solve my problem, but I was able to find a new function in the library. I'll try this out and see if it works for a while.
I am very grateful to you.

 

Best regards.

PITARO

0 Kudos
Message 7 of 7
(1,964 Views)