02-08-2017 11:03 AM
I'm receiving this error upon initialization of my program. I'm using a manufacturer-supplied initialization function from MicroFab. Can anyone tell me what it is/how to fix it? Thanks in advance!
Picture attached.
02-09-2017 10:00 AM
Hi atavasoli,
What specific device are you trying to control, or where did you get the driver? If you can provide a source for the driver, I'll be able to look at the code and give better insight.
Just from the image, it looks like there's an input going into a property node in your Initialize VI that isn't supported in the LLB. In order to determine what property this is or how to fix it, I'd need to see what's actually inside that first VI.
These kinds of drivers usually install with a readme, which could give you some insight on how to manage this error or how to use the function without passing in an unsupported property. You might be able to find the driver readme in:
C:\Program Files (x86)\National Instruments\LabVIEW 2016\instr.lib\<Your Driver Name Here>
03-01-2017 11:39 AM
Thanks for replying! After some struggling I realized that the manufacturer didn't write the init file and that it needed to be ordered separately because their driver isn't publicly available. Thanks anyways!