Hello NI Community,
I am working on a LabVIEW program that processes digital inputs (lines 0-15) using interrupts and visualizes the data in a 3D scatter plot with:
- X-axis: Lines 0-7
- Y-axis: Lines 8-15
- Z-axis: Interrupt occurrence count
However, I am facing two issues in my plot:
- Unwanted points appear on the X-Y plane that should not exist.
- Higher Z values disappear when a smaller X or Y value is detected.
I have attached screenshots of my block diagram, scatter plot, and data table for reference.
I would appreciate any insights on how to fix these issues!
Thanks in advance for your help.
Attachments:
- 3D Scatter Plot output
- Data Table