levylabpitt / Instrument-Framework

An object-oriented framework for LabVIEW based on JKI SMOs.
BSD 3-Clause "New" or "Revised" License
4 stars 7 forks source link

Generic transport protocals #104

Open ciozi137 opened 2 months ago

ciozi137 commented 2 months ago

We should have templates that automatically support communication to instrument with standard communication types. Eg:

Something like this but these should be overrides (like InstrumentlVISA, Instrument.TCP, etc) instead of COM type parameters: image image

ciozi137 commented 2 months ago

image image image image

ciozi137 commented 2 months ago

Commit 4dace240f48332f43e73eeda26cbdd6e1c8704b0 begins to address this issue through a hardware abstraction class HAL.lvclass