Hello Guest it is March 28, 2024, 02:54:50 PM

Author Topic: Acu-rite Glass Scale Position-Trac Coding  (Read 11598 times)

0 Members and 1 Guest are viewing this topic.

Offline pofo

*
  •  55 55
    • View Profile
Acu-rite Glass Scale Position-Trac Coding
« on: September 23, 2010, 12:46:12 AM »

Has anyone used an Acu-Rite glass scale with the Position-Trac feature as a positioning system on Mach 3? Position-Trac encodes the absolute position of the axis into the reference output.

Offline Tweakie.CNC

*
  • *
  •  9,196 9,196
  • Super Kitty
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #1 on: September 23, 2010, 05:24:41 AM »
I really don't think there would be any point in doing this unless you are saying that the accuracy of servo mounted encoders is not good enough.

Tweakie.
PEACE

Offline pofo

*
  •  55 55
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #2 on: September 23, 2010, 11:42:20 AM »

Tweakie,

In this system (Millpwr), the glass encoders are used for the feedback loop. There are no encoders on the motor. But that function is ok. I am able to get pulses for the x and y movement.

What I would like to do is use the reference output of the glass encoder to home the axis. On this encoder, they have a reference track that has reference pulses somehow encoded such that the absolute position of the table can be determined. I thought I just had one pulse in the middle of the table that I could use as a reference for home, but instead, I have many pulses I don't know what to do with. So I need to know how to use the reference track. They call  it Position-Trac. I'm guessing that the reference pulses are somehow spaced differently along the scale so that the encoder pulses can be counted between reference pulses to determine where you are; Meaning the distance between reference pulses is different along the scale so that the count would increment by one for each reference pulse. It's just a guess and I haven't the means yet to count pulses  to see if that is true.

Offline Tweakie.CNC

*
  • *
  •  9,196 9,196
  • Super Kitty
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #3 on: September 23, 2010, 12:00:28 PM »
Right - I see what you are trying to achieve now.

As far as I am aware Mach does not operate in closed loop mode.
With servo systems the feedback loop is closed within the servo driver and errors corrected at that point rather than within Mach itself.

This does not mean to say that Mach cannot be operated in closed loop mode but you might just have to be the first person to do it  :)

Good luck,

Tweakie.
PEACE

Offline pofo

*
  •  55 55
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #4 on: September 23, 2010, 12:56:24 PM »

Understood about Mach. I'm using a DSPMC controller with Mach that is closed loop. I'm posting here just in hopes that someone has come across this and has the information.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #5 on: September 23, 2010, 02:59:43 PM »
Can the DSPMC not do index homing?
The way my servo drives handle it is I get Mach to tell them to home, the drive moves the motor until it sees a home switch then it seeks out the index pulse and sets home, then the drive informs Mach it has homed and Mach sets the machine coords.
Hood

Offline pofo

*
  •  55 55
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #6 on: September 23, 2010, 05:37:51 PM »


Good idea. I don't have my DSPMC yet, but that sounds like it would work.

But I'd like to take advantage of the absolute positioning and not have to put in limit/home switches. I'd like the controller to read its current position and then know directly from that, which way to go to get home.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #7 on: September 23, 2010, 05:43:42 PM »
I'd like the controller to read its current position and then know directly from that, which way to go to get home.

My drives do that, if the switch is active they will back off until its inactive then will seek the switch again. So all that is needed  is that the switch is activated and kept that way in that direction.
Actually my drives can be configured many ways for homing but thats the way I choose.
Hood

Offline pofo

*
  •  55 55
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #8 on: September 23, 2010, 07:35:14 PM »

I want to do it from a cold start, when the controller has no idea where the table is. That is the purpose of the Position-Trac coding. When you boot up, the controller doesn't know where the table is and with Position Trac, it can determine the absolute position of the table by reading the Position Trac coding.

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: Acu-rite Glass Scale Position-Trac Coding
« Reply #9 on: September 23, 2010, 07:50:14 PM »
Mine can do it from a cold start, granted I have to reference the axis but the switch is either active or inactive so the drive knows which way the initial move should be.
It may be possible for the DSPMC to read the coding on your scales but afraid I know nothing about the DSPMC's inner workings.
Hood