Recording controls
Record begins a live capture. Pause keeps the data already captured. Reset clears the graph so you can begin again.
import styles from "./styles.module.css"; const steps = [ { title: "Connect a device", description: "Pair Marty or Cog, or use Connect micro:bit for a micro:bit running the Robotical firmware.", }, { title: "Add a graph", description: "Use Add graph in the Graphs toolbar, then choose which connected device the graph belongs to.", }, { title: "Choose signals and record", description: "Expand a sensor, select one or more signals, then start recording when the graph says Ready.", }, ]; export default function GeneralInfo() { return (
Three steps
{step.description}
Record begins a live capture. Pause keeps the data already captured. Reset clears the graph so you can begin again.
Open Advanced settings when you need trigger conditions or automatic scrolling. Set triggers before recording.
CSV becomes available after the graph has captured data. Plotly’s chart toolbar can also download an image of the plot.