add 8453 Thermostat EEM to the shop and control loops #71
@ -96,6 +96,32 @@ Specifications:
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
{% layout_text_img(src="images/Thermostat_EEM@2x.png", popup="images/origin/thermostat_eem.png", textleft=true, alt="", shadow=false) %}
|
||||||
|
|
||||||
|
##### Sinara 8453 Thermostat EEM
|
||||||
|
|
||||||
|
2600.00 USD
|
||||||
|
|
||||||
|
The Sinara 8453 Thermostat is a precision 4-channel temperature controller based on the Maxim MAX1968/MAX1969 drivers, capable of driving 8/16W into a TEC or resistive heater. The sensor interface is based on 24-bit AD7172-2 ADC.
|
||||||
|
|
||||||
|
Temperature stability better than 1mK can be achieved; typically the temperature drift is around 300µK peak-to-peak over 10 hours.
|
||||||
|
|
||||||
|
Specifications:
|
||||||
|
|
||||||
|
- Channel count: 4.
|
||||||
|
- Sensor: 10k NTC thermistor.
|
||||||
|
- Load (heater/TEC) drive: up to 8W (+-2A with 4V compliance) from MAX1968 drivers, up to 16W (+4A 4V) from MAX1969 drivers.
|
||||||
|
- Form factor: 3U module.
|
||||||
|
- Output connectors: sensor and load connect via HD44 DSUB connector.
|
||||||
|
- Programming interface: Ethernet accessible via RJ45 connector on the front panel, USB via the micro USB connector on the front panel.
|
||||||
|
- Power supply: +12V DC (4A max) supplied either by a front-panel barrel connector, via EEM - internal 100mils pin-header, or PoE (up to 30W).
|
||||||
|
- STM32 MCU
|
||||||
|
- <a href="https://github.com/quartiq/thermostat-eem" target="_blank" rel="noopener noreferrer">Firmware</a>
|
||||||
|
|
||||||
|
{% end %}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% layout_text_img(src="images/side-min.png", textleft=true, shadow=false) %}
|
{% layout_text_img(src="images/side-min.png", textleft=true, shadow=false) %}
|
||||||
|
|
||||||
##### SU-Servo
|
##### SU-Servo
|
||||||
|
BIN
static/images/Thermostat_EEM@2x.png
Normal file
BIN
static/images/Thermostat_EEM@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
BIN
static/images/origin/thermostat_eem.png
Normal file
BIN
static/images/origin/thermostat_eem.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 192 KiB |
1
static/images/shop/graphic-03_Thermostat-EEM.svg
Normal file
1
static/images/shop/graphic-03_Thermostat-EEM.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 31 KiB |
@ -843,6 +843,30 @@ const shop_data = {
|
|||||||
message: 'This card needs a card that provides a EEM connector (e.g. Kasli) at its left.',
|
message: 'This card needs a card that provides a EEM connector (e.g. Kasli) at its left.',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
'thermostat-eem': {
|
||||||
|
id: 'thermostat-eem',
|
||||||
|
name: 'Thermostat EEM',
|
||||||
|
name_number: '8453',
|
||||||
|
name_codename: '',
|
||||||
|
price: 2600,
|
||||||
|
image: '/shop/graphic-03_Thermostat-EEM.svg',
|
||||||
|
specs: [
|
||||||
|
'4 TEC channels.',
|
||||||
|
'Sensor channel count: 8 differential, 16 single-ended.',
|
||||||
|
'Output HD44 DSUB connector.',
|
||||||
|
'Up to 8W (+/-2A with 4V compliance) heater/TEC drive from MAX1968 drivers.',
|
||||||
|
'Up to 16W (+4A 4V) from MAX1969 drivers.',
|
||||||
|
'100Base-T Ethernet with PoE.'
|
||||||
|
],
|
||||||
|
size: 'small',
|
||||||
|
type: null,
|
||||||
|
hp: 4,
|
||||||
|
nbrSlotMin: 0,
|
||||||
|
nbrSlotMax: 0,
|
||||||
|
nbrClockMax: 0,
|
||||||
|
slotOccupied: 1,
|
||||||
|
clockOccupied: 0
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@ -888,7 +912,8 @@ const shop_data = {
|
|||||||
{ name: 'Misc',
|
{ name: 'Misc',
|
||||||
itemIds: [
|
itemIds: [
|
||||||
'koster',
|
'koster',
|
||||||
'stabilizer']}
|
'stabilizer',
|
||||||
|
'thermostat-eem']}
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user