Table of Contents:
Introduction
Relevant Devices
Description | Qty | Source | Part Number |
---|---|---|---|
Green CCD Cold Head | 1 | Instec | mK2000B |
Red CCD Cold Head | 1 | Instec | mK2000B |
Green LN2 Pump | 1 | Instec | LN2-SYS |
Red LN2 Pump | 1 | Instec | LN2-SYS |
Relevant Functional Block Diagram
Relevant Datasheets & Manuals
Description | File | Source | |
---|---|---|---|
1 | mK2000 User Manual | email from Instec | |
2 | mK2000 Command Reference | email from Instec | |
3 | LN2-SYS Pump Manual | email from Instec |
Relevant Software
Description | File | Source | |
---|---|---|---|
1 | Instec said: “While we do have sample code for Python, it is based on a USB connection, not Ethernet. Our documentation on Ethernet programming is limited because it isn’t very frequently used for custom applications. This ZIP file contains example code for python using a USB connection. It could serve as the basis for an ethernet version.” | email from Instec | |
2 | Ethernet communication setup from Instec. Mainly describes how to write code to find Instec devices on a network. Note PacketSender image within, which shows correct port to use for ethernet communication. | email from Instec | |
3 | PacketSender connection example | Screengrab of SG’s successful connection to device through PacketSender. Note port is 50292. | |
4 | Instec App for Windows | email from Instec | |
5 | Steve’s python code that uploads a PID table from a .csv file (in Instec format) to the device over USB. Example PID tables also included (one with actual values, and one with integers that was useful for testing code). | Code: PID files: | Steve’s test of parsing and uploading Instec .csv file |
6 | Calibration table decoder ring |
| email from Instec |
7 | Controller calibration file example. Filename structure is: “cold_head_SN & mK2000B_SN cal.clb” |
Dispatcher Configuration File
Configuration | Value | Explanation |
---|---|---|
dispnum | 1 | Dispatcher number |
address | 192.168.23.145 | IP address of the Instec |
port | 50292 | Port number of the Instec |
model | MK2000B | model of the Instec, used to find the serial number |
poll_time | 10 | how often in seconds the various values are queried |
calfile | @RELDIR@/data/@KTLSERVICE@/KCPE2006054_KSE48Sm22001147_cal.clb | calibration file for the controller, on connection the table is read in and then compared with the values in the Instec controller |
0 Comments