7i96 Configuration Tool
- Project_Hopeless
- Offline
- Elite Member
- Posts: 200
- Thank you received: 10
I have all the PWM references commented out...
# Spindle
#setp hm2_7i96.0.pwmgen.00.output-type 0
#setp hm2_7i96.0.pwmgen.00.scale [SPINDLE]MAX_RPM
#setp hm2_7i96.0.pwmgen.pwm_frequency [SPINDLE]PWM_FREQUENCY
The 7i96 tool created an output for it..
[OUTPUTS]
# DO NOT change the output text
OUTPUT_0 = Spindle On
OUTPUT_1 = Select
OUTPUT_2 = Select
OUTPUT_3 = Select
OUTPUT_4 = Select
The io.hal setup like this...
net spindle-on motion.spindle-on => hm2_7i96.0.ssr.00.out-00
But i still get an error.
Debug file information:
Note: Using POSIX realtime
./io.hal:16: Pin 'motion.spindle-on' does not exist
5159
What am I missing?
Please Log in or Create an account to join the conversation.
motion.spindle-on changed to spindle.0.on
Please Log in or Create an account to join the conversation.
That was part of it. I had to create the file "xsessionrc" not ".xsessionrc" That catches me every time. But it still wouldn't work.The home/user/.bin in Debian is not in the path by default. Try $PATH and see if local/.bin is there. If not then do step 3 in the install instructions.
JT
How I got it to work was downloading the python "setuptools" then follow the install instructions verbatim. I found online some issues with Mint and pip without having setuptools. I also had to use the sudo -H switch, something about not having permissions to my own home directory. Can't say I understand, but it does work now.
And a year from now I will have completely forgotten all this.
I have the same issue. Can you detail the steps you took to get setuptools in detail to help others and me please.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I have used that but I thought that this looks easier to use.
Cheers
Bruce
Please Log in or Create an account to join the conversation.
After following the install procedure (jethornton.github.io/7i96/install.html) I'm getting the "ModuleNotFoundError: No module named 'm7i96'" error message.
Any hints on how to get the 7i96 configuration tool running would be very much appreciated.
Thank you!
Here is the full error message:
===
~$ 7i96
Traceback (most recent call last):
File "/home/caa028/.local/bin/7i96", line 6, in <module>
from m7i96.m7i96 import main
ModuleNotFoundError: No module named 'm7i96'
===
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
jethornton.github.io/7i96/install.html
JT
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.