Public
Edited
Sep 29, 2024
Insert cell
Insert cell
viewof name = htl.html`<input/>`
Insert cell
TankManager = {
return {
T0Level: 0,
T1Level: 0,
L0HeartBeat: false,
L0T0Amount: 0,
L0T0Req: false,
L0T0Err: false,
L0T0Run: false,
L0T1Amount: 0,
L0T1Req: false,
L0T1Err: false,
L0T1Run: false,
L1HeartBeat: false,
L1T0Amount: 0,
L1T0Req: false,
L1T0Err: false,
L1T0Run: false,
L1T1Amount: 0,
L1T1Req: false,
L1T1Err: false,
L1T1Run: false
};
}
Insert cell
Line1 = {
return {
THeartBeat: false
};
}
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more