If you want to free your physics calculation from rendering use accumulative time stepping, as it's the way to go for doing fps-independent physics. Do a search on the Newton forums, there is a thread about this topic which includes all necessary information.

I'm using that method too in my newer newton demos like the NewtonPlayGround and my physics calculation run always at the same speed no matter at what FPS the application runs at.