03-07-2012 11:00 AM
I've been programming in LV for a couple of decades but have run across an new area I have had zero exposure to. I am having to fix/support an application written to handle multiple data streams across a network. It uses VITs. Can someone point me to a reasonable tutorial/description of VITs and how you set them up, etc?
I am a bit stumped since the code has zero documentation. There is a queue (been there and done that) but it appears that they are pushing a cluster into it and magically there is another instance of this VIT. An example or link would do wonders. I've done a bit of searching but maybe I'm not using the correct magic incantation (key words)
Thanks
Solved! Go to Solution.
03-08-2012 04:37 AM
03-08-2012 04:40 AM
aah thats were ive been going wrong Ive been waiting for a moonless night....
03-08-2012 09:49 AM
Thanks for the info. The problem is that I/we can't find anywhere that the queue is read and the vi in question is launched. There must be another vi running that shares the queue but we can't seem to find where or how it is launched. It has to be there because the vi gets launched. I love taking over spagetti code with zero comments or documentation. This is one HUGE convoluted disaster.
Due to not having worked with VITs before, I was wondering if there was some feature I was not aware of that would allow you to automatically fire one off from some type of wierd queue operation. It appears to be quite simple.......if you can find the code.
03-08-2012 10:15 AM
03-08-2012 10:16 AM
03-08-2012 04:19 PM
I'm a Texas expatriot but that is my name.
I found the code. The app was written by a consulting company and apparently they wanted to come back to do upgrades because they tried to make things as difficult to figure out as possible. They hid the launch VI's behind a white graphic so they did not show up. They obfuscated everything.as much as possible. I finally found the code after doing a bunch of find operations.
03-08-2012 04:25 PM