Thank you - I have the RH Designs, and the crosshairs are like those; I also have Nicholas' meter which has thicker lines. The DA meter is easier to see.
(I should mention that it's nigh impossible to see the meter hole on the RH designs when exposing for dark areas - I have the latest version)
Final edit - I also have your densitometer, and even with the light on, I still can't measure 135 negs as I'd like; taking multiple measurements to find darkest areas, perhaps it's me. FWIW, I can't be any more satisfied with it
EMC compliance has been an interesting situation as of late. Right now my concerns have more to do with power supplies and emissions, rather than the signal immunity case discussed at length above. So most of my testing has involved measuring conducted emissions on the power cables, rather than running the meter probe next to someone's terrible non-compliant buck converter.Looks very good! Any updates on the EMI/RF compliance? Also, can you provide the supplier/part number for those keycaps?
Yeah, the top buttons are from the Marquardt 6425.xxxx series. 3 variants, actually. One normal design, one with an embedded LED, and one that's slightly narrow so this elongated guide piece can fit on top to allow for the longer expose/focus buttons.EDIT: They appear to be for MARQUARDT 6xxx series switches
No. I'm using a 6-pin Mini-DIN cable for the meter for the sake of convenience, as it lets me re-use the massive existing stock of PS/2 style cables and connectors out there. However, the protocol itself is quite different.
Its based on I2C, with extra pins for the sensor interrupt and the push button. The design goal is basically to avoid needing to put a microcontroller inside the meter probe itself, while also being able to support different meter probe variants with different sensors. So beyond various bits of support circuitry, there are basically 3 functional components inside the meter probe itself:
Of course I did use a pin-out similar to PS/2, so it probably wouldn't harm a computer if you did plug it in. And it wouldn't harm the Printalyzer Timer if you plugged a keyboard or mouse into the port. But it wouldn't actually do anything useful.
- The light sensor
- A small memory chip that's programmed with the meter probe ID and any calibration values for the sensor
- The push button
The way the probe is constructed, the user's hand is unlikely to get close enough (or conduct enough heat) to the actual sensor element to make a difference. And if this sensor performs anything like the sensor I'm using in my densitometer, the amount of temperature swing needed to have a noticable impact on readings would far exceed what a human operator would be willing to tolerate. Its still probably worth testing, though, even if to see where the limits are.You might want to add an I2C temperature-sensor to the probe, allowing you to calibrate-out temperature-based shift in the lux-sensor, in case it's significant.
Summer/winter temps can be quite different, and if the user leaves his hand on the probe, it might become considerably warmer.
Mark
The way the probe is constructed, the user's hand is unlikely to get close enough (or conduct enough heat) to the actual sensor element to make a difference. And if this sensor performs anything like the sensor I'm using in my densitometer, the amount of temperature swing needed to have a noticable impact on readings would far exceed what a human operator would be willing to tolerate. Its still probably worth testing, though, even if to see where the limits are.
For example, I wouldn't want to do any sort of logarithmic brightness control on 8-bit. Perhaps not even brightness control at all. And I certainly can't use a contrast LUT with a clean 0-200 scale for 8-bit either. But it all fits in quite nicely with 16-bit.
But one thing that I think is worth doing, is making it operate in the same "units" as dichroic adjustments (and Kodak viewing filters) to make the user experience better.
it's imperative that it is linked to CC and CP filter values.
When this happens, rolls, often sold 2 or more in a case pkg will be it
Not really.
Rolls are fine. I and many others use this approach and its cost effective and quite convenient.
It doesn't have to be all that complicated.
I still want to support everything that might get hooked up. But I'll probably have to disable the majority of the nice features when in 8-bit mode and provide controls similar to what the Intrepid control box is doing. And I do want it to be possible to run the Intrepid head or ones like it.1. For B&W, 8-bit PWM is poor, even without brightness control. Here's why:
At the lowest contrast with Ilford and Foma papers, one still needs a little blue, because without it the curve has a shoulder that's too long. A little blue lets one reach D-Max with a reasonable exposure. In my calibrations, that "little blue" is around six stops below green (assuming equal power in G and B LED-chains).
With 8-bit, if green=255 (i.e., at max), then blue=4. That is poor resolution in blue. I'd say one needs at least 10 bits to print low contrasts accurately enough.
Adding a brightness control of say 4 stops adds 4 bits. Now we're at 14 bits.
Hence my suggestion: Don't even support 8-bit PWM.
The manual for the Heiland B&W control box gives a table (in fictitious 0-200 unit increments) for how it maps each grade to a blue/green setting:2. Another consideration regarding brightness and contrast:
When changing contrast below grade 4, Ilford's filters keep light tones constant.
To do that with LEDs, a contrast-change will need a corresponding brightness-change to keep the highlight probe-measurement unchanged (stationary on the display). If you simply keep G or B at its max, then a contrast-change will cause all measured points to move, which will irritate the user. I suggest keeping the rightmost point (highlight) stationary, as doing so fits well with the popular approach of setting exposure for highlights and contrast for shadows.
3. A note for everyone: The Arduino Uno (ATmega328p) has only two 16-bit PWMs; the rest are 8-bit. That makes it unsuitable for color. For color, I suggest using a higher-end Arduino, or a PIC18 (works well for me), or a 32-bit MCU.
Mark
The newer Arduino UNO R4 Minima uses a Renesas RA4M1, which is a far more modern microcontroller running at a higher clock speed that's capable of doing everything you'd actually want here. (its probably overkill, actually) You just might need to code around the Arduino framework to get it to do those things.
I also read about the Renesas RA4M1 microcontroller. That thing is impressive!
Perhaps the Raspberry Pi Pico would be better than the Uno R4, as its schematic and photo show a 12 MHz crystal on board, and it can run at 1.8-5 volts according to the blurb about it. Maybe Derek could use this in his reference designs (hint hint).
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?