03-09-2009 10:08 PM
I'm trying to create a simple counter using a LabView 8.5 and the NXT. I'm using a Feedback Node and it does not show an error while editing the VI. When I try to download the VI to the NXT I get the following error.
ERROR: An error occurred during parsing. Node was unable to be parsed. ((Class: FeedbackNode) (VI:Teleop.vi))
List of errors:
ERROR: An error occurred during parsing. Node was unable to be parsed.
When I click on the error it highlights the feedback node (arrow pointing left).
Sean
03-09-2009 11:11 PM
I found the problem after reading this document:
ftp://ftp.ni.com/evaluation/mindstorms/LabVIEW_for_NXT_Advanced_Programming_Guide.pdf
Feedback nodes are not supported in a while loop. But, you can convert it to a shift register and it will function.
Sean