7i77 not detecting all of a sudden
- SPH
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 82
- Thank you received: 6
06 May 2020 01:23 #166827
by SPH
7i77 not detecting all of a sudden was created by SPH
I've contacted mesa directly regarding this but would be happy for any insight.
I finally got the basics working on my biesse rover conversion. The pc with the 5i25 was set up about a year ago and I connected the axis motors to get them running in a basic state, no runaways, that kind of thing. I've been working towards getting the (new) axis motors installed on the machine and yesterday I got the three axis servos installed finally. Last week's job was getting estop and encoders wired neatly.
So. Here's the problem. After finally lugging the massive x motor into place and getting it bolted up I was very excited to finally see this machine move under its own power. I've had the control cabinet and pc powered up regularly over the last few days getting the estop sorted. Testing the drives function as expected etc. The pc was last functioning on Friday evening, jogging the axis motors etc, I haven't made any changes to the pc since.
Now I'm getting an error when loading linuxcnc.
linuxcnc analogue0.scalemax not found
So the 7i77 isn't responding. Cr1, 6 and 7 are lit. There's no field power connected to the 7i77 at the moment. Only connections to the. 7i77 are the three encoders and their 10v analog and drive enable.
Power is supplied by the 5i25. I've checked the jumpers just in case, they're set correctly as you'd expect, the set up was working a day or so ago.
I tried the 5i25 in another pc to test. Swapped the hard drive first, booted it up, Linux booted up correctly. Then I installed the 5i25 and the pc wouldn't even boot with the card installed, just to confuse things. Reinstalled everything back in the original pc and it booted up but still wouldn't load lcnc. So there you go.
Is there any basic wiring I might have stuffed up that could damage the card?
Should I try powering the 7i77 with a 5v supply?
Any steps I can take to test things?
I finally got the basics working on my biesse rover conversion. The pc with the 5i25 was set up about a year ago and I connected the axis motors to get them running in a basic state, no runaways, that kind of thing. I've been working towards getting the (new) axis motors installed on the machine and yesterday I got the three axis servos installed finally. Last week's job was getting estop and encoders wired neatly.
So. Here's the problem. After finally lugging the massive x motor into place and getting it bolted up I was very excited to finally see this machine move under its own power. I've had the control cabinet and pc powered up regularly over the last few days getting the estop sorted. Testing the drives function as expected etc. The pc was last functioning on Friday evening, jogging the axis motors etc, I haven't made any changes to the pc since.
Now I'm getting an error when loading linuxcnc.
linuxcnc analogue0.scalemax not found
So the 7i77 isn't responding. Cr1, 6 and 7 are lit. There's no field power connected to the 7i77 at the moment. Only connections to the. 7i77 are the three encoders and their 10v analog and drive enable.
Power is supplied by the 5i25. I've checked the jumpers just in case, they're set correctly as you'd expect, the set up was working a day or so ago.
I tried the 5i25 in another pc to test. Swapped the hard drive first, booted it up, Linux booted up correctly. Then I installed the 5i25 and the pc wouldn't even boot with the card installed, just to confuse things. Reinstalled everything back in the original pc and it booted up but still wouldn't load lcnc. So there you go.
Is there any basic wiring I might have stuffed up that could damage the card?
Should I try powering the 7i77 with a 5v supply?
Any steps I can take to test things?
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17990
- Thank you received: 4837
06 May 2020 02:22 #166830
by PCW
Replied by PCW on topic 7i77 not detecting all of a sudden
You may need an external 5V supply depending on the current draw
of the encoders. If you power the 7i77 from the 5I25, you should verify
that the 5V is OK at the 7I77 (you can measure at P1)
"analogue0.scalemax not found" means the analog section that is powered
by the 5V is not operating. This could be a 5V power, cable 7I77 or 5I25
issue.
of the encoders. If you power the 7i77 from the 5I25, you should verify
that the 5V is OK at the 7I77 (you can measure at P1)
"analogue0.scalemax not found" means the analog section that is powered
by the 5V is not operating. This could be a 5V power, cable 7I77 or 5I25
issue.
Please Log in or Create an account to join the conversation.
- SPH
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 82
- Thank you received: 6
06 May 2020 03:00 #166833
by SPH
Replied by SPH on topic 7i77 not detecting all of a sudden
Measured 5v on the parallel cable. Pins 18-25. The 5i25 looks to be supplying power.
Loaded the 5i25 from the command line, show pin shows 10 encoders and 0-33 gpio. The 7i77 io should show at this point from what I understand.
Loaded the 5i25 from the command line, show pin shows 10 encoders and 0-33 gpio. The 7i77 io should show at this point from what I understand.
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17990
- Thank you received: 4837
06 May 2020 04:09 #166836
by PCW
Replied by PCW on topic 7i77 not detecting all of a sudden
Does the field I/O show up if field power is present?
If the 7I77s CR6 and CR7 are on (yellow LEDs near the center of 7I77 card)
the means the analog section is powered and out of reset
So it could be a cabling problem or other problem in the serial
data path from the 5I25 to the 7I77 and back
If the 7I77s CR6 and CR7 are on (yellow LEDs near the center of 7I77 card)
the means the analog section is powered and out of reset
So it could be a cabling problem or other problem in the serial
data path from the 5I25 to the 7I77 and back
Please Log in or Create an account to join the conversation.
- SPH
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 82
- Thank you received: 6
06 May 2020 04:44 #166837
by SPH
Replied by SPH on topic 7i77 not detecting all of a sudden
The field power was applied when I loaded the card and showed the pins.
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17990
- Thank you received: 4837
06 May 2020 11:57 #166864
by PCW
Replied by PCW on topic 7i77 not detecting all of a sudden
can you post the result of:
sudo mesaflash --device 5i25 --readhmid
sudo mesaflash --device 5i25 --readhmid
Please Log in or Create an account to join the conversation.
- SPH
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 82
- Thank you received: 6
06 May 2020 23:27 #166907
by SPH
Replied by SPH on topic 7i77 not detecting all of a sudden
Here's the log.
I've brought the PC and cards home so I can trouble shoot the setup without running back to the warehouse.
I forgot to bring the TB2 connector though so there's no field power applied at the moment. Just to reiterate though this setup was working without field power connected up until the other day. When I did the initial config I didn't setup any IO, limits or anything. Just FYI.
I'll get the plug when I'm out later in the day and connect a 24v supply.
I've also got a 5v supply here so I can test the 7i77 with a dedicated supply.
I've brought the PC and cards home so I can trouble shoot the setup without running back to the warehouse.
I forgot to bring the TB2 connector though so there's no field power applied at the moment. Just to reiterate though this setup was working without field power connected up until the other day. When I did the initial config I didn't setup any IO, limits or anything. Just FYI.
I'll get the plug when I'm out later in the day and connect a 24v supply.
I've also got a 5v supply here so I can test the 7i77 with a dedicated supply.
Attachments:
Please Log in or Create an account to join the conversation.
- SPH
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 82
- Thank you received: 6
06 May 2020 23:42 #166908
by SPH
Replied by SPH on topic 7i77 not detecting all of a sudden
Just, setup the 7i77 up for external 5v, powers up just fine but no change in behaviour. CR1, 6 & 7 lit (still no field power applied)
Readhmd output is identical.
Readhmd output is identical.
Please Log in or Create an account to join the conversation.
- PCW
- Online
- Moderator
Less
More
- Posts: 17990
- Thank you received: 4837
06 May 2020 23:59 #166909
by PCW
Replied by PCW on topic 7i77 not detecting all of a sudden
For external 5V power do you have:
7I77 W5 RIGHT
7I77 W4 and W12 LEFT
5I25 W2 DOWN
?
7I77 W5 RIGHT
7I77 W4 and W12 LEFT
5I25 W2 DOWN
?
Please Log in or Create an account to join the conversation.
- SPH
- Topic Author
- Offline
- Premium Member
Less
More
- Posts: 82
- Thank you received: 6
07 May 2020 01:01 #166915
by SPH
Replied by SPH on topic 7i77 not detecting all of a sudden
Yes, all as above.
Sorry, I should have stated that to speed things up.
Sorry, I should have stated that to speed things up.
Please Log in or Create an account to join the conversation.
Time to create page: 0.106 seconds