07-01-2024 05:40 AM
I would like to utilize/automate testing through NI Max for discrete I/O tests. Currently I just enter “peek X 0x0000” for example in putty and read the response. Does anyone know what LABview tool I could do this with? Measurement & Automation explorer? TestStand? Does anyone know of any videos that demonstrate how to set this up?
07-01-2024 05:46 AM
Hi vebba,
@vebba wrote:
I would like to utilize/automate testing through NI Max for discrete I/O tests. Currently I just enter “peek X 0x0000” for example in putty and read the response. Does anyone know what LABview tool I could do this with? Measurement & Automation explorer? TestStand? Does anyone know of any videos that demonstrate how to set this up?
07-02-2024 07:19 AM
If you want that exact functionality you can make an exe that takes command line parameters, parses it and does some DAQ actions. It shouldn't be too hard. 🙂
If you call it Peek.exe it'd be very similar in total.