Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个包含浮点数和整数的 .NET 结构,并且我有一个返回该结构数组的方法。
如何在 LabVIEW 中初始化对 .NET 结构数组的引用,以便读取浮点数和整数?
你不能使用.NET structs 方法(GetArray)吗?这将返回一个 .NET 对象数组,例如,您可以在 for 循环中读取这些对象。你能显示你的代码吗?如果要初始化 .NET 结构,则需要为对象创建一个 .NET 构造函数。