06-13-2011 08:52 AM
I'm reading Data over a GPIB in labview into a wave form graph. I would need to constantly change the range of the graph on the X axis. I have done some searching but haven't found a way to programmatically change it with property nodes and controls can anyone help?
06-13-2011 09:00 AM
Property Node: X scale > Range > Maximum (or whatever)
06-13-2011 09:04 AM
thank you for quick response.