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

Code to convert params to labview data #92

Open ciozi137 opened 8 months ago

ciozi137 commented 8 months ago

Option 1 (simplest, how we generally do it now): image

Option 2 (ability to use different names than the typedef): image

Option 3 (Use OpenG code to read cluster elements): image

ciozi137 commented 6 months ago

Option 4 (new preferred method uses JSON-RPC): image