This message has been checked for viruses but the contents of an attachment may still contain software viruses, which could damage your computer system: you are advised to perform your own checks. Email communications with the University of Nottingham may be monitored as permitted by UK legislation.
There have been two revisions of the OptiCAL hardware. Only the first
version could be used as a voltmeter but that has not been sold for
many years (i.e. >10 years). I think it would be sensible to remove
the voltage mode from your python interface.
Regards
Steve
On Dec 8, 4:15 pm, Valentin Haenel <valentin.hae...@gmx.de> wrote:
> Dear Steve,
>
> sorry for not replying any earlier, i was a bit busy with some other stuff.
>
> Thank you for putting the errata online, until now i had just extracted the
> conversion formulas from Walter F. Bishof's python interface, and its good to get the
> exact details from you.
>
> I have included that link in the docstring of the OptiCAL object at:http://github.com/esc/pyoptical
>
> There is one other question i would like to ask though. The old user guide
> mentions something about a voltage mode. However judging from the connection
> diagram this mode may no longer be supported with more recent versions of the
> OptiCAL. Furthermore if i try the voltage mode with the Windows based Light Scan
> tool, i always get a reading of zero. Would it make sense to remove support for
> the 'voltage' mode?
>
> best wishes
>
> Valentin
>
> * Steve Elliott <steve.elli...@crsltd.com> [091120]:
>
>
>
> > Dear Valentin
>
> > Here is the errata for the manual:
>
> > OptiCAL User's Guide v4.02
>
> > Page 15: Reading EEPROM
>
> > The byte at any OptiCAL EEPROM address can be read in one of two
> > ways:
>
> > Add 128 to the address (as shown in the manual)
>
> > Send 2 bytes: the first being 'R' [52(Hex)] and the second being the
> > ASCII equivalent of the binary address. For example: to read address
> > number 48, send two bytes: 'R' followed by '0' (ASCII 48) or send only
> > one byte '°' (ASCII 176 = 128+48).
>
> > NOTE: the addresses in the EEPROM table are in decimal format not Hex.
>
> > Page 16: Reading ADC Values
>
> > The command should be 'L' or 4C(Hex) and not 'R' or 52(Hex) as
> > stated.
>
> > Page 18: Luminance Equation
>
> > The luminance equation is incorrect and should read:
>
> > Luminance = ((ADCadjust/524288)*Vref*1E-6)/(Rfeed*Kcal*1E-15)
>
> > I'll put the documentation into the Group File area, or it can be
> > downloaded from:
>
> >http://support.crsltd.com/FileManagement/Download/9f5f62bcb3e64eb8934...
> > For more options, visit this group athttp://groups.google.com/group/psychopy-users?hl=.- Hide quoted text -
* Steve Elliott <steve....@crsltd.com> [091221]:
> There have been two revisions of the OptiCAL hardware. Only the first
> version could be used as a voltmeter but that has not been sold for
> many years (i.e. >10 years). I think it would be sensible to remove
> the voltage mode from your python interface.
Thanks for the information. I have updated interface accordingly. Sorry it took
so long.
regards
V-