Differences between revisions 1 and 2
Revision 1 as of 2011-02-26 18:51:23
Size: 892
Editor: BobAdamson
Comment: updated for new dispense
Revision 2 as of 2011-04-11 22:08:58
Size: 824
Editor: BobAdamson
Comment: everything runs on merlo now
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
On [[Martello]]: On [[Merlo]]:
Line 6: Line 6:
/etc/init.d/dispsrv stop
Line 8: Line 9:
On [[Heathred]]:
{{{
/etc/init.d/dispsrv stop
}}}
Line 13: Line 10:
Line 15: Line 13:
}}}

Finally, on [[Martello]]:
{{{

Since OpenDispense2 hasn't run for a long time, there is a chance that an error will pop up that it cannot deal with (most likely on the coke machine). Here's what to do when that happens:

On Merlo:

/etc/init.d/vendserver stop
/etc/init.d/dispsrv stop

Fire up minicom with the default config (9600bps, 8N1 on /dev/ttyS0) and try to talk to the coke machine. You should be greeted with the prompt ":" when you press enter. Enter "d7" (doesn't actually dispense anything). Enter "s" for good measure (it'll throw at you current slot names, which may be garbage, but don't worry, they'll be reset when dispense runs). Quit minicom with no reset (^B-Q) - do not eXit (with ^B-X). Then:

/etc/init.d/dispsrv start
/etc/init.d/vendserver start


CategorySystemAdministration