Pop-Up messages when developing code for AXE401

inglewoodpete

Senior Member
While developing code for the AXE401, I'm getting random pop-up messages like the attached. The code passes a syntax check and loads and runs correctly in the real PICAXE (28X2, obviously).

PE v6.0.9.1. The problem also occurs in older versions of the PE. I suspect that the lookup data for PICAXE shield pin notations for some background task (real-time syntax checking?) is missing a few definitions.
Popup messages Unknown Var.JPG
 

techElder

Well-known member
IWP, I had the same "problem" a couple of years ago on a project, but don't remember if I reported it or not. Didn't seem to cause me any trouble, but was a bit disconcerting.
 

Technical

Technical Support
Staff member
Thanks for the report, this is a bug where the simulator engine is being passed the pseudo shield variable name pinS.x instead of the real variable name pinC.x

We will fix for next release.
 
Top