
Signature
alan.dawes@argonet.co.uk
alan.dawes@riscos.org
Using an Acorn RiscPC
> In article
> <e9752f90-7f53-4229-82e8-03dba2114...@k19g2000yqc.googlegroups.com>,
[quoted text clipped - 14 lines]
> nolonger perfect little children "seen but not heard" who don't talk back
> to you, By having no motor to pulse it bceomes a sulky teenager :-)
Some confused terminology and umderstanding there.
Properly designed decoders have never been "seen but not heard" on the
programming track. They don't "talk back" to the programmer but simply
answer yes or no by pulsing the motor. It's nothing to do with back
emf. It's simply the extra current drawn by the motor that is detected
by the programming hardware. All that is called for is an extra 60mA
for 5ms.
Assuming the programming track, wheels, etc are clean then it's
posssible to write to a decoder with no motor or other load connected,
you just can't check the results.
MBQ
simon - 26 Jul 2010 13:19 GMT
On Jul 26, 11:19 am, Alan Dawes <alan.da...@argonet.co.uk> wrote:
> In article
> <e9752f90-7f53-4229-82e8-03dba2114...@k19g2000yqc.googlegroups.com>,
[quoted text clipped - 15 lines]
> nolonger perfect little children "seen but not heard" who don't talk back
> to you, By having no motor to pulse it bceomes a sulky teenager :-)
Some confused terminology and umderstanding there.
Properly designed decoders have never been "seen but not heard" on the
programming track. They don't "talk back" to the programmer but simply
answer yes or no by pulsing the motor. It's nothing to do with back
emf. It's simply the extra current drawn by the motor that is detected
by the programming hardware. All that is called for is an extra 60mA
for 5ms.
Assuming the programming track, wheels, etc are clean then it's
posssible to write to a decoder with no motor or other load connected,
you just can't check the results.
MBQ
===========================
So to read an address does programmer send numbers till get a yes ?
Cheers,
Simon
manatbandq@hotmail.com - 26 Jul 2010 14:59 GMT
> <manatba...@hotmail.com> wrote in message
>
[quoted text clipped - 37 lines]
> ===========================
> So to read an address does programmer send numbers till get a yes ?
In paged mode, yes. If the CV is set to 255 this is rather
unfortunate. In direct bit mode it queries each bit of a byte which
only requires 8 tests and is much faster. All modern decoders should
support the latter but there are still some differences of
implementation that can make life difficult.
MBQ
Sailor - 27 Jul 2010 12:01 GMT
On Jul 26, 1:18 pm, "manatba...@hotmail.com" <manatba...@hotmail.com>
wrote:
> > In article
> > <e9752f90-7f53-4229-82e8-03dba2114...@k19g2000yqc.googlegroups.com>,
[quoted text clipped - 29 lines]
>
> MBQ
So how does one "read" a CV value? ESP perhaps!
PA
simon - 27 Jul 2010 12:33 GMT
On Jul 26, 1:18 pm, "manatba...@hotmail.com" <manatba...@hotmail.com>
wrote:
> On Jul 26, 11:19 am, Alan Dawes <alan.da...@argonet.co.uk> wrote:
>
[quoted text clipped - 34 lines]
>
> MBQ
So how does one "read" a CV value? ESP perhaps!
PA
See what the loco does in terms of the setting.
But it might be better if we knew what you want to do and with what ?
Cheers,
Simon
manatbandq@hotmail.com - 27 Jul 2010 12:49 GMT
> On Jul 26, 1:18 pm, "manatba...@hotmail.com" <manatba...@hotmail.com>
> wrote:
[quoted text clipped - 36 lines]
>
> PA
As I said, the decoder can answer yes or no. You just have to ask it
the right questions :-)
MBQ
Chris - 28 Jul 2010 21:13 GMT
> On Jul 26, 1:18 pm, "manatba...@hotmail.com"<manatba...@hotmail.com>
> wrote:
[quoted text clipped - 36 lines]
>
> PA
With an appropriate command station or PC/Mac connected to the DCC
system decoders can be read by these systems asking the decoder for CV X
what each bit is set to. If the bit is set the decoder turns the motor
and the command station interprets this as the bit is set. So for each
CV this done 8 times, 8 bits in a byte. For older decoders this is done
up to 255 times. Note not all command stations can read decoders back.

Signature
Chris
Sailor - 29 Jul 2010 08:17 GMT
> > On Jul 26, 1:18 pm, "manatba...@hotmail.com"<manatba...@hotmail.com>
> > wrote:
[quoted text clipped - 50 lines]
>
> - Afficher le texte des messages précédents -
That makes good sense. With the exception of the functions commands
the rest of the cvs all relate to motor activity. Equally the absence
of ac on the programming track (Hornby Elite) infers that the sole
power applied to the chip is during read or write activities so using
the motor as a load would modify the line volts.
manatbandq@hotmail.com - 29 Jul 2010 10:13 GMT
> > > On Jul 26, 1:18 pm, "manatba...@hotmail.com"<manatba...@hotmail.com>
> > > wrote:
[quoted text clipped - 56 lines]
> power applied to the chip is during read or write activities so using
> the motor as a load would modify the line volts.
Using the motor as load alters the *current*. It's that which is
detected to determine if the decoder answered yes or no.
MBQ