Limitations with Memory Control Functions (C Generator)
- Updated2023-02-21
- 1 minute(s) read
The LabVIEW C Generator supports the following Memory Control functions:
The C Generator supports data value references with the following limitations:
- You cannot create a data value reference to a LabVIEW class object.
- You cannot use the Type Cast or Unflatten From String function to obtain a valid data value reference. You must use the New Data Value Reference function instead.
- To avoid deadlock, do not place an In Place Element structure with a data value reference inside another In Place Element structure with the same data value reference.
- When you use a Data Value Reference Read / Write Element border node, the border node does not return all error codes and messages.