NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Operator interface Entrypoint through Digital IO (DIO)

Hi,

 

I need to Start, Stop, Abort the Teststand Simple Operator Interface with  Hardware  Switches 

 

Issues is to connect the ActiveX  Controls(Entrypoints) with the H/ W  Switch  read thr´ DIO

 

The teststand Entrypoint  Buttons are Active X  and they dont let value signalling  or any other method to let  Interact with the Teststand Engine.

 

Has any one worked on the same.

 

Any NI notes for the same!

 

regards

akshay

0 Kudos
Message 1 of 4
(3,769 Views)

As an example, the Test UUTs entry point button is connected with:

 

                this.axSequenceFileViewMgr.ConnectCommand(this.axEntryPoint1Button, CommandKinds.CommandKind_ExecutionEntryPoints_Set, 0, CommandConnectionOptions.CommandConnection_NoOptions);

The way to invoke the same action as it will invoke when pushed is:

 

               this.axSequenceFileViewMgr.GetCommand(CommandKinds.CommandKind_ExecutionEntryPoints_Set, 0).Execute(true);

0 Kudos
Message 2 of 4
(3,763 Views)

Hallo James,

 

thnks for the response

Tried this method   alas always get Invalid index error

 

I use labview as my  development enviornment

0 Kudos
Message 3 of 4
(3,742 Views)

Hi James,

unfortunately the mthd doent give expected response

0 Kudos
Message 4 of 4
(3,695 Views)