REQUIREMENTS:
Application Software:
LabVIEW Full Development System 8.5
Driver Software:
NI-DAQmx 8.6
Hardware Family:
Serial
Add-on Software:
IVI Driver Toolset 1.0
Product Category:
LabVIEW, NI TestStand
Development Topic:
Operating System
Industry:
ATE/Instrumentation, Consumer Goods, Electronics
Application Type:
Angular Velocity
Technology:
Embedded Devices
Here are two VIs that allow access to store and retrieve persistent data in the OS on the Mac.
CFPreferencesSetAppValue.vi
Stores a string for a given key/applicationID.
CFPreferencesCopyAppValue.vi
Retrieves a string for a given key/applicationID.
Very simple functionality.