12-25-2008 01:51 PM
people have been asking for a Twain driver for labview since 2000, why have you not provided one? stop referring to 3rd party vendors and release a driver.
there are more scanners, webcams, cameras available with a Twain driver than any other hardware. There are millions and millions of devices available. put out a labview driver.
12-26-2008 08:54 AM - edited 12-26-2008 08:59 AM
Instead of complaining everywhere on these forums (already 3 similar posts !), you should spend some time (less than 10 mins - is that too much ?) to develop your own application.
Unexperience or lazyness has never been an excuse for being aggressive and insulting !
First, dowload the activeX TWAIN control from Ciansoft (there is a free trial version, fully operationnal, that just write a small line of text at the top of the recorded image).
Then code your own scanning application with a few clicks, as shown in the diagram below.
12-27-2008 12:01 AM
12-27-2008 12:03 AM
some demo hack code that puts some crap on the file is completely unprofessional and unacceptable. go to Basler and get their Pylon Twain driver.
12-27-2008 02:43 AM
12-11-2009 12:14 PM
I'm trying to figure out how to impliment the example .vi that Chilly Charlie posted, but keeping getting an error at the ITwain (select device) property node that reads "Null Refnum was passed in as input. Does anyone have any insight into what I'm doing incorrectly?
Thanks
12-14-2009 05:09 PM
12-01-2013 05:56 PM - edited 12-01-2013 05:56 PM
You are both correct. NI should provide a TWAIN driver AND sometimes you have to dig deep to find a solution. Here is my solution to the problem (posted in LV 8.0). Thanks to Ian Chester for assisting me this weekend. Outstanding support on a holiday weekend!!
You need to install the ActiveX driver (trial version) FIRST then run the attached example. I looks at several TWAIN drivers and theirs it the best price AND it works. $330 for a full corporate license and $110 for individual is very reasonable.
http://www.ciansoft.com/twaincontrolx/default.asp
It it doesn't work first time look at select source index OR read the manual. Yes, sometimes you need to read the manual.
http://www.ciansoft.com/twaincontrolx/manual.htm
Hope this helps everyone in the NI community and lets all get along ;)) I have about 3 hours invested in this solutions for a customer that will be very pleased I was able to create a solution to their issue over the weekend.
Matt
Additional Information:
Tested with: CanoScan 5600F
Hi Matt,
If the program is crashing when you call Acquire that usually indicates a problem with the scanner driver. Try setting the property UseNewDSM to False, and do this before you call any other methods or properties of TwainControlX. This forces an older version of the TWAIN Source Manager to be used. Some drivers behave better with this older version instead of the newest one.
Regards, Ian
Pricing 11/2013
1.The prices for TwainControlX licenses are: Single User License: $110 2 User License: $150 5 User License: $210 Corporate License: $330
VERY reasonable pricing to be successful.
02-17-2022 03:23 AM
Hi Matt,
Thank you for your help.
I am using your example and it is working, okay.... some things here and there don´t work but it is fine. For example with my Canon Scan LiDE 210 the brightness and contrast control does not work.
Could you tell me how did you create the first block for your Vi?
Kind regards,
Francisco