I’m new on CAPL, and I’m trying to DO a sequence where a “key” is pressed and after this, I’ll be able to remove a msg from network.. My code actual is:
on key ‘a’
TestEnableMsg(DM01_ECM);
I’m receiving the forward error
Status Compiling file ‘ECM.can’ ECM.can
Error 1159 at (34,3): function is not allowed within the current context (CANalyzer, Analyze, Test …). ECM.can
Compilation failed (11:23:36) — 1 errors, 0 warnings ECM.can
Someone with more experience can help me??
Thx
When a Key ‘a’ were pressed, the DM01_ECM be removed from netwokr
hugo da silva gomes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
1