In TA editor, two parameters:
slot0 and slot0change
Generated code (example):
int Out0#12=SL_EMPTY;
int Out0#12change; <- wrong
Should be:
int Out0#12=SL_EMPTY;
int In0#21; <- correct
...
Changing parameter names to slot0 and changeslot0 changes the generated code to correct version.
Logged In: YES
user_id=803361
Originator: YES
Changed the name of the issue from "Mapping problem when parameters contain numerics". Same problem:
Two paramateres cannot have the following combination of names:
lock and locked
Works fine if changed to:
lock and islocked