Writes data from LabVIEW to the embedded target. Your Write VI must be blocking so when the VI finishes, LabVIEW expects this VI to send the data to the embedded application.
Your Write VI must have the following items on the connector pane:
-
connection data—A variant control. The contents of this variant come from the last invocation of an instrumented debugging plug-in VI.
-
data to send—A string control. The contents of this string is the data to send to the embedded target.
-
error out—An error cluster indicator.