Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Data Logging 8846A (Fluke 45) on Linux

230 views
Skip to first unread message

Martin Riddle

unread,
Aug 29, 2011, 9:12:40 PM8/29/11
to
Anyone ever come across a data logging app, like the FlukeView Forms,
for Linux?
It needs MDAC (Microsoft Data Access Components), so Wine looks like it
will not work.

Thanks
Cheers


SoothSayer

unread,
Aug 30, 2011, 7:53:46 AM8/30/11
to

You cannot be all that Linux centric if you still think that wine is a
solution (or should be or ever was).

There are Windows centric distros out there meant to run only windows
apps.

I cannot imagine that there are no serial data logging apps out there
written for it that do not require the WinLosePonents requisite.

Make blue tooth device and pipe it to your phone, then...

Write "An app for that..."

Martin Riddle

unread,
Aug 30, 2011, 8:47:48 AM8/30/11
to

"SoothSayer" <SayS...@TheMonastery.org> wrote in message
news:khjp571hvc81r25km...@4ax.com...

Well, that looks like it may be the only solution at this point, 'Write
an App for it'
Luckily Qt has a graph widget, so it may not be time consuming.

Cheers


Martin Riddle

unread,
Aug 30, 2011, 9:12:59 PM8/30/11
to

"Martin Riddle" <marti...@verizon.net> wrote in message
news:j3im5s$jvi$1...@dont-email.me...

After some experimentation, using 'WineTricks' to install JET 4.0 and
MDAC. Wine allowed me to install FlukeView. But there still seems to be
a database problem and a chart graphics problem. I'll have to find some
tools to check if MDAC is operational.

Cheers


John Walliker

unread,
Aug 31, 2011, 4:58:19 AM8/31/11
to
On Aug 31, 2:12 am, "Martin Riddle" <martin_...@verizon.net> wrote:

> After some experimentation, using 'WineTricks' to install JET 4.0 and
> MDAC. Wine allowed me to install FlukeView. But there still seems to be
> a database problem and a chart graphics problem. I'll have to find some
> tools to check if MDAC is operational.

Why not run a real copy of Windows in Virtualbox? You can set it up
to have shared access to part of the Linux filesystem for easy data
sharing.

John

Martin Riddle

unread,
Aug 31, 2011, 12:15:12 PM8/31/11
to

"John Walliker" <jrwal...@gmail.com> wrote in message
news:1a0c7902-38c4-43cb...@s7g2000yqd.googlegroups.com...

John

This is an experiment in just using Linux. I'm not sure if the box can run a
VM since there is only 500meg of memory.

Cheers


Nico Coesel

unread,
Aug 31, 2011, 1:12:06 PM8/31/11
to
"Martin Riddle" <marti...@verizon.net> wrote:

>
>"John Walliker" <jrwal...@gmail.com> wrote in message
>news:1a0c7902-38c4-43cb...@s7g2000yqd.googlegroups.com...
>On Aug 31, 2:12 am, "Martin Riddle" <martin_...@verizon.net> wrote:
>
>> After some experimentation, using 'WineTricks' to install JET 4.0 and
>> MDAC. Wine allowed me to install FlukeView. But there still seems to be
>> a database problem and a chart graphics problem. I'll have to find some
>> tools to check if MDAC is operational.
>
>Why not run a real copy of Windows in Virtualbox? You can set it up
>to have shared access to part of the Linux filesystem for easy data
>sharing.

That is the most sensible route. In my experience Wine is not working
if Wine wasn't tweaked for the specific application.

>This is an experiment in just using Linux. I'm not sure if the box can run a
>VM since there is only 500meg of memory.

Memory is cheap these days. Just add more.

--
Failure does not prove something is impossible, failure simply
indicates you are not using the right tools...
nico@nctdevpuntnl (punt=.)
--------------------------------------------------------------

Martin Riddle

unread,
Aug 31, 2011, 11:24:02 PM8/31/11
to

"Nico Coesel" <ni...@puntnl.niks> wrote in message
news:4e5e6a45....@news.kpn.nl...


> "Martin Riddle" <marti...@verizon.net> wrote:
>
>>
>>"John Walliker" <jrwal...@gmail.com> wrote in message
>>news:1a0c7902-38c4-43cb...@s7g2000yqd.googlegroups.com...
>>On Aug 31, 2:12 am, "Martin Riddle" <martin_...@verizon.net> wrote:
>>
>>> After some experimentation, using 'WineTricks' to install JET 4.0
>>> and
>>> MDAC. Wine allowed me to install FlukeView. But there still seems to
>>> be
>>> a database problem and a chart graphics problem. I'll have to find
>>> some
>>> tools to check if MDAC is operational.
>>
>>Why not run a real copy of Windows in Virtualbox? You can set it up
>>to have shared access to part of the Linux filesystem for easy data
>>sharing.
>
> That is the most sensible route. In my experience Wine is not working
> if Wine wasn't tweaked for the specific application.
>
>>This is an experiment in just using Linux. I'm not sure if the box can
>>run a
>>VM since there is only 500meg of memory.
>
> Memory is cheap these days. Just add more.
>

It's an old box with SDram, it's maxed out. Ubuntu works well on it, but
the VM is slow as a snail.

I have a Win7 machine that will run the Fluke stuff. But it would be
great to get the MS Access ODBC running.
Partially there, I now get an error relating to sort order when creating
a mdb file. This I can sort out on my home box.
I see some have gotten it to work under Wine, so there must be something
I fudged while setting it up.

Cheers


Nico Coesel

unread,
Sep 1, 2011, 7:49:46 AM9/1/11
to
"Martin Riddle" <marti...@verizon.net> wrote:

I managed to get Orcad -more or less- working under Wine. It also
needs the ODBC. IIRC you can download these from Microsoft. There is a
FAQ on these subjects. But I strongly recommend not to invest any time
in Wine. Just get a better computer and use a VM.

Paul Hovnanian P.E.

unread,
Sep 1, 2011, 12:04:34 PM9/1/11
to
Martin Riddle wrote:

A quick Google on the topic brings up a sample VB app to read/store Fluke 45
data:

http://bytes.com/topic/visual-basic/answers/553215-how-gather-data-via-rs-232-import-excel-using-vba

Here's some more info:

http://www.ensc.sfu.ca/~glennc/e220/fluke_45.pdf

It should be pretty simple to roll your own app with whatever language you
have available on your Linux box that can open a serial port and
send/receive ASCII. If you are up to that task, that is.

IEEE-488 should be do-able as well, assuming you have the hardware and
drivers installed on your system for that bus.

--
Paul Hovnanian mailto:Pa...@Hovnanian.com
------------------------------------------------------------------
The world is coming to an end. Please log off.

Martin Riddle

unread,
Sep 1, 2011, 8:58:35 PM9/1/11
to

"Nico Coesel" <ni...@puntnl.niks> wrote in message

news:4e5f701e.3608198515@news.kpn.nl...

I agree, the last hail Mary yielded the same results. Must be something
missing.
I did get MDAC functioning, and data out of the sample databases. (I
must have
munged something in Wine on the first pass), but Flukeview generates
a 'Could not read data' error and hangs right after displaying the data
and graph.
When I have time I'll use processmon and see what other dll's are
required to run it.


Cheers


0 new messages