All problems
TMKR-5010
Warning
Vendor
Symbol not found in session
A symbol change targeted a symbol that was not part of the robot's initial session symbol list.Configuration & symbols•Also known as: SYMBOL_NOT_FOUND, symbol_not_in_session
Symptoms
Experts log: "SDK Warning: Symbol 'NAME' not found in session symbols."
The change result reports error_code SYMBOL_NOT_FOUND.
Causes
The requested symbol was never declared in the session's symbol set.
How to fix it
1
Only change declared symbolsRequest changes for symbols included in the session's initial symbol list. Add the symbol to that list (and recompile/re-publish) if it must be controllable.