12-07-2018 03:33 AM - edited 12-07-2018 03:55 AM
Hello, community!
I have a project in which I should determine the USB keystroke from galvanic coupling (firstly save key waveform and secondly real-time correlation). I found that the best option is by using LabView Software. I use an MSO 5204b oscilloscope connected to PC via Ethernet.
I had downloaded the driver & examples for my oscilloscope, but I can`t fully control the oscilloscope (set timebase, sampling frequence, ..) and the control is just in one direction (from LabView to oscilloscope).
Did you have a VI which is fit for my project or another idea of how the project can be realized (eg. another software like LabView NXG)?
12-10-2018
02:06 PM
- last edited on
03-04-2026
05:17 PM
by
Content Cleaner
Hey vmadalin,
I believe what you're looking for is a Property Node: https://www.ni.com/docs/en-US/bundle/labview-api-ref/page/functions/property-node.html
I'm not sure what properties you'll be able to read and write with your specific scope, but they will likely achieve the functionality you're looking for.
Best of luck!