03-15-2018 10:17 PM
AIT429驱动在哪里下载?
06-20-2018 09:26 AM - edited 06-20-2018 09:31 AM
With PXI-C429-16 and Windows 7, and AIT_429_v2.0.0_2011_Source rebuilt with Veristand2016, while loading the database from AIT_429 custom device, got the following errors:
Error 1162 occurred at Set Menu Item Info in System Explorer Framework.lvlib:Create RTM entries.vi->System Explorer Framework.lvlib:Populate Dynamic RT menu.vi->System Explorer Framework.lvlib:RT Menu Activation User.vi->System Explorer.lvlib:System Explorer.vi->System Explorer.lvlib:System Explorer Wrapper.vi->System Explorer.lvlib:System Explorer Wrapper.vi.ProxyCaller
Anyone know what could cause that?
Thanks,
James
12-18-2019 09:40 AM
AIT 429 Read.vi Deletes the data buffer. Is there an equivalent read that doesn't delete the accumulated data? I need to poke the data while it is accumulating data to extract the last data received. I don't want to interrupt the device accumulated data as I use it for logging purposes and don't want to miss any labels.
I tried looking into both AIT Help and Owl429. The Owl functions within AIT 429 Read.vi don't specify which function deletes the data from the device. I'm guessing it would be Owl429_IRxChronMonChannel_readReadBuffer.vi that transfers the data to a temporary buffer and clears the device memory after the transfer is completed.