I am an authentic rookie. I know!
I don’t know how to program ++ C.
I really like XOD because it has the potential available to make it much easier for enthusiasts like me who are not in this area.
I try to follow the examples and tutorials I find to understand and apply XOD.
Hi there. I got the same problem. The list of issues is below. So it seems the “parse-tabular
gabbapeople/uart-led-control/parse-tabular” has some problems.
Splits the incoming string line into parts depending on delimiter character. Outputs the specified part of string line
C:\Users\SERGEY~1.SAL\AppData\Local\Temp\xod_temp_sketchbookZiRuHp\xod_1591989068867_sketch\xod_1591989068867_sketch.ino: In function ‘void xod::gabbapeople__uart_led_control__parse_tabular::evaluate(xod::gabbapeople__uart_led_control__parse_tabular::Context)’:
C:\Users\SERGEY~1.SAL\AppData\Local\Temp\xod_temp_sketchbookZiRuHp\xod_1591989068867_sketch\xod_1591989068867_sketch.ino:2432:15: error: ‘output_PRT’ was not declared in this scope
emitValue<output_PRT>(ctx,XString(&state->view));
^~~~~~~~~~
C:\Users\SERGEY~1.SAL\AppData\Local\Temp\xod_temp_sketchbookZiRuHp\xod_1591989068867_sketch\xod_1591989068867_sketch.ino:2432:52: error: template argument 1 is invalid
emitValue<output_PRT>(ctx,XString(&state->view));
^
Multiple libraries were found for “SoftwareSerial.h”
Used: C:\Users\sergey.salenko\xod_packages_\packages\arduino\hardware\avr\1.8.2\libraries\SoftwareSerial
Multiple libraries were found for “LiquidCrystal.h”
Used: C:\Users\SERGEY~1.SAL\AppData\Local\Temp\xod_temp_sketchbookZiRuHp\libraries\LiquidCrystal
Using library LiquidCrystal at version 1.0.4 in folder: C:\Users\SERGEY~1.SAL\AppData\Local\Temp\xod_temp_sketchbookZiRuHp\libraries\LiquidCrystal
Using library SoftwareSerial at version 1.0 in folder: C:\Users\sergey.salenko\xod_packages_\packages\arduino\hardware\avr\1.8.2\libraries\SoftwareSerial
Error: exit status 1
Compilation failed.
Compilation failed
Command Process exited with code 1
The generated C++ code contains errors. It can be due to a bad node implementation or if your board is not compatible with XOD runtime code. The original compiler error message is above. Fix C++ errors to continue. If you believe it is a bug, report the problem to XOD developers.
There is a problem with the parse-tabular node. The name of the output in code (output_PRT) doesn’t match the name of the output pin (OUT). Easily fixed by changing the name of the output pin from OUT to PRT.