[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: GPIB on cygwin
From: |
Tatsuro MATSUOKA |
Subject: |
Re: GPIB on cygwin |
Date: |
Wed, 6 Mar 2019 18:26:21 +0900 (JST) |
----- Original Message -----
> From: Tatsuro MATSUOKA
> To: zchen; "help-octave
> Cc:
> Date: 2019/3/6, Wed 18:20
> Subject: Re: GPIB on cygwin
>
>> From: zchen
>
>> To: help-octave
>> Cc:
>> Date: 2019/3/6, Wed 09:30
>> Subject: GPIB on cygwin
>>
>>
>> I followed this instruction on faking the gpib ni library for using gpib on
>> windows (cygwin):
>>
>> https://wiki.octave.org/Instrument_control_package
>>
>> I first ran the script from the page to setup the links.
>> However I received the follow error message in Octave (4.4.1):
>> error: gpib: Your system doesn't support the GPIB interface
>>
>> please help.
>>
>
> The script generates libgpib.a from dll file.
> However, I wonder that pre-build binary involve it.
> Perhaps it is required you to install|
>
>>> pkg install -forge instrument-control
>
> manually.
From Reading the comment of script file,
you have to prepare NI libraries for GPIB on windows.
Do you have it?
If not please google, how to get it.
Tatsuro