LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need to pick an easy tool to develope an automation testbed

I'm thinking of using Labview to develop an automation testbed to validate a newly system design. I would need all the helps out there such as:
1/ what do I need in order to design/control and vary 3 HP power supplies and temperature of a thermal chamber. All with GPIB interface.
2/ To execute some system command line interface (CLI) and to capture some sort of warning and error from system console.
Thank you,
--tony
0 Kudos
Message 1 of 3
(2,557 Views)
Hi,

"edvt" wrote in message
news:50650000000800000076D30000-1079395200000@exchange.ni.com...
> I'm thinking of using Labview to develop an automation testbed to
> validate a newly system design. I would need all the helps out there
> such as:
LabVIEW would be great for this. But remember LabVIEW is a programming
language, not a tool. It sounds to me like teststand (NI) is worth a look
(combined with LabVIEW). If it seems to fit, ask for a demo from your local
NI office. Teststand is a "sequencer", and if you need to sequence tests you
can save the time to make this in LabVIEW.

> 1/ what do I need in order to design/control and vary 3 HP power
> supplies and temperature of a thermal chamber. All with GPIB
> interface.
You need a GPIB card. NI has th
em. You also need LabVIEW drivers, or you
need to make them yourself (then you need the manual). The NI website and
the HP/Agilent website would be good to start looking. If you cannot find
them, you can always post another question in the newsgroup.

> 2/ To execute some system command line interface (CLI) and to capture
> some sort of warning and error from system console.
Exectuing CLI's is standard possible in LabVIEW (System Exec), and I think
it is also standard in teststand. Capturing text from a system console might
be more difficult, but if it can be done in e.g. c it can be done in
LabVIEW.

> Thank you,
> --tony

Regards,

Wiebe.
0 Kudos
Message 2 of 3
(2,556 Views)
Hi,

Did you mean HP as in high power or Hewlet Packert? Search the www for "high
power supply gpib" and you'll find http://www.kepcopower.com/bophi.htm .

Temperature control often use serial interfaces, but
http://www.testequity.net/products/1104 has GPIB as option. (Search for
"temperature control chamber gpib".)

Regards,

Wiebe.


"Wiebe@CARYA" wrote in message
news:40a088bb@newsgroups....
> Hi,
>
> "edvt" wrote in message
> news:50650000000800000076D30000-1079395200000@exchange.ni.com...
> > I'm thinking of using Labview to develop an automation testbed to
> > validate a newly system design. I would need all the helps out there
> > such as:
> LabVIEW would be great for this. But remember LabVIEW is a prog
ramming
> language, not a tool. It sounds to me like teststand (NI) is worth a look
> (combined with LabVIEW). If it seems to fit, ask for a demo from your
local
> NI office. Teststand is a "sequencer", and if you need to sequence tests
you
> can save the time to make this in LabVIEW.
>
> > 1/ what do I need in order to design/control and vary 3 HP power
> > supplies and temperature of a thermal chamber. All with GPIB
> > interface.
> You need a GPIB card. NI has them. You also need LabVIEW drivers, or you
> need to make them yourself (then you need the manual). The NI website and
> the HP/Agilent website would be good to start looking. If you cannot find
> them, you can always post another question in the newsgroup.
>
> > 2/ To execute some system command line interface (CLI) and to capture
> > some sort of warning and error from system console.
> Exectuing CLI's is standard possible in LabVIEW (System Exec), and I think
> it is also standard in teststand. Capturing text from a system
console
might
> be more difficult, but if it can be done in e.g. c it can be done in
> LabVIEW.
>
> > Thank you,
> > --tony
>
> Regards,
>
> Wiebe.
>
>
0 Kudos
Message 3 of 3
(2,556 Views)