|
From: Catherine S. <Cat...@ti...> - 2014-04-03 17:03:08
|
Hello,
I get the following error when I try to execute a plan with an array:
ERROR: :994: XML parsing error: No parser for expression 'ArrayValue'
Error parsing plan from XML:
XML parsing error: No parser for expression 'ArrayValue'
Unable to load plan 'TestArray.plx', exiting
The plan only has these two lines straight from the example:
Real foo[4] = #(0.0 0.0 0.0 0.0);
Real temp = 0.0;
I can run the example AddArray.ple without a problem. Is the error due to something missing from the configuration xml file?
Catherine
|