Skip to content

multigcs/Remora-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

simple python-script to simulate Remora-NVEM Ethernet-Protocol

Demo-Video

if you run this script on the same host as LinuxCNC, first start LinuxCNC then this script

You need this LinuxCNC Components:

https://github.com/scottalford75/Remora-NVEM

please update the PRU_BASEFREQ in remora-nv.h:

 #define PRU_BASEFREQ		120000

or find a working value in the python-script:

 jointFeedback[num] += int(jointFreq[num] * ((1<<22) / 1000))

About

simple python-script to simulate Remora-NVEM Ethernet-Protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages