Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use SIM? #25

Open
haoshuiwuxiang opened this issue Sep 6, 2020 · 2 comments
Open

How to use SIM? #25

haoshuiwuxiang opened this issue Sep 6, 2020 · 2 comments

Comments

@haoshuiwuxiang
Copy link

Hello, I successfully compiled sim. But do not know how to use it to achieve visual debugging, such as real-time display of grbl buffer block running state, or visualization speed?

@flynneva
Copy link

just run the simport.sh script provided. you need to change the beginning of it to just -dd though in order to get it to work. this runs the grbl_sim.exe program that should be generated once you compile.

@haoshuiwuxiang
Copy link
Author

“Each of the AVR functions are replaced with dummy functions, like the stepper ISR. These could be written to do whatever you need. For example, output simulated step pulses over time and examine its performance.”
I have successfully compiled and run grbl-sim, but I actually want to use a computer to display the ISR step pulse waveform, etc., so as to realize online virtual debugging and running away from analysis. Do you know what I should do or have any suggestions? Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants