I built a custom application for use with a usb camera, which i created a ni-visa usb driver for. On my development machine, the vi, as well as the built application function perfectly fine. However, when I move the camera to another PC, although MAX can see the camera and I can assign it an alias, the application cannot find the USB camera.
This is using labview 7.1 on the dev machine. The deployed machine has the visa runtime engine installed as well as MAX. The current device selection is done with a drop down that allows undefined names. I have tried manually typing in the alias and creating a constant in the block diagram with no luck. I have also tried moving the visaconf.ini with aliases define to the built application's directory with no change. Another interesting thing is that the built application on the deployed machine displays the available ports by their connect (ASRL#) instead of by alias.
I realize there is one small change or variable i need to correct, but at this point ive tried everything I can, so any help would be much appreciated.
-Steven