NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Teststand-Engine and Delphi5 ?

Does Anybody use the TestStand-Engine with Delphi5 ? I started to look at
it, but didn't find out how to use some of the engine's methods and
properties.

Thanks

Martin H. Kellner
0 Kudos
Message 1 of 3
(4,685 Views)
Martin,

Currently, we don't have an Delphi examples, but we will work on a simple
example.

Put the TestStand ActiveX control on your Delphi panel. This will instantiate
the engine. This control will also act as the UIMessage Handler. You can
also refer to the simple operator interface examples in the TestStand\examples
directory.

Paul Mueller
NI

"Martin H. Kellner" wrote:
>Does Anybody use the TestStand-Engine with Delphi5 ? I started to look at>it,
but didn't find out how to use some of the engine's methods and>properties.>>Thanks>>Martin
H. Kellner>>>>
0 Kudos
Message 2 of 3
(4,685 Views)
Thanks Paul,

I got TestStand working in Delphi5:

- Calling a SEQ-File with VIs as teststeps. I didn't improve it until
now, because I couldn't read the whole ActiveX-document of the
TestStand-Engine. But it works very very basically.

Martin

Paul Mueller schrieb:
>
> Martin,
>
> Currently, we don't have an Delphi examples, but we will work on a simple
> example.
>
> Put the TestStand ActiveX control on your Delphi panel. This will instantiate
> the engine. This control will also act as the UIMessage Handler. You can
> also refer to the simple operator interface examples in the TestStand\examples
> directory.
>
> Paul Mueller
> NI
>
> "Martin H. Kellner" wrote:
> >Does Anybody use the TestStand-Engine with Delphi5 ? I started
to look at>it,
> but didn't find out how to use some of the engine's methods and>properties.>>Thanks>>Martin
> H. Kellner>>>>
0 Kudos
Message 3 of 3
(4,685 Views)