"??? Error using ==> digitalio.digitalio at 93
Error using ==>
digitalio.digitalio>localCreateDigitalIOObject at 187
Failure to open requested data acquisition device."
>> dio=digitalio('parallel','lpt1')
??? Error using ==> digitalio.digitalio at 93
Error using ==>
digitalio.digitalio>localCreateDigitalIOObject at 187
Failure to open requested data acquisition device.
-----------------------------------------------------------
Another thing related: the simulink digital output block
does not show the parallel port.
Before someone suggests: I'm an administrator user and the
winio starts up on boot!
Thanks in advance!
Subject: Re: Unable to create digitalio object for parallel port
"Levy " <levy@pssolucoes.com.br> wrote in message
<fv090a$27m$1@fred.mathworks.com>...
> Hi, Folks,
>
> Why do I get the error message:
>
> "??? Error using ==> digitalio.digitalio at 93
> Error using ==>
> digitalio.digitalio>localCreateDigitalIOObject at 187
> Failure to open requested data acquisition device."
>
> after the following command sequence?
>
> ------------------------------------------------------
> >> daqhwinfo
>
> ans =
>
> ToolboxName: 'Data Acquisition Toolbox'
> ToolboxVersion: '2.11 (R2007b)'
> MATLABVersion: '7.5 (R2007b)'
> InstalledAdaptors: {3x1 cell}
>
> >> ans.InstalledAdaptors
>
> ans =
>
> 'nidaq'
> 'parallel'
> 'winsound'
>
> >> dio=digitalio('parallel','lpt1')
> ??? Error using ==> digitalio.digitalio at 93
> Error using ==>
> digitalio.digitalio>localCreateDigitalIOObject at 187
> Failure to open requested data acquisition device.
> ---------------------------------------------------------
--
>
> Another thing related: the simulink digital output block
> does not show the parallel port.
>
> Before someone suggests: I'm an administrator user and
the
> winio starts up on boot!
>
> Thanks in advance!
Hello
I cannot comment on the error above, but if you intend to
use parallel port for data acq. Then I might suggest you
to use this uility found here
(http://www.usd.edu/~schieber/psyc770/IO32.html). Its very
fast and doesnt require you to have the DAQ toolbox
installed.
HTH
Vihang
Subject: Re: Unable to create digitalio object for parallel port
Log in as the administrator of the PC, run MATLAB and execute:
daqregister('parallel')
If this succeeds it means the parallel adaptor was
successfully registered and you can log out, log in as
yourself and continue working with the parallel adaptor.
Sherryl
Subject: Re: Unable to create digitalio object for parallel port
>> DIO=digitalio('parallel','lpt1')
??? Error using ==> digitalio.digitalio at 93
Error using ==>
digitalio.digitalio>localCreateDigitalIOObject at 187
Failure to open requested data acquisition device.
---------------------------------------------------------
That happens in two toshiba laptops(one A45 and one A20).
In the desktops, there is no problem!
Thank you!
Subject: Re: Unable to create digitalio object for parallel port
Public Submission Policy
NOTICE: Any content you submit to MATLAB Central, including personal information, is not subject to the protections which may be afforded information collected under other sections of The MathWorks, Inc. Web site. You are entirely responsible for
all content that you upload, post, e-mail, transmit or otherwise make available via MATLAB Central. The MathWorks does not control the content posted by visitors to MATLAB Central and, does not guarantee the accuracy, integrity, or quality of such content.
Under no circumstances will The MathWorks be liable in any way for any content not authored by The MathWorks, or any loss or damage of any kind incurred as a result of the use of any content posted, e-mailed, transmitted or otherwise made available
via MATLAB Central. Read the complete Disclaimer prior to use.