levylabpitt / Instrument-Framework

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

Code to convert params to labview data #92

Open ciozi137 opened 1 year ago

ciozi137 commented 1 year 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 11 months ago

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