02-10-2015 04:45 PM
I have been reading into the NSV Subscriber example that comes with CVI. My question is: does each variable require 1 subscriber, or can 1 subcriber be used to read multiple NSV? Better yet, can anyone explain to me how NSV read and write can be done?
02-18-2015 11:38 AM
Hi hn_sofec,
Each network variable requires its own subscriber, reader, or writer. The CNVCreate... functions accept a reference to the network variable in the form of the networkVariablePathName parameter. Please refer to the CVI Function help for these functions to find further information and links to examples.