Skip to content
Snippets Groups Projects
Commit 3af70d2c authored by Benjamin Hermann's avatar Benjamin Hermann
Browse files

deleted json templates: there are now in the laboratory code as template

parent 1df47bf0
No related branches found
No related tags found
No related merge requests found
{
"JSON": {
"ID": "1ee21744-0355-6023-94b4-d5c041dd32cd",
"label": "",
"comment": "UUID6 is used"
},
"actor": {
"type": "immersion heater",
"manufacturer": "Zhuodingsen",
"power_supply": {
"voltage": 12,
"type": "DC voltage",
"source": {
"type": "adjustable laboratory power supply",
"model": "DPPS-32-20",
"manufacturer": "Voltcraft",
"power": "640 Watt",
"technology": "clocked power supply",
"voltage": "1...32 V",
"current": "0...20 A",
"residual ripple": "<5 mV"
}
}
}
}
\ No newline at end of file
{
"JSON": {
"ID": "1ee21750-5282-63bc-86e9-b4de622ee43e",
"label": "",
"comment": "UUID6 is used"
},
"actor": {
"type": "Sous Vide cooker",
"model": "DE310B",
"manufacturer": "KitchenBoss",
"power_supply": {
"voltage": "230 V",
"type": "AC voltage",
"power": "1100 W"
},
"temperature_range": {
"min": 40,
"max": 90,
"unit": "degree Celsius"
},
"circulation": "available"
}
}
\ No newline at end of file
{
"JSON": {
"ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)xx",
"label": "TR1",
"comment": "UUID6 is used"
},
"calorimeter": {
"type": "heat flow calorimeter",
"manufacturer": "Fluidsystemtechnik",
"container": {
"type": "beaker",
"volume": {
"value": 600,
"unit": "milliliter"
}
},
"medium": {
"type": "water",
"mass": {
"value": 0,
"unit": "gramm",
"accuracy": {
"value": 0,
"type": "absolute",
"unit": "gramm"
}
}
}
}
}
\ No newline at end of file
{
"JSON": {
"ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)xx",
"label": "",
"comment": "UUID6 is used"
},
"group": {
"number": "Group_01",
"member": [
"Hermann",
"Chuck",
"Norris"
],
"experiment": "calorimetry",
"testrig_number": "TR_1"
}
}
\ No newline at end of file
{
"JSON": {
"ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)xx",
"label": "",
"comment": "UUID6 is used"
},
"instrument": {
"name": "raspberry_pi",
"type": "single_board_computer",
"manufacturer": "Raspberry Pi Foundation",
"model": "",
"serial": "",
"operating_system": "Raspberry Pi OS",
"comment": "to get model and serial number put this code in the terminal: cat /proc/cpuinfo"
}
}
\ No newline at end of file
{
"JSON": {
"ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
"label": "",
"comment": "UUID6 is used"
},
"sensor": {
"name": "Temperature_Sensor",
"type": "DS18B20",
"manufacturer": "keyestudio",
"serial": "xxxxxxxxxxxx",
"comment": "",
"range": {
"min": 0,
"max": 0,
"units": "xxx"
},
"output": {
"min": 0,
"max": 0,
"units": "xxx"
},
"accuracy": {
"value": 0.0,
"type": "relative/absolute/fromMaximum",
"unit": "degree_celsius/percent"
},
"model": {
"type": "linear",
"gain": {
"value": 0,
"units": "xxxx"
},
"offset": {
"value": 0,
"units": "xxxx"
}
}
}
}
\ No newline at end of file
{
"JSON": {
"ID": "xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)xx",
"label": "",
"comment": "UUID6 is used"
},
"comment": "here you can write down something important about this setup file",
"info": "List below these components, you used in your experiment. By using the UUID there is no possibility to mix something up.",
"setup": {
"xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)xx": {
"type": "group_info",
"name": "group_info",
"comment": ""
},
"xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)xy": {
"type": "measuring_system",
"name": "raspberry_pi",
"comment": ""
},
"xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)xz": {
"type": "sensor",
"name": "use this field to name the sensor, that it is understandable where you used it. Exapmle: temperature_cup or temperature_environment",
"comment": ""
},
"xxxxxxxx-xxxx-xxxx-xxxx-xxxx(UUID)yy": {
"type": "probe",
"name": "probe_description",
"comment": ""
}
}
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment