Scope
This function block displays live plots of up to ten numerical signals. Use it to monitor real-time values such as counters, sensor readings, image analysis metrics or boolean states (shown as 0/1).
π₯ Inputs
Input 1 Numerical value for curve 1 (accepts integers, floats, booleans).
Input 2 Numerical value for curve 2.
Input 3 Numerical value for curve 3.
Input 4 Numerical value for curve 4.
Input 5 Numerical value for curve 5.
Input 6 Numerical value for curve 6.
Input 7 Numerical value for curve 7.
Input 8 Numerical value for curve 8.
Input 9 Numerical value for curve 9.
Input 10 Numerical value for curve 10.
Each input accepts one numeric stream. Booleans are plotted as 0 or 1.
π€ Outputs
This function block does not produce outputs.
πΉοΈ Controls
Scope Interactive plot area where curves are drawn and updated in real time.
Curve Names Automatically set from the input socket labels so you can read which curve belongs to which signal.
π¨ Features
Live plotting of up to ten curves, updated every evaluation cycle.
Automatic labeling of curves based on connected inputs.
Accepts numeric and boolean inputs (booleans plotted as 0/1).
Resizable display for clearer visualization.
π Usage Instructions
Connect numerical outputs from other function blocks to the desired
Input Nsockets.Run the scenario; the
Scopewill plot incoming values over time.Resize the block if you need a larger plotting area.
Use distinct inputs to compare signals side-by-side (for example, two different sensor channels).
π Evaluation
On each run cycle the block reads up to ten inputs and appends their current numeric values to the corresponding curves. If an input is disconnected or non-numeric, that curve will receive a default zero for the current update.
π‘ Tips and Tricks
To quickly test the plot, feed values from the
Number Inputblock.Plot counters or event rates by connecting the
CounterorCycle Timeroutputs to theInput Nsockets.Visualize object counts or detections by connecting outputs such as
Object CountfromObject DetectionorPerson CountfromSocial Distance Detector.Monitor image statistics by connecting outputs like
Mean ValueandStandard DeviationfromMean Value of ImageandStd. of Image.Compare color channel metrics by using outputs from
Color Density Percentage.Use boolean signals from
Logic Inputto monitor on/off states (they appear as 0/1).Combine with
Get Batch Sizeor other flow-control blocks to visualize batch-processing metrics or progress.
π οΈ Troubleshooting
If nothing appears on the plot, confirm inputs are connected and producing numeric values.
If a curve is flat at zero, check that the supplying block is actually outputting numbers (use
Number Inputto verify).If labels are unclear, rename upstream inputs or use distinct signal sources so automatic
Curve Namesare meaningful.
Last updated
Was this helpful?