Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   NI LabVIEW (http://www.chiefdelphi.com/forums/forumdisplay.php?f=182)
-   -   CAN Encoder Programming problem (http://www.chiefdelphi.com/forums/showthread.php?t=112949)

Greycrazygamer 06-02-2013 23:45

CAN Encoder Programming problem
 
we are designing a pivot drive system this year for our robot, however i am running into some problems with the code. We integrated the example CAN position.vi example from labview into teleop, however, when running the code, our AMS as514sb encoder will go to a certain value, then reset to 0. for example, if i set its position to 2 rotations, it may go to 1.78, then reset back to 0. this produces an effect of the motor continuously running, attempting to reach 2.00, but failing. interestingly, the encoder pulses seems to control the range of value we can move between before the value resets to zero. We are also running a US digital encoder to turn our wheels forward/back and we are having no problems with this encoder. i know the the AMS can utilize must higher pulses per minute than the US, but im not sure if that should effect the code.

Alan Anderson 06-02-2013 23:55

Re: CAN Encoder Programming problem
 
The AS5145B is intended to be used as a rotational position encoder, not a quadrature encoder. How do you have it connected? How are you reading its value?

ILikePizza555 07-02-2013 00:14

Re: CAN Encoder Programming problem
 
I'm from the same team as CrazyGamer and we are working together on this.

This is how we wired it:
Spoiler for Wiring:




ILikePizza555 07-02-2013 00:15

Re: CAN Encoder Programming problem
 
This is how we coded it:
Spoiler for code:

Begin.vi:

Cust M. - Open vi:

Cust. M. - EncodeMotor:

Teleop:


Alan Anderson 07-02-2013 08:08

Re: CAN Encoder Programming problem
 
Quote:

Originally Posted by ILikePizza555 (Post 1229231)
This is how we wired it:

On the sensor, I see six wires: two red, two white, and two black. On the Jaguar, I see five: one each of red, white, and black, and two gray. What happens to the wires between the two devices?

You apparently have something connected to the "I" (index) pin of the Jaguar's encoder input. A signal on that pin will reset the count. Try just removing that connection and see if the count starts doing what you expect.

ILikePizza555 07-02-2013 23:01

Re: CAN Encoder Programming problem
 
Quote:

Originally Posted by Alan Anderson (Post 1229279)
On the sensor, I see six wires: two red, two white, and two black. On the Jaguar, I see five: one each of red, white, and black, and two gray. What happens to the wires between the two devices?

You apparently have something connected to the "I" (index) pin of the Jaguar's encoder input. A signal on that pin will reset the count. Try just removing that connection and see if the count starts doing what you expect.

The wire leading that plugs into (-) on the Jag gets split into two and goes into gnd and Csn on the encoder.


All times are GMT -5. The time now is 12:16.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi