I am currently updating the code on which our DAQ device is communicating with within Visual Studio 2022 with .NET 4.8. DT-Open Layers is used to get devices and set and recieve DAQ values.
This is part of the code:
deviceNames = deviceMgr.GetDeviceNames()
deviceMgr.GetDevice(deviceNames[1]) <- This is where it throws an exception saying 'The Device Driver cannot be initialized'
It seems to be getting the device names just fine. Any ideas on how to fix this issue?
Question
mitchellm
I am currently updating the code on which our DAQ device is communicating with within Visual Studio 2022 with .NET 4.8. DT-Open Layers is used to get devices and set and recieve DAQ values.
This is part of the code:
deviceNames = deviceMgr.GetDeviceNames()
deviceMgr.GetDevice(deviceNames[1]) <- This is where it throws an exception saying 'The Device Driver cannot be initialized'
It seems to be getting the device names just fine. Any ideas on how to fix this issue?
1 answer to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now