09-29-2015 02:15 AM
Hi everyone,
i've been trying to run an old .vi (which works fine on the NXT) on my new EV3 brick.
But if i do so, LabVIEW states that some Invoke and Property Nodes aren't supported on the device.
But here i thought the EV3 brick has full compatibility with LabVIEW.
So i wanted to replace the "NXTOutput" with and "EV3Output" ...
However there are no functional Property Nodes available for the EV3.
Does anybody know why there are no Property Nodes but Invoke Nodes for the EV3?
I've included some attachements.
Thank you for your helb in advance
PS: Sorry for my bad english
Solved! Go to Solution.
09-29-2015 07:27 AM
You might have more luck posting in the LabVIEW for LEGO MINDSTORMS board on the forums.
I haven't used it, but it sounds like the programming interface/API for the EV3 is different to the NXT, so you may have to find the appropriate equivalent functions and it might be done in the same way on the EV3 (e.g. using VIs instead of property nodes, for example).