Mesa Confguration Tool Update
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
JT
Please Log in or Create an account to join the conversation.
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
github.com/jethornton/mesact/raw/ini4/mesact_0.7.4_amd64.deb
JT
Please Log in or Create an account to join the conversation.
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
Will not change anything in the ini file that the user added.
More informative board tools (read, flash, check, verify etc.)
German translation added back.
Rpi4 32 bit and 64 bit debs build by Tom L on the IRC
Support for the new Mesa 7i92T series of boards.
Support for multiple E-Stop chain.
Check for updates and download deb from the tool
Add up to 6 MDI comands
Add a Program Filter < Done working on this...
and many more new features.
JT
Please Log in or Create an account to join the conversation.
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
JT
Please Log in or Create an account to join the conversation.
- HansU
- Offline
- Platinum Member
- Posts: 633
- Thank you received: 182
And also looks quite good with the German translation
But some things I noticed:
- Read HMID doesn't work with my Ubuntu system with Python 3.6. But not sure if this ever worked.
- 7i85 does not have Stepgens, so the area "StepGen Settings" might be irritating
- for 7i85 and 7i85 two tabs are shown under Axes: 7i85(s) and Card 1 - is Card 1 meant to be the other connector without daughter card?
Attachments:
Please Log in or Create an account to join the conversation.
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
Read HMID has always worked for me, what board are you trying to read?Really great improvements especially those I requested
And also looks quite good with the German translation
But some things I noticed:
- Read HMID doesn't work with my Ubuntu system with Python 3.6. But not sure if this ever worked.
- 7i85 does not have Stepgens, so the area "StepGen Settings" might be irritating
- for 7i85 and 7i85 two tabs are shown under Axes: 7i85(s) and Card 1 - is Card 1 meant to be the other connector without daughter card?
I have a 7i85 and 7i85S and a proto of the 7i92TM so I can plug them in and see if I can figure out what pins they have. Any help you can give me on those two cards is appreciated as I'm a little fuzzy on those two.
JT
Please Log in or Create an account to join the conversation.
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
JT
Please Log in or Create an account to join the conversation.
- HansU
- Offline
- Platinum Member
- Posts: 633
- Thank you received: 182
5i25Read HMID has always worked for me, what board are you trying to read?
I get this
Mesact Version: 1.1.1 Build Date: 11/11/2022
File "libmesact/card.py", line 112, in readhmid
stdin=PIPE, stderr=PIPE, stdout=PIPE, text=True)
TypeError
__init__() got an unexpected keyword argument 'text'
Please file an issue at
https://github.com/jethornton/mesact/issues
And yes it's a Python thingy. The option 'text' was added to Popen in 3.7 or later.
Replacing "text=True" by "universal_newlines=True" resolves it for me, but not sure if the output is identical.
I have a 7i85 and 7i85S and a proto of the 7i92TM so I can plug them in and see if I can figure out what pins they have. Any help you can give me on those two cards is appreciated as I'm a little fuzzy on those two.
I only looked what the 5i25_7i85x2.bit firmware says. And there are only SS and encoder ports, no StepGens.
Please Log in or Create an account to join the conversation.
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
Yep the 7i85 is not correct...
JT
Please Log in or Create an account to join the conversation.
- JT
- Topic Author
- Away
- Administrator
- Posts: 823
- Thank you received: 444
Please Log in or Create an account to join the conversation.