12-20-2011 03:06 PM
I'm using two openG vi's. write INI cluster and read INI cluster. In the development environment it works fine both ways but at runtime I'm getting an error 91 during the read. While I have checked the path at runtime and the file to verify that the new data is being updated, I'm not reading the data from the file. Anyone have experience with this issue?
12-20-2011 03:15 PM
"LabVIEW: The data type of the variant is not compatible with the data type wired to the type input."
I don't think there is anyway we are going to be able to help you with this unless you post some code showing the problem.
01-31-2017 08:17 AM
Did you solve the problem? I have the same issue.
01-31-2017 10:57 AM
It can be conflict between file structure and cluster type. It happens for me if I change type of the element (leave the same label) in cluster and file is still in old format.
02-03-2017 07:11 AM
I can't really good how you fixed that.
Can you explain me please?
Thanks a lot.
02-03-2017 09:52 AM
To fix (if this is the case), delete wrong entry in the file.
How large is your cluster? Can you post it here (2011 LV please) and the ini file?