04-19-2013 12:29 PM - edited 04-19-2013 12:32 PM
So I am using the config file VIs and I made some of my own VIs with additional functions for the progarm I'm working on. When I use the config file VIs on their own everything seems to work fine but then I use them from one of my custom VIs to another I keep getting a dequeue error in the "Save and Close INI.vi" VI. Below is how I have it set up right now... basically as simple as I can make it using my VIs. I attached a zip file with my subVIs and alsow the config file I was using if anyone finds time to look.
I've been trying to figure this out for a while and I j ust can't see to find any reasion why I would get a queueing error. I even dug down into the config file VIs and I'm really not sure why but it seems there is nothing in the queue.
Thanks in advance.
PS - don't mind the random notes and I know the disable is "messy" but I was just pulling it down and out of the way of what I was paying attention to.
04-19-2013 02:07 PM
It's unlike me to just give up on a problem so I kept looking at it and it turned out that my config file had a section label with no keys or values under it. This is what caused all my problems. Everything seems to be working 100% now.