02-17-2010 09:54 PM
Hello,
How exactly would I execute an interrupt out transfer? Seems like all example code I can find is for LabVIEW versions that are newer than the version I have (8.5). Can anyone at least post some examples that work with 8.5
Thanks
02-18-2010 12:09 AM
In 8.6 ... Go to programming-> Instrument I/o -> Visa-> select property node...In that select class USB raw and property should be selected Out pipe. Then connect visa write to property node....give your out endpoint no. to property node by changing it to write..
You can do that it in 8.6 and can save to older version 8.5 to work in 8.5..
02-18-2010 08:54 AM
That's my problem. I don't have access to 8.6.
I was trying to follow this thread: http://forums.ni.com/ni/board/message?board.id=170&message.id=438791&query.id=1474744#M438791
But I can't download the VI's. I tried what they were talking about but I can't get anything to work
02-19-2010 01:29 PM
crazyjay,
Exactly which of those examples in that forum post do you want saved back? You can achieve this by taking a look at this KnowledgeBase: http://digital.ni.com/public.nsf/allkb/457E3ADD7D2C1E7486257323007BAC0D?OpenDocument . The screenshot on that KnowledgeBase shows the code you'd need to create in LabVIEW 8.5. Just use a USB RAW property node and select USB Settings»Out Pipe to get the same property node as in the screenshot.