Just bought a new TFA/Nexus weatherstation - because i though WD was 100% working with the Nexus/Irox station?
It works only works briefly, when WD is started. It gets 9-10 data’s, and then i stops! If I close WD and start again, it only get 2 data’s - temp. is okay, but no data for the wind.
Could it be some kind of USB issue?
What could I try to solve the problem?
Everything works great on the PC version, but I’m a Mac guy 8)
I’m very sad now, after I have spend a lot of money…
the FTP does work on the Mac version
but you would need to have live data coming in OK
what shows under view, program error log
and also under view, ftp log, then close that window…you should then see the irox raw data window
the FTP on the Mac does in fact work
I use it myself
it looks like you do not have it setup correctly
have you entered a ftp server to use in the connections setup?
the access violation in the program error log is the cause of the data stopping
have you copied the settings files from the windows version?
I would try instead setting up the mac version with fresh settings
As a test, shutdown WD, then rename the WDISPLAY.INI file, then re-start WD. It should start up brand new. Once WD starts up you will need to tell it your station type. Do not enter any other settings. You need to get WD working with your station first.
There are so many pieces to the puzzle that it becomes impossible to trouble shoot. Using this method we can rule out ftp and whatever else you setup as the culprit so we can narrow in on the problem.
what shows when you run ./usbreaderirox
from a terminal window?
(first change to the correct location (cd /…/ then cd /Applications/wdisplay/
(first kill off that process (./killall usbreaderirox )
I have a problem with the read, it returns some errors
I did not used to that (but the program has not changed for a long time)
so cant test just at the moment
support of HID devices is problematic on the Mac without using more low level IO routines (IO rootkit) or using the newer hid routines from snow leopard (which I dont have…I guess I should upgrade to that)
a non HID station works good on WD for the Mac though (e.g a WMR968 or Davis VP)
Here is what came out…:
counter 1
write 5
read 34
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
Couter 1
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
Couter 2
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
Couter 3
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
Couter 4
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
Couter 5
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
Couter 6
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
Couter 7
write 5
read -1
could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
and so on…
Hope this give some tracks for you, to solve the problem…
Hi
I changed the code to use the libusbdll.dylib instead of the libcom.dylib
and now its working OK for me (i dont get those could not release interface: -6
error closing interface: -6
could not release interface: -6
error closing interface: -6
errors anymore)
and hopefully will for you to http://www.weather-display.com/downloadfiles/usbreaderirox.zip
i.e unzip to
/Applications/wdisplay/
and then try running it again (kill off the process first and also try running the setup program and enter your password, to get the ketch files loaded, and then remove and then re plug in the usb plug, to reset the usb /hid port (that worked for me))
Hi
you may not have to run the setup program, you might just have to remove and then re plug in the usb connection before running the update
I notice for me the data is out of sync at times, so I will have to work on checking /re aligning the data
I will work on that tomorrow (end of the day here for me now)