The info you provide is very terse.
“SF6” is probably http://www.sanfranroaster.com/sf-6lb <http://www.sanfranroaster.com/sf-6lb>
And “Watlow" I assume to mean http://www.watlow.com/products/controllers/temperature.cfm <http://www.watlow.com/products/controllers/temperature.cfm>
My hunch is you maybe just connected the cables without making sure that variables like baud speed, even/uneven, parity, stopbits are all set exactly the same on both ends.
SF should be providing that info / assistance in their manuals / service desk.
Frans
> Op 29 sep. 2015, om 02:28 heeft Nate White <wcrcompany(a)gmail.com> het volgende geschreven:
>
> Which is Modbus Error: readfloat() Modbus Error: [connection] failed to connect [rtu baud[9600]] Aline 23885
>
> This is on an SF6 with Watlow. I'm sure this is a stupid question, my apologies.
>
> Nate
> _______________________________________________
> Artisan-User mailing list
> Artisan-User(a)lists.einfachkaffee.de
> https://lists.mokelbu.de/listinfo/artisan-user
I've been using the Artisan program for some time now on an Ambex ym2 with
an Omega data logger and a 2 ghz dual core laptop. I just loaded 0.8 and
I'm hoping that I might get smoother ROR values with this version as I see
that is one of the improvements. Maybe the issue is the fast response of my
probes? Is there a way to compensate for this in Artisan? Can you make
some recommendations as to the EXTRA settings for the newer version and
maybe something up to date about the effects of using values too large or
too small? My ROR just jumps around too much and by the time it's
dropping/rising too rapidly it's almost too late for me to do anything about
it. Could I benefit (or not and why) from using over sampling or a higher
or lower sample rate? I'm at 4.0 now. Which curve smoothing values affect
real time displays and which don't? I've been reading Scott Rao's new book
and find myself evaluating my roasts and looking carefully at ROR and 1st to
drop percentages so Artisan is so useful. Thanks so much to all that have
contributed to this great program.
Fred
Hello All,
I've a freshly upgraded to 2K+ Hottop and freshly installed Artisan 0.9.8
While getting the installation all worked out I've been running beanless roasts.
When I have the heater power below 50% or the fan control below 5 the Artisan interface shows -1 rather than the actual value.
As soon as the fan or heater is raised above those thresholds the LCD displays an accurate number.
What clues do you have for fixing this?
--
Michael Rasmussen, Portland Oregon
Be Appropriate && Follow Your Curiosity
Darwin loves you.
Hi.
Usb serial ports do not exist until the usb device is plugged in. They are created dynamically. The name is determined by the operating system.
Cheers
On Saturday, November 28, 2015 1:20 PM, Rob Gardner <robmatic(a)gmail.com> wrote:
Michael,
I also use Linux w/ Artisan. Not sure if Arch uses udev, but I fixed
my debian based system so that every time I plug in my probe, I get a
consistent device name to use. The problem is basically when you
attach your serial device, whatever it may be, sometimes it shows up
as /dev/ttyUSB0, and sometimes ttyUSB1 or something else. I am not
sure what determines this naming, but I have seen it vary, and even
change on the fly. The solution is to add a udev rule that creates a
symbolic link with a constant name to point to the actual device. In
my situation, I added a file called /etc/udev/rules.d/datalogger.rules
that contains this:
ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", GROUP="plugdev",
SYMLINK="tmd-56"
This tells udev to create a symbolic link "tmd-56" to point to the
real device file. You can use the 'lsusb' command to easily find the
vendor and product ID for your device. Then I just simply tell Artisan
that my serial port is /dev/tmd-56 and it always finds it, no matter
if the probe is plugged in before or after starting Artisan. You may
need to customize the plugdev group also for your distro and add
yourself to the plugdev group. On some systems the "dialout" group is
used for serial devices.
Rob
On Sat, Nov 28, 2015 at 9:13 AM, Michael Rasmussen <michael(a)jamhome.us> wrote:
> Some general observations and questions after my first day with Artisan
> on Linux controlling a Hottop 2k+
>
>
> Observation
> If the Hottop is not connected via USB when Artisan is started the serial port
> is changed to __something__. No communication with the Hottop is possible. It
> seems this config will persist after plugging in the Hottop. (need to confirm)
> No errors are reported, even after clicking the Start button. So there's no
> feedback to the user about the misconfigured state. This might lead to "it quit
> working" problems.
> So note to self: always plug in the Hottop before launching Artisan so the correct interface is found.
>
> Good News
> Support for the FTDI has been part of the Linux kernel since version 3.5, mid 2012, so no driver installation needed.
>
> Observation
> I can control all sorts of bits on the Hottop, but not its buzzer. Seems that's not supported by the Hottop API. Shame, it would be good to create alarms that trigger it.
>
> Documentation Bug and Question
> In http://artisan-roasterscope.blogspot.de/2015/05/hottop-kn-8828b-2k.html
> Section 4.2 the illustration does not match v0.9.8 of the software.
>
> [sorry if you don't have a fixed width font for the following]
> The illustration shows [x] Button [x]Show []Mini Editor Bars[set to Value]
> The software shows [ ] Butten [ ] MiniEditor [ ] Annotations [ ] Events Bars[Set to Value]
>
> Mini Editor? What's that? Annotations?
> These aren't covered in the docs, so they'll be covered in exploring.
>
> Observation
> The documentation link goes to an article from 2013.
>
> Question
> Do you have notes on how things work? Have you shared them here?
> Is there a general Wiki for people to weigh in on what they've learned?
>
>
> Bottom Line
> Oh wow, what a great piece of software. A pleasure to use.
>
> Despite the above I was able to load it on an unsupported platform (Arch Linux) and with just a bit of work control my Hottop. Nice.
>
> --
> Michael Rasmussen, Portland Oregon
> Be Appropriate && Follow Your Curiosity
> We don't have a Cinco de Mayo party every year
> because it takes me two years to clean the house.
> ~ CindyLou Banks
> _______________________________________________
> Artisan-User mailing list
> Artisan-User(a)lists.einfachkaffee.de
> https://lists.mokelbu.de/listinfo/artisan-user
--
"If this is coffee, please bring me some tea; but if this is tea,
please bring me some coffee." -- Abraham Lincoln
"The thing about quotes on the internet is that you cannot confirm
their validity." --Abraham Lincoln
Sent from my iPalmDroidBerry7
_______________________________________________
Artisan-User mailing list
Artisan-User(a)lists.einfachkaffee.de
https://lists.mokelbu.de/listinfo/artisan-user
Some general observations and questions after my first day with Artisan
on Linux controlling a Hottop 2k+
Observation
If the Hottop is not connected via USB when Artisan is started the serial port
is changed to __something__. No communication with the Hottop is possible. It
seems this config will persist after plugging in the Hottop. (need to confirm)
No errors are reported, even after clicking the Start button. So there's no
feedback to the user about the misconfigured state. This might lead to "it quit
working" problems.
So note to self: always plug in the Hottop before launching Artisan so the correct interface is found.
Good News
Support for the FTDI has been part of the Linux kernel since version 3.5, mid 2012, so no driver installation needed.
Observation
I can control all sorts of bits on the Hottop, but not its buzzer. Seems that's not supported by the Hottop API. Shame, it would be good to create alarms that trigger it.
Documentation Bug and Question
In http://artisan-roasterscope.blogspot.de/2015/05/hottop-kn-8828b-2k.html
Section 4.2 the illustration does not match v0.9.8 of the software.
[sorry if you don't have a fixed width font for the following]
The illustration shows [x] Button [x]Show []Mini Editor Bars[set to Value]
The software shows [ ] Butten [ ] MiniEditor [ ] Annotations [ ] Events Bars[Set to Value]
Mini Editor? What's that? Annotations?
These aren't covered in the docs, so they'll be covered in exploring.
Observation
The documentation link goes to an article from 2013.
Question
Do you have notes on how things work? Have you shared them here?
Is there a general Wiki for people to weigh in on what they've learned?
Bottom Line
Oh wow, what a great piece of software. A pleasure to use.
Despite the above I was able to load it on an unsupported platform (Arch Linux) and with just a bit of work control my Hottop. Nice.
--
Michael Rasmussen, Portland Oregon
Be Appropriate && Follow Your Curiosity
We don't have a Cinco de Mayo party every year
because it takes me two years to clean the house.
~ CindyLou Banks
When I select "Roast Report" from the File menu a window with some graph pops up and then immediately disappears.
Is there some configuration required prior to using this feature?
--
Michael Rasmussen, Portland Oregon
Be Appropriate && Follow Your Curiosity
Is it still Stockholm syndrome if you feel like 'eh, they're okay' about your family?
~ Sam Grosby
Not a stupid question. I went out and double checked on the laptop I
used for roasting and it looks just like this.
I have added the DROP button back and can use that; and/or I can go
back in and put it in manually; I just wondered if this was happening
just to me ...
On 11/27/2015 5:40 PM, dave b wrote:
> Strange. I've not seen any Auto Drop issues when I use that version.
> Pardon the stupid question, but have you verified that it is still
> checked on the Config>Events page?
>
> On Fri, Nov 27, 2015 at 5:31 PM, Susan <susanjom(a)sonic.net
> <mailto:susanjom@sonic.net>> wrote:
>
> .9.8.6
>
>
> On 11/27/2015 5:09 PM, dave b wrote:
>> Susan, what Artisan version are you using?
>>
>> On Fri, Nov 27, 2015 at 1:22 PM, Susan <susanjom(a)sonic.net
>> <mailto:susanjom@sonic.net>> wrote:
>>
>> Is anyone else having trouble with Auto DROP?
>> I have had to add the DROP button back because somehow it never
>> registers automatically anymore.
>> I am not clear when it stopped, but I suspect since the
>> lastest upgrade ???
>> Sorry I can't be more helpful about that.
>> AutoCHARGE works. AUTOTP works. Just not DROP.
>>
>> Susan
>> _______________________________________________
>> Artisan-User mailing list
>> Artisan-User(a)lists.einfachkaffee.de
>> <mailto:Artisan-User@lists.einfachkaffee.de>
>> https://lists.mokelbu.de/listinfo/artisan-user
>>
>>
>
>
.9.8.6
On 11/27/2015 5:09 PM, dave b wrote:
> Susan, what Artisan version are you using?
>
> On Fri, Nov 27, 2015 at 1:22 PM, Susan <susanjom(a)sonic.net
> <mailto:susanjom@sonic.net>> wrote:
>
> Is anyone else having trouble with Auto DROP?
> I have had to add the DROP button back because somehow it never
> registers automatically anymore.
> I am not clear when it stopped, but I suspect since the lastest
> upgrade ???
> Sorry I can't be more helpful about that.
> AutoCHARGE works. AUTOTP works. Just not DROP.
>
> Susan
> _______________________________________________
> Artisan-User mailing list
> Artisan-User(a)lists.einfachkaffee.de
> <mailto:Artisan-User@lists.einfachkaffee.de>
> https://lists.mokelbu.de/listinfo/artisan-user
>
>
Is anyone else having trouble with Auto DROP?
I have had to add the DROP button back because somehow it never
registers automatically anymore.
I am not clear when it stopped, but I suspect since the lastest upgrade ???
Sorry I can't be more helpful about that.
AutoCHARGE works. AUTOTP works. Just not DROP.
Susan
I did not find archives for the list, so I apologize if this has been asked before.
Is there any way to configure keyboard shortcuts to correspond to the buttons used during a roast?
In particular, I would like to be press a key for Charge, FC, SC, and Drop.
Occasionally, I am trying to click Charge and I miss, which, of course, means I have a time offset. I know I can reposition my background (and do), but I'd not as likely miss if there were keyboard shortcuts..
Thank you,
Martin Diers