Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

488.2 NET SendList Equivalent

Solved!
Go to solution

Hi,

 

Is there a 488.2 NET lib equivalent for the old gpib-32.obj SendList function?

I need to send the same command to selected multiple devices at the same time. Not all of the devices on the bus.

 

I found the Board.SendCommands function, but there's no way to send an address list.

 

Thanks

 

Curt

0 Kudos
Message 1 of 3
(3,156 Views)
Solution
Accepted by topic author Curt_C

Hi Curt,

 

SendList in the C API is replaced by Write in .NET. You use the Write command to send a command to an AddressCollection. You use an Add function to add new 'Address' data types to the collection.

 

This information can be found in the .NET help for 488.2. Go to Start»All Programs»National Instruments»NI-488.2»488.2 .NET Framework help.

 

This should do what you want.

 

Take care!

 

 

Tanya Visser
National Instruments
LabVIEW Group Manager
0 Kudos
Message 2 of 3
(3,136 Views)
Thanks Tanya That's just what I was looking for Happy New Year!
0 Kudos
Message 3 of 3
(3,073 Views)