I got a DeviceNet driver from Mks instruments. I am currently using DeviceNet module from Molex (USB to DNet). I am using the drivers provided my MKS, edited them in Labview to work for Molex USB to Dnet Module. When I put the Labview program into a different computer, it gave me an error saying that the driver is not loaded!. Later I figured out that you have to type in the directory of the .dll file manually, which I did. Now it loads driver sucessfully but now it comes up with an other error, " The driver is already loaded!." Thie error line goes all the way down not allowing me to communicate with the DNet module. Hopw can I get pass this error.
I have attached some screenshots to help you guys out with what I problems I am facing. I had to type in "ssdn32.dll" manually into a string and feed into the Load VI to load the driver. Now I did some runs to see whats going on. This is what I got till now
1. When you type in "ssdn32.dll" manually into a VI and apply changes and run the main.vi. This error comes up, " the driver is not loaded."
2. When I type in ssdn32.dll manually, apply changes, run the load Vi independently first and then run the main VI, this error comes up, " The driver is already loaded!".