5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
- cman1024
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 1
20 Feb 2020 22:53 #158073
by cman1024
5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders was created by cman1024
I have a 5i25 + 7i74
I need to interface 4 smart serial devices
and
4 Yaskawa SGMSV 20-bit Incremental Encoders via Smart Serial Interface (SSI)
Is there a firmware out there that can accomplish this. I was unable to find it in the 5i25 support software.
Thanks,
Curt
I need to interface 4 smart serial devices
and
4 Yaskawa SGMSV 20-bit Incremental Encoders via Smart Serial Interface (SSI)
Is there a firmware out there that can accomplish this. I was unable to find it in the 5i25 support software.
Thanks,
Curt
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19419
- Thank you received: 6512
21 Feb 2020 00:21 #158075
by tommylight
Replied by tommylight on topic 5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
forum.linuxcnc.org/30-cnc-machines/31792...-sbz-130-01-retrofit
There should be two bit files for 5i25/7i77/7i74, one has 4 SSI the other has 6, if i remember correctly.
Just have a look through attachments.
There should be two bit files for 5i25/7i77/7i74, one has 4 SSI the other has 6, if i remember correctly.
Just have a look through attachments.
Please Log in or Create an account to join the conversation.
- cman1024
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 1
21 Feb 2020 16:05 #158143
by cman1024
Replied by cman1024 on topic 5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
Perfect I was able to find it.
Thanks!
Thanks!
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19419
- Thank you received: 6512
21 Feb 2020 16:30 #158145
by tommylight
Replied by tommylight on topic 5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
Nice.
Please Log in or Create an account to join the conversation.
- cman1024
- Offline
- New Member
Less
More
- Posts: 7
- Thank you received: 1
22 Feb 2020 14:49 #158209
by cman1024
Replied by cman1024 on topic 5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
Thanks for your help.
Would you happen to know where I could find the protocol spec (or the SSI config string) for those yaskawa 20bit incremental encoders. I can't seem find that info anywhere.
Maybe I need to start a wiki page about all of the different encoder protocol formats that people know already to easily configure hostmot2 SSI for their application.
Would you happen to know where I could find the protocol spec (or the SSI config string) for those yaskawa 20bit incremental encoders. I can't seem find that info anywhere.
Maybe I need to start a wiki page about all of the different encoder protocol formats that people know already to easily configure hostmot2 SSI for their application.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19419
- Thank you received: 6512
22 Feb 2020 15:06 #158211
by tommylight
Replied by tommylight on topic 5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
Sorry but i do not.
I used it with some "Ferrocontrol" made serial absolute encoders. Been several years, never had any issues with them, working in a factory, even the rails got worn off badly as no one cleaned them ever.
I used it with some "Ferrocontrol" made serial absolute encoders. Been several years, never had any issues with them, working in a factory, even the rails got worn off badly as no one cleaned them ever.
Please Log in or Create an account to join the conversation.
- andypugh
- Offline
- Moderator
Less
More
- Posts: 23310
- Thank you received: 4858
02 Mar 2020 14:03 #158969
by andypugh
Replied by andypugh on topic 5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
You might be able to work out the framing from the STMBL driver:
github.com/rene-dev/stmbl/blob/master/src/comps/yaskawa.c
It does appear that there is a crc to worry about.
github.com/rene-dev/stmbl/blob/master/src/comps/yaskawa.c
It does appear that there is a crc to worry about.
Please Log in or Create an account to join the conversation.
- rene-dev
- Offline
- Senior Member
Less
More
- Posts: 57
- Thank you received: 25
03 Mar 2020 02:21 #159058
by rene-dev
Replied by rene-dev on topic 5i25 + 7i74 -> 4 Smart Serial + 4 SSI Encoders
I already explained this on emc-users: sourceforge.net/p/emc/mailman/message/36930203/
It doesn’t work because it’s not ssi.
Its hdlc over Manchester over rs485.
I fully reverse engendered the protocol(including crc).
Stmbl has support for yaskawa encoders, there is some documentation in the code.
github.com/rene-dev/stmbl/blob/master/src/comps/yaskawa.c
Line 89 is the request. You can use only the f4 part of the stmbl, and convert the signal to sserial.
Or just use a stmbl.
It doesn’t work because it’s not ssi.
Its hdlc over Manchester over rs485.
I fully reverse engendered the protocol(including crc).
Stmbl has support for yaskawa encoders, there is some documentation in the code.
github.com/rene-dev/stmbl/blob/master/src/comps/yaskawa.c
Line 89 is the request. You can use only the f4 part of the stmbl, and convert the signal to sserial.
Or just use a stmbl.
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.073 seconds