7i76e Configuration Tool
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7106
- Thank you received: 1177
11 May 2019 14:15 #133449
by BigJohnT
Replied by BigJohnT on topic 7i76e Configuration Tool
I verified the dependencies needed for a fresh install and updated the install instructions. Thanks for that feedback.
JT
JT
The following user(s) said Thank You: AgentWD40
Please Log in or Create an account to join the conversation.
- AgentWD40
- Topic Author
- Offline
- Platinum Member
Less
More
- Posts: 334
- Thank you received: 92
11 May 2019 14:21 - 11 May 2019 14:22 #133451
by AgentWD40
Replied by AgentWD40 on topic 7i76e Configuration Tool
Ha, well, uh, as of yesterday I decided to use the 7i96 instead. I will be exploring your 7i96 tool.I'll see about adding to it now that I know someone is using it.
Last edit: 11 May 2019 14:22 by AgentWD40.
Please Log in or Create an account to join the conversation.
- Type_Zero_Design
- Offline
- Premium Member
Less
More
- Posts: 133
- Thank you received: 7
12 May 2019 03:53 #133501
by Type_Zero_Design
Replied by Type_Zero_Design on topic 7i76e Configuration Tool
John,
Just downloaded the 7i76e Config Tool, was able to get it up and going. Looks really nice!
But when I drop in the IP Address and attempt to read I get this....
tc225@TC225:~$ 7i76e
Traceback (most recent call last):
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/7i76e.py", line 178, in cardRead
card.readCard(self)
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/card.py", line 7, in readCard
stderr=subprocess.PIPE, universal_newlines=True)
File "/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: './mesaflash64'
Aborted
tc225@TC225:~$
Any Thoughts?
Just downloaded the 7i76e Config Tool, was able to get it up and going. Looks really nice!
But when I drop in the IP Address and attempt to read I get this....
tc225@TC225:~$ 7i76e
Traceback (most recent call last):
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/7i76e.py", line 178, in cardRead
card.readCard(self)
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/card.py", line 7, in readCard
stderr=subprocess.PIPE, universal_newlines=True)
File "/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: './mesaflash64'
Aborted
tc225@TC225:~$
Any Thoughts?
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7106
- Thank you received: 1177
12 May 2019 12:34 #133555
by BigJohnT
Replied by BigJohnT on topic 7i76e Configuration Tool
My MANIFEST.in file was missing an include, it has been fixed. Use the upgrade line from the docs to upgrade the install.
JT
JT
Please Log in or Create an account to join the conversation.
- Type_Zero_Design
- Offline
- Premium Member
Less
More
- Posts: 133
- Thank you received: 7
12 May 2019 18:32 #133587
by Type_Zero_Design
Replied by Type_Zero_Design on topic 7i76e Configuration Tool
John,
Ran the upgrade from the docs. it completed and said it installed. Re opened added the IP and I believe same results:
tc225@TC225:~$ 7i76e
Traceback (most recent call last):
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/7i76e.py", line 178, in cardRead
card.readCard(self)
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/card.py", line 7, in readCard
stderr=subprocess.PIPE, universal_newlines=True)
File "/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: './mesaflash64'
Aborted
Ran the upgrade from the docs. it completed and said it installed. Re opened added the IP and I believe same results:
tc225@TC225:~$ 7i76e
Traceback (most recent call last):
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/7i76e.py", line 178, in cardRead
card.readCard(self)
File "/home/tc225/.local/lib/python3.5/site-packages/m7i76e/card.py", line 7, in readCard
stderr=subprocess.PIPE, universal_newlines=True)
File "/usr/lib/python3.5/subprocess.py", line 383, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/lib/python3.5/subprocess.py", line 676, in __init__
restore_signals, start_new_session)
File "/usr/lib/python3.5/subprocess.py", line 1282, in _execute_child
raise child_exception_type(errno_num, err_msg)
FileNotFoundError: [Errno 2] No such file or directory: './mesaflash64'
Aborted
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7106
- Thank you received: 1177
12 May 2019 19:09 #133588
by BigJohnT
Replied by BigJohnT on topic 7i76e Configuration Tool
I can see it in .local/lib/python3.5/site-packages/m7i76e on my test machine, but it needs to be in .local/bin. I'll have to work on the setup again and figure that out. I need to switch that hard drive to a different PC with dual NIC's so I can test it out with a card attached. That's what happens sometimes when you develop software and stuff is already there from another project.
JT
JT
Please Log in or Create an account to join the conversation.
- Type_Zero_Design
- Offline
- Premium Member
Less
More
- Posts: 133
- Thank you received: 7
12 May 2019 19:50 #133591
by Type_Zero_Design
Replied by Type_Zero_Design on topic 7i76e Configuration Tool
No worries,
will report back once the changes are made!
will report back once the changes are made!
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7106
- Thank you received: 1177
12 May 2019 22:20 #133604
by BigJohnT
Replied by BigJohnT on topic 7i76e Configuration Tool
Ok, I got the magic concoction needed to copy the mesaflash files to .local/bin and just tested it on a fresh install. Now I need to install LinuxCNC on that PC and test some other stuff.
So use the upgrade line again and it should work for you... I think.
JT
So use the upgrade line again and it should work for you... I think.
JT
Please Log in or Create an account to join the conversation.
- Type_Zero_Design
- Offline
- Premium Member
Less
More
- Posts: 133
- Thank you received: 7
18 May 2019 03:40 #134097
by Type_Zero_Design
Replied by Type_Zero_Design on topic 7i76e Configuration Tool
John. Missed your update here. Just tried the update, still running into the same issue for some reason.
Please Log in or Create an account to join the conversation.
- BigJohnT
- Offline
- Administrator
Less
More
- Posts: 7106
- Thank you received: 1177
21 May 2019 12:38 #134472
by BigJohnT
Replied by BigJohnT on topic 7i76e Configuration Tool
Opps I found that bug and squashed it I think. Update again and try.
JT
JT
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.073 seconds