12-21-2010 06:42 PM
Is there Expect library for LabWindows
Solved! Go to Solution.
12-22-2010 02:55 PM
Hi dtadenev,
Unfortunately CVI does not have a built in library that supports Expect. It's possible that you may find third party libraries by scouring the internet but we don't provide one ourself.
12-23-2010 11:02 AM
I’d advise to think about adding expect.h to LabWindows. It may help somebody like myself to handle interactive applications easier.
Thank you for clear answer.
12-23-2010 11:51 AM
Hi Raj,
Do you have any idea how to use Expect scripts in LabWindows application?
Thank you and have a nice Holidays,
dtadenev
12-27-2010 12:55 PM
What are you trying to do with an Expect script? It's not really something native to CVI, you may have more luck researching how to use Expect from C.
12-27-2010 04:13 PM
Well, I've got iBiquity exciter on local network and I am thinking to buy NI PXI system for HD-radio test automation. There are existing Expect scripts for that exciter here. So I need a solution of using them from CVI application.
12-28-2010 11:53 AM
Maybe try libexpect. It might be a good place to get started.