simulate error

hippy

Technical Support
Staff member
Welcome to the PICAXE forum.

Not sure what the cause of the error is but it might be worth removing the comment from the #PICAXE line, change -

#picaxe 28x1;micro a user

to just -

#picaxe 28x1
 

hippy

Technical Support
Staff member
A 28X1 design works when we test it. This is attached so it may be worth trying that to see if it works.

If you could post your .DSN design file and the .BAS program file we can check those to see if we can determine what the issue is.
 

Attachments

hippy

Technical Support
Staff member
Removing the comment in the #picaxe 28x1 line resolves the initial error.

The simulation will however generate a different error because the program code is too large far what can be simulated on the 28X1 with VSM. Delete the lines from 'simbolo2:' to the end and the design simulates as expected. You can probably delete less than that and still have it run.
 
Top