Remote Error between Mesa card 5i25 with my daughter board!
- SyNguyen
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
01 Jun 2018 07:21 #111381
by SyNguyen
Remote Error between Mesa card 5i25 with my daughter board! was created by SyNguyen
Hi everyone!
I have a error that is "halcmd: hm2/hm2_5i25.0: Smart serial card hm2_5i25.0.rb3t.1.1 remote error = (8) Remote fault". I want to connect Mesa card 5i25 with my daughter board which is similar with daughter 7i84 board by Smart Serial protocol. But when i run command
""
loadrt hostmot2
loadrt hm2_pci config=sserial_port_1=00000000
loadrt threads name1=test1 period1=1000000
addf hm2_5i25.0.write test1
addf hm2_5i25.0.read test1
start
""
then the error above is appear. I dont know how to resolve the problem this. I need your help! Thank you so much!
I have a error that is "halcmd: hm2/hm2_5i25.0: Smart serial card hm2_5i25.0.rb3t.1.1 remote error = (8) Remote fault". I want to connect Mesa card 5i25 with my daughter board which is similar with daughter 7i84 board by Smart Serial protocol. But when i run command
""
loadrt hostmot2
loadrt hm2_pci config=sserial_port_1=00000000
loadrt threads name1=test1 period1=1000000
addf hm2_5i25.0.write test1
addf hm2_5i25.0.read test1
start
""
then the error above is appear. I dont know how to resolve the problem this. I need your help! Thank you so much!
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17905
- Thank you received: 4774
01 Jun 2018 14:09 - 01 Jun 2018 14:10 #111391
by PCW
Replied by PCW on topic Remote Error between Mesa card 5i25 with my daughter board!
It most likely means that at some point your remote returned a non-0 fault byte. The fault byte is the first byte sent by the remote when the remote receives the process data RPC. The fault byte is also accessed (cleared and read ) by the host interface when a normal start command is issued. You might have an issue at this point also.
LinuxCNC/Halcmd are not really good debugging tools for register level debugging, i think you would be better of just issuing a normal start command and doing a SSLBP register dump to see what's going on without launching a complex driver that's doing way too much
LinuxCNC/Halcmd are not really good debugging tools for register level debugging, i think you would be better of just issuing a normal start command and doing a SSLBP register dump to see what's going on without launching a complex driver that's doing way too much
Last edit: 01 Jun 2018 14:10 by PCW.
Please Log in or Create an account to join the conversation.
- SyNguyen
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
02 Jun 2018 05:05 #111444
by SyNguyen
Replied by SyNguyen on topic Remote Error between Mesa card 5i25 with my daughter board!
Hi Sir,
Thank you so much for your reply to my topic. I also think the error is the fault byte. it's incorrect. So when i return the respond in the process data step, my the first byte is 0x00 and data for request, but it isn't fix the error. I think the timeout of both master and remote that are not synchronization. What do you think it?
Thank you so much for your reply to my topic. I also think the error is the fault byte. it's incorrect. So when i return the respond in the process data step, my the first byte is 0x00 and data for request, but it isn't fix the error. I think the timeout of both master and remote that are not synchronization. What do you think it?
Please Log in or Create an account to join the conversation.
- PCW
- Away
- Moderator
Less
More
- Posts: 17905
- Thank you received: 4774
02 Jun 2018 13:57 #111457
by PCW
Replied by PCW on topic Remote Error between Mesa card 5i25 with my daughter board!
Are you sure you returned a 0 byte earlier when the FPGA code asked to read the fault byte?
Please Log in or Create an account to join the conversation.
- SyNguyen
- Offline
- New Member
Less
More
- Posts: 9
- Thank you received: 0
04 Jun 2018 09:47 #111585
by SyNguyen
Replied by SyNguyen on topic Remote Error between Mesa card 5i25 with my daughter board!
Hi Sir,
Thank you so much for your recommend. The error is fixed.
Thank you so much for your recommend. The error is fixed.
Please Log in or Create an account to join the conversation.
Moderators: PCW, jmelson
Time to create page: 0.129 seconds