 Jauron
		
			Jauron
		
		
		
		
		
		
		
		
	
			01-31-2012 11:54 AM
DAQmx Create Channel (DO-Digital Output).vi:1
Device Specified: 0
Suggested Device(s): Dev2, Dev1
Task Name: _unnamedTask<9>
Device identifier is invalid.
This is the error message I am getting the first time I am trying to communicate to my instruments.
I am using a PCI-6221 & PCI-4462.
I have the Device names defined in MAX ( Dev1 & Dev2), and when I initialize my station, comms are fine...
Any suggestions??
02-01-2012 03:50 PM
Hi Jauron,
How are you trying to communicate with these devices? It looks to me like you have a device specified as Dev1 and Dev2, but you are trying to communicate with device 0. In your creat Digital Output Channel function, what are you specifying for the input "line"?
Let us know and we will definitely help you get up and running!
02-02-2012 07:11 AM
Thanks for the reply Ben.
I was able to solve the problem. I had a bas Class Virtual library, and was able to replace it, and everything works now.
 hendr031
		
			hendr031
		
		
		
		
		
		
		
		
	
			08-14-2013 10:50 AM
I am facing same problem,
Error -200220 occurred at DAQmx Create Channel (DO-Digital Output).vi:2
Possible reason(s):
Device identifier is invalid.
Device Specified: Dev2
Suggested Device(s): Dev1
Task Name: _unnamedTask<2>
New to Lab View..I am switched to new PC...
Please tell me solution for this???
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			08-14-2013 05:05 PM
 SnowMule
		
			SnowMule
		
		
		
		
		
		
		
		
	
			08-14-2013 05:14 PM
Open up MAX.
Clean up or rename devices you're not using.
In general, hard-wiring DAQmx devices to a specific Dev# can be problematic when moving machines or replacing DAQs.
I try to do an auto-scan and pick the appropriate model through property nodes rather than hard-code it.
 hendr031
		
			hendr031
		
		
		
		
		
		
		
		
	
			08-15-2013 11:53 AM
The screen shot of MAX
 hendr031
		
			hendr031
		
		
		
		
		
		
		
		
	
			08-15-2013 12:01 PM
 Dennis_Knutson
		
			Dennis_Knutson
		
		
		
		
		
		
		
		
	
			08-15-2013 12:25 PM
 SnowMule
		
			SnowMule
		
		
		
		
		
		
		
		
	
			08-15-2013 12:31 PM - edited 08-15-2013 12:32 PM