LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Parse Iak-File with CVI

Hi, I need to get a similiar function like "FP Get Configuration Info.vi" within CVI. Any suggestions? Peter
0 Kudos
Message 1 of 4
(3,446 Views)
Hi Peter,

I took a look at the VI and found the DLL.
Perhaps you can use this dll.

Perhaps this helps.
0 Kudos
Message 2 of 4
(3,427 Views)
and here is the dll...

and the prototype:
uint32_t ialv_configuration_info(const CStr path, uint8_t operation, const CStr server, const CStr resource, const CStr device, Array2DUint8_t **info, LStrHandle source);

Hope this helps....CVi don't have a funtction like this

Best regards
Dippi
0 Kudos
Message 3 of 4
(3,426 Views)
Hi, thx for the answer. I know of these function, but within LabVIEW, it will get a parameter "Server", which comes from an "authorization function" FindProjectName. Can I leave this parameter empty? Another point, can I use this function without an installed LV runtime? Thx again for your help! Peter
0 Kudos
Message 4 of 4
(3,398 Views)