Análise de vibração de um motor a partir de Arduino e identificação de falhas

Olá a todos. Sou novato no mundo do LabVIEW, por isso gostaria de uma ajuda de vocês. Tenho em minha faculdade o LabVIEW 2010.
Estou realizando meu projeto de final de curso e tenho como objetivo identificar falhas em um motor a partir da vibração medida com um acelerômetro. Para explicar melhor meu objetivo, separei ele em três problemáticas:
- Aquisição de dados:
O primeiro passo é realizar a aquisição dos dados provindos do sensor. Visando baixos custos, opitei por usar o conjunto Arduino + Sensor ADXL345. Porém tive dificuldades em utilizar o protocolo I2C com o LabVIEW usando o LIFA (LabVIEW Interface for Arduino). Acabei optando por utilizar o próprio Arduino para medir a vibração e usar o VISA do LabVIEW para realizar a aquisição de dados. Para isso utilizei o VI em anexo que encontrei na internet. ele funciona muito bem, mas gostaria de utilizá-lo como Sub-VI em outro VI, já que o acelerômetro tem três medidas (X, Y e Z) e estou tendo dificuldades para isso, graças ao White Loop. Tirando o White Loop e os Switches, não consegui fazer dados saírem para outro VI, alguém pode me dar uma luz?
- Tratamento dos dados:
Antes de identificar o erro, gostaria de aplicar uma transformada de fourier nos dados que estão entrando (x, y e z) a fim de gerar um gráfico no fomínio da frequência. Alguém tem um exemplo de uso do bloco de transformada de Fourier no LabVIEW para eu estudar? Outras dicas são muito bem vindas.
- Comparação dos dados:
O último passo é usar alguma técnica de comparação de dados (como o Comparison Express) para comparar a vibração do motor com dados previamente armazenados em um arquivo de texto ou planilha, com a finalidade do LabVIEW identificar por conta própria qual é a falha presente no motor. Porém tive dificuldades em usar um arquivo como Input no Comparison Express, alguém já fez isso antes?
Enfim, agradeço antecipadamente qualquer ajuda que receber. Como sou novo no LabVIEW, estou tendo várias dificuldades, mas espero conseguir atingir meus objetivos. Lembrando que estou com o LabVIEW 2010, se vocês puderem compartilhar VIs compatíveis vão me ajudar muito.
Anexos:
Data Aquisition.vi ‏37 KB

Bom dia otaconlink. Tudo bem?
Aquisição de dados:
Gostaria de saber o que você gostaria de modificar no programa, são os dados de vibração?
Tratamentos de dados:
 O seguinte link indica alguns exemplos aplicáveis ao seu programa:
http://venus.ni.com/nisearch/app/main/p/bot/no/sn/catnav%3Aexample/ses/false/ap/global/q/fourier/lan...
Comparação de dados:
Você pode utilizar a estrutura de caso.
Alguns exemplos de comparação de dados:
http://zone.ni.com/devzone/cda/epd/p/id/4719
http://zone.ni.com/devzone/cda/epd/p/id/5219
https://decibel.ni.com/content/docs/DOC-12441
http://zone.ni.com/devzone/cda/epd/p/id/5785
Atenciosamente.
Erick Yamamoto
Application Engineer
National Instruments Brazil
Visite a nossa comunidade em PORTUGUÊS!!!

Similar Messages

  • Text control boxes in PDF's created in InDesign

    Not sure if this was the best place to post this, but I'm new to using InDesign and not sure who to ask.  Here is my dilemma:
    I have created an exercise book in Word.  There are various sections, some have questions while others are more of a journal.  I have added a Rich text Content control box which will allow users to type in their answers or add daily content to the journal and the boxes expand as long as they are inserting text.  The section breaks keep the headers and footers in the correct placement.  This also allows them to print the document with all of their answers showing.
    Now, the problem is that, while the client likes this, they don't like that the headers and footers are grayed out and the colors are not as vibrant in Word as the program part I created and saved as a PDF.  They also don't like that if we keep this as a Word document, all the text is editable. 
    So my question is, can I create a PDF that has the same features with the expandable text control boxes.  If I can, would you recommend InDesign to do this?

    4tun8mom wrote:
    Now, the problem is that, while the client likes this, they don't like that the headers and footers are grayed out and the colors are not as vibrant in Word as the program part I created and saved as a PDF.
    They're being a bit impractical in their complaints, in fact they remind me of my Dad!  The final product is still fine.
    4tun8mom wrote:
    They also don't like that if we keep this as a Word document, all the text is editable.
    That's fair enough, the solution would be to make the text in the header and footer an image instead.
    4tun8mom wrote:
    So my question is, can I create a PDF that has the same features with the expandable text control boxes.  If I can, would you recommend InDesign to do this?
    No you can't.  I'm pretty sure you can't create a PDF with expandable boxes and I'm very sure that you can't create a PDF that will add pages with headers and footrs.  However you can create a PDF with basic fillable text boxes, they're called forms and you need Acrobat as well to do it, google it and you'll find plenty of info.

  • Hyphenation & text-align:justify in PDF's with CFDOCUMENT

    Hello everybody!
    We are using CF8.1 and are having problems of generating well designed PDF outputs with CFDOCUMENT. We would like to print out reports, which are hyphenated and have the text aligned. Example:
    This works fine:
    <html lang="en">
    <STYLE>p { width:260px;background-color:blue;-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;  -hyphens: auto;text-align:justify}</STYLE>
    <P>Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer</P>
    </html>
    This won't:
    <CFDOCUMENT FORMAT="PDF">
    <html lang="en">
          <STYLE>p { width:260px;background-color:blue;-moz-hyphens: auto; -o-hyphens: auto; -webkit-hyphens: auto; -ms-hyphens: auto;  -hyphens: auto;text-align:justify}</STYLE>
          <P>Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer Haematodynamometer</P>
    </html>
    </CFDOCUMENT>
    Do you have any solutions on this topics? Are do I have to wait until CF11.
    Thanks in advance
    Matthias

    4tun8mom wrote:
    Now, the problem is that, while the client likes this, they don't like that the headers and footers are grayed out and the colors are not as vibrant in Word as the program part I created and saved as a PDF.
    They're being a bit impractical in their complaints, in fact they remind me of my Dad!  The final product is still fine.
    4tun8mom wrote:
    They also don't like that if we keep this as a Word document, all the text is editable.
    That's fair enough, the solution would be to make the text in the header and footer an image instead.
    4tun8mom wrote:
    So my question is, can I create a PDF that has the same features with the expandable text control boxes.  If I can, would you recommend InDesign to do this?
    No you can't.  I'm pretty sure you can't create a PDF with expandable boxes and I'm very sure that you can't create a PDF that will add pages with headers and footrs.  However you can create a PDF with basic fillable text boxes, they're called forms and you need Acrobat as well to do it, google it and you'll find plenty of info.

  • How to install LVIFA_BASE in ARDUINO UNO.

    I am using arduino uno with LABVIEW 2012 EVALUATION VERSION. I had installed LIFA in my win7. I want to control servo motor using LABVIEW .
    I had put the sketch of LVIFA_BASE.pde on arduino software. Then i uploaded LVIFA_BASE on arduino.
    I open the code for controllingservo in labview. and run. It shows ERROR 5002.
    please tell me how to use LVIFA_BASE and control servo and d.c. motors from LABVIEW using arduino.
    arduino>>>file>>> open>>> LVIFA_BASE_2.1.1.69>>> LVIFA_BASE.pde>>> ?????????
    what to do next. and how to control using LABVIEW

    Looks like he's opted to continue this one Gerd. I'll put a duplicate notification on the second thread.
    Chakslord: The latest version of LIFA is 2.2.0 which was updated 31 Aug 2012 to include support for LabVIEW 2012 - are you sure that you are using this latest version? (probably not, looking at the changelog on your screenshot). Update your LIFA version and hopefully this will solve the issue you are seeing.
    An easy way to keep up to date with new versions is to use VIPM.
    -CC
    "If anyone needs me, I'll be in the Angry Dome!"

  • Voting system, questions and answers.

    Ok, you can call me blind, dumb or whatever you want but... I simply can't find how to give someone votes (I don't even know how many I have lefy), how to mark my post as a question or as an answered question.
    Could someone explain me as if I were 4...
    Thanks.
    JP

    I absolutely hear what you're saying.
    But you pose the question: "Is it really about the levels, or about helping our fellow users" ?
    Why must it be either, or. Why can't it be about both: Helping fellow users, and feeling good about having rendered that help -- both for the sake of rendering help and for the sake of that tiny carrot called appreciation in the form of + votes and leveling.
    The old Discussions system expressly rewarded people who contributed and for receiving the thanks of one's fellow users in the form of + votes. Custom avatar privileges were conferred upon those who qualified for Level 3 status. Lounge access was given to those who qualified for Level 4 status. And under that reward system, the Discussions were vibrant, (imo) thoughtful (for the most part), involved many different users and concerned many different topics.
    It's true, as someone pointed out earlier, that children get gold stars. Adults don't. That's also true. Adults get something else, bonuses, an increase in their return on investment, other rewards. Yankees Third Baseman Alex Rodriguez just won the MVP (Most Valuable Player) award in the American League in US Baseball for the season just ended. Did he play so well during the year strictly for the award, the publicity and recognition that went along with it, or for the one million US $ bonus that he got as a result? No, of course not. He's a competitor and a professional athlete and he no doubt wanted to do his best and help his team win, regardless of the prizes and recognition. But was he happy to receive the awards he got? I would imagine so.
    IMO, it was about both helping for the sake of helping and about being recognized for having helped in some extremely small way that didn't cost anybody. Now that extremely small carrot, that tiny but nonetheless palpable sense of feel-good recognition has been taken away for reasons that (to me anyway) just don't seem particularly compelling and seem almost certain to result in less people participating in fewer Discussions.

  • [basic] the scope of motion control in LV

    I am a very beginner in motor control part.
    Very recently, some motor need to use some proper control board in control unit or PC.
    If so, what is the scope of the motion control driver (library) in LabVIEW developement version?
    Some restricted motor type?
    What other instrument should I prepare to use the driver?
    What's the difference between this type(PC or control board) and NI motion controller?
    Any materials for beginner should be welcomed.

    For getting started with NI Motion Control I recommend this website. Here you will find tutorials, webcasts, selection guides and much more.
    In general NI Motion solutions are not limited to specific motor types or applications. Depending on your application requirements you can select between motion control plugin-boards or software defined systems based on real-time hardware and/or FPGA technology.
    Please have a look at our web resources first and post any specific questions to the forum.
    Thanks,
    Jochen Klier
    National Instruments

  • How can I hold a value of voltage, which can be used as a numeric value

    Hi, I'm trying to read in a voltage value and then hold it when i press a button. This value should then be able to be used as a numerical value, e.g. I can divide it or add constants etc. I realise this is probably a totaly remedial question, but it's for my dissertation at uni and my tutor thought it would be a great idea to program part of it in Labview, which NOONE in the uni knows how to use, and we've never been taught it.
    Any help would be awesome,
    Grant

    Thanks JoeLabView, but maybe I should start by describing the purpose of the program.
    I'm reading the voltage going into a DC motor (max 200V) so i'm using a 10:1 voltage divider to reduce the voltage seen by my labjack since it can only measure up to 20V. I read the voltage seen at the voltage divider, e.g.  20V at 200V and then, in labview, multiply this by a multiplying factor to get it back to 'actual' voltage. e.g. 20*10 = 200. But since resistors aren't made perfect, (especially not 5A ones) my divider actually works out at something like 9.8756:1. Therefore I have to set the voltage to the motor to something known (e.g. 100V), then tell labview that value, it reads the voltage input to it through the labjack, and MultFactor = UserInputVoltage/LabjackVoltage.
    Using the multiplying factor, I can then display the 'Actual' voltage over the motor.
    The motor is also being controlled by LabView, but this is simply using a slider, attached to an analogue_out VI for the LabJack, so shouldn't be too consequential.
    Now to answer your questions.
    1) The LabJack is a USB device which 'instantaneously' reads the voltage, so as the voltage input to it changes, so does the value output by its VI in LabView. It changes in real time.
    2) I will need to continue to use the input from the LabJack once I have generated the mulitplying factor, multiplying the LabJack input by the multiplying factor in real time, so I can plot a graph of the change in voltage with 'real' values.
    3) Do you mean what does my program do just now when i release the button, or what i want it to do?
    4) I don't know how to structure the program, but hopefully what i've said above should help.
    5) The interface will include;
    Numeric Control to set the 'actual' input voltage
    A button to tell the program when to generate the mulitplying factor
    A waveform chart displaying the 'actual' voltage (0-200V)
    A slider that I can use to control the motor. (this part i can do myself, it's a reference for a PWM circuit connected to a buck converter)
    Thanks again man, hope this is what you need.

  • Use one software and grab at the same time

    Hi everybody,
    I have a little problem, I`m sure it is easy to resolve but I didn`t find the solution.
    I have my first which use to open and close the gates..... But all the stuff is in a box, I can only check inside with one camera.
    I would like to be able to see inside the box with my camera to be able to open or close the gate when I have to.
    That`s my main software:
    And I would like to add the code to acquire the images.
    I know how to witte this code, but when i tried to add it. there are some problem. I can not see the picture pr use the motor.
    Anyway I don`t know how to include the acquiring software.
    Thanks you for yours solutions ^^

    Hi,
    Ok I will try to give you more information. I am not an expert so my apologize if sometimes it is not clear or complete.... 
    1. The camera is one "Point grey flea 3 usb 3.0", For the interface, all my stuff have to do with LabVIEW, so I have to acquire the video with LabVIEW.
    2. So how to explain clearly everything. Well with picture it is probably better.
    First here you will see on what I am working.
    My motor is connected with and other piece of metal (inside the white block). In this piece there are some holes. With the motor I am going to shift all this piece of metal and the holes will be just in front off the way. (There are some flies at the beginning, and when I open the gates, they are able to go in the Y.
    Then, my motor is connected to Arduino and I connected Arduino with LabVIEW. (it exist one Package)
    In this code, there is not only one motor like in the previous picture but two, because there are two side in the white plastic block.
    It is a simple code, at the beginning the doors of the piece of metal are close, when I push on "open", the motor turn, pull the peice of metal and the gates are open. and when I push on "Close behind door" or "Close front door" I can choose which one I want to close. The motor turn in the other sens and push the piece of metal to close the doors.
    In this code, everything works very well, no trouble with that.
    3. and 4. Ok think I explained almost everything.
    5. Yes I  start with one example in Find Example. the Keyword are "Arduino" and "sevo". I just modified a little, but it is approximately the same.
    6. Not really, I began with Labview two month ago, I watched a lot of video, read a lot of post in this forum, and posted a lot of question..... But Yes I should but time flies!!!!! and I`m here only four month to work.
    Anyway,  All my system is in a closed crate, and above there is one camera to see inside. So Before to close the gate, all my flies have to be in the "Y", and I can only see inside with this camera. So I would like to add in this software, one code to be able to see inside my box when i have to open and close the gate.
    I hope really it is more clear for you,
    Thanks
    Gerday M
    EDIT: By the way, probably it will be not really necessary, my boss would like to put one timer, So everything will be done automatically. But It doesn`t matter, I would like to know how to do.
    It will not be some lost time for me.

  • Hp officejet J5780 parts

    hello HP world , this is my first time here , i love HP products and i must say i am proud of their quality so far  
    i have a question needs an answer if possible and will be very thankful if it could help me . 
    i own an HP officejet J5780 all in one ( a true working donkey ) with no complains . i recently opened it completely apart and carefully super cleaned it along the motors and parts and its electronic boards ( using pure bristle brush ) to avoid any damage to the sensitive parts , however ? i discovered an odd part now that i am about to reassemble it ( i know one must say : with ? ) lol , so i need help to find which part is it and where does it fit before assuming things ; and my question is :- 
    where i can find a maintenance or complete diagram of its assembly ? thank you .

    Hi Anunnaki-seed,
    Welcome to the HP Forums.
    I see that you are looking for an assembly guide to the printer of its internal operation.
    I am sorry to say but we do not have any such diagram.  I might be able to help if you were able to upload a picture of the piece in question.
    The only other option would be to contact HP Total Care to see about further options for you. If you are calling within North America, the number is 1-800-474-6836 and for all other regions, click here: click here.
    Thanks for your time.
    Cheers,  
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Como zerar o indicador LV que lê o um sinal de um resolver de um servo motor e a posição de um transdutor linear?

    Estou coletando através de uma placa PCI 6221 um sinal de um resolver de um servo motor, porém quando mando referenciar o zero no servo motor a placa não indica que o motor está na posição 0º.
    Isso também ocorre com um transdutor linear de posição Heidenhain MT 1271, onde não consigo referenciar a posição zero de trabalho.

    Discussão movida de  Comunidade SAP em Português (Portuguese Language Community) para Bancos de Dados & Tecnologia (Database & Technology)
    E Paulo. Obrigado por contribuir.

  • Preciso de dicas para Análise de Ordem.

    Possuo um arquivo em formato waveform, com dois canais analógicos, sendo o primeiro com pulsos que correspondem a 1/rev do eixo e o outro com aceleração vertical no mancal. Como posso transformat este primeiro em sinal de rotãção para análise de ordem ou plotar um em função do outro em um waterfall graph, para analisar as frequências e ordens de maior amplitude?

    Voce pode plotar um em função do outro utilizando o "Waveform Graph" control, se voce estiver utilizando Labview 6.1 voce pode navegar nos exemplos e procurar o exemplo chamado "Graph Waveform Arrays.vi" que mostra como plotar um array em função do outro.
    Espero que ajude
    Andre Oliveira

  • Relatório de Análise de Vendas

    Problema:  Gerei um a determinada fatura (NFs) com e utilizei um código de imposto com a combinação (ICMS=17%+IPI=15%). O valor total desta nota R$ 115,00 só que quanto puxo o relatório de análise de vendas  o valor que é exibido no campo Total de Nota Fiscal de Saída é inferior ao valor gerado na fatura (está deduzido o IPI) R$ 100,00 só que meu contas a receber consta o valor total da nota R$ 115,00.
    Daí cabe o seguinte questionamento:
    O relatório de Análise de vendas não deveria trazer informações detalhadas sobre o volume de vendas atingido com os seus clientes conforme gerado nas minhas faturas(NFs)?
    Seria isso uma concepção do sistema? O relatório de análise de vendas exibe as minhas receitas líquidas ou bruta?
    Alguém já passou por algum problema semelhante ou teria ao menos uma explicação para esse comportamento?
    Augusto Requião
    Skype: cesarfex
    Edited by: Rui Pereira on Jul 2, 2008 6:44 PM

    O relatório de análise de vendas não puxa o IPI por este imposto não estar embutido no preço do item.
    Para fechar com o contas a receber, deve-se criar um relatório a parte (é que estamos fazendo sempre).

  • Como controlar um motor de passo com labview?

    Olá, espero estar perguntando na categoria correta.
    Sou iniciante em LabVIEW e preciso construir um programa que controle um motor de passo conforme digito quantos passos ele deve andar. Daí gostaria de uma luz sobre como fazer isso.
    Na verdade, o plano total é, para cada quantidade de passos, verificar a posição do equipamento (através de um outro software conectado ao LabVIEW) e, assim, traçar gráficos passos x posição, mas isso fica para depois; primeiro gostaria de um tutorial, alguma coisa que me ajudasse a controlar o motor.

    Bom dia,
    Esses dois termos são um pouco parecidos com o dilema dos termos sensores e transdutores, isso porque as pessoas às vezes acabam usando ambos como sinônimos e isso gera uma grande discussão sobre as pequenas diferenças de significado. No entanto, se você trocar a palavra sensor por transdutor ou vice-versa, muito provavelmente você será entendido.
    O significado exato do termo controlador ou driver vai depender muito do contexto que você o está usando, por exemplo, se eu estou falando de controlador no contexto sistemas de controle, ele provavelmente entendido como "compensador" (exemplo um compensador PI, PID, entre outros). No entanto, em algumas áreas os termos podem se confundir, como é o caso de quando estamos falando sobre um equipamento que aciona algum motor ou equipamento. A pequena diferença nesse último contexto é que quando se fala em driver, entendo como um dispositivo que tem além de um compensador (seja ele de malha fechado ou não), tem uma eletrônica de potência para o acionamento do dispositivo.
    Espero ter ajudado a esclarecer um pouco mais sua dúvida.
    Atenciosamente,
    Plínio Costa
    Application Engineer
    National Instruments Brazil

  • Usb 6009:connecting the sensor and motor

    Hi there,
    I am new to the labview also the usb-6009. I want to know if I can connect my sensor to the device. The output of the sensor is either analog voltage, pulse width or serial.If I want to use the AN pin, can I just connect the wire to the ADC from the usb or I need to add some circuit before connect it to the usb?also, if I want to control the brushless dc motor with the driver, can I just connect the wire from the motor driver direct to the device? How to connect it?
    Thanks

    You can connect analog voltages directly to the USB-6009 to be measured as long as they do not exceed the input limits (-10V to +10V).
    Connecting the motor directly to the outputs is a bad idea.
    Digital output is 0-5V, 8.5mA
    Analog output is 0-5V, 5mA
    So unless your motor draws less than 5mA (extremely unlikely) you'll blow up your DAQ!
    You will need to buffer the outputs somehow unless you are just driving logic gates.
    It's all on the datasheet... http://www.ni.com/pdf/products/us/20043762301101dlr.pdf
    Message Edited by Troy K on 06-06-2008 02:36 PM
    Troy
    CLDEach snowflake in an avalanche pleads not guilty. - Stanislaw J. Lec
    I haven't failed, I've found 10,000 ways that don't work - Thomas Edison
    Beware of the man who won't be bothered with details. - William Feather
    The greatest of faults is to be conscious of none. - Thomas Carlyle

  • Difference between open loop and closed loop mode when finding the index on a stepper motor axis.

    I have a test system which uses a PXI-7352 motion controller with a MID-7602 stepper motor drive to position a 200 step/revolution stepper motor with an attached 1000 line encoder.  The MID-7602 is configured for 64 microsteps per step, giving 12,800 microsteps and 4000 encoder counts per revolution.  The system is controlled using LabView 7.1 and NI-Motion 6.13.  To home the motor, I've defined a sequence in MAX which first finds the reverse limit switch and then moves forward to the encoder index pulse.
    When finding its reference in open loop mode, the system its reference at the same microstep each time.  When findings its reference in closed loop mode, the system finds its reference somewhere within about a 20 microstep wide range.
    I hope somebody out there with more experience with this controller can describe the difference between finding the encoder index in open loop mode and finding the encoder index in closed loop mode. 
    Thanks,
    Mark Moss

    Hello Mark,
    I suspect that the behavior you are experiencing has today
    with the resolution difference between your encoder and your
    microstepping.  Let me illustrate with an
    example:
    Example Setup
    Stepper
    Motor
    NI
    Motion Controller
    10
    steps per encoder pulse (Every 10 steps the controller gets an encoder
    pulse, therefore positions 0-9 all appear to be 0 to the controller)
    The
    system has a maximum of 3 pull in moves set
    Open Loop Scenario
    The
    system is commanded to go to position 9.
    The
    controller sends out 9 pulses.
    The
    motor moves to position 9.
    Closed Loop Scenario
    The
    system is commanded to go to position 9.
    The
    controller sends out 9 pulses.
    The
    motor moves to position 9.
    The
    controller checks its position and sees that it is still at position 0
    because it has not received an encoder pulse.
    Because
    the controller thinks it is still at position 0, it sends another 9 pulses
    as its first pull in move.
    The
    motor moves to position 18.
    The
    controller checks its position and sees that it is at position 10 because
    it has only received one encoder pulse.
    Because
    the controller thinks it is still at position 10, it sends1 reverse pulse
    as its second pull in move.
    The
    motor moves to position 17.
    The
    controller checks its position and sees that it is at position 10 because
    it has only received one encoder pulse.
    Because
    the controller thinks it is still at position 10, it sends and additional
    single reverse pulse as its third pull in move.
    The
    motor moves to its final position of 16.
    I believe something similar is happening with your
    application as it looks for the index pulse. 
    Because the controller does not compensate for what it perceives as
    position error in open loop mode, the motor always goes to the same commanded
    position.  In closed loop mode, the motor
    is bouncing around inside the single index encoder pulse trying to find a
    certain position.
    There are several recommendations I can make towards
    correcting this behavior.  These
    recommendations are in order of effectiveness:
    Setup
    your system so that there are more encoder counts per revolution than
    steps per revolution.
    Turn
    off pull-in moves by setting them to 0 in MAX.
    Use an
    open loop configuration.
    Play
    around with the pull in window in MAX.
    Regards,
    Luke H

Maybe you are looking for

  • How can i transfer my music from my desktop itunes to my laptop itunes???

    so i downloaded music on my lap top(macbook air)the itunes and i normally do it on my desktop witch is also a mac, but when i went to sync my new music onto my ipodtouch from my laptop it said it would erase all the music i already had so i cant have

  • Windows 8.1 desktop Freezes after boot for about 20 seconds

    only the desktop freezes, it refuses to accept clicks on anything then all of the sudden it works fine. if I opened an application (like tmp.txt ) I get as many as I clicked on during the freeze period. the task bar works during this freeze period, j

  • File Save Dialogue

    With previous versions, I would use hot key Shift+Command+S to save as - it would open file save dialogue (looked like mac OS) and I could choose location (by default it was in same location) and I could rename and save/ replace. With Pro DC update,

  • PDF won't print form fields created within CS6

    Hello! I have created a document within InDesign CS6 that contains "Text Field" form fields. I exported the document as an "Interactive PDF" and within Adobe Acrobat 10 (Professional) I can see the the form fields as pale blue boxes (see screen shots

  • Nokia N96 Updated But Problems

    Hi there, I have had my n96 for a couple of months now. Timed Had Come To Debrand It and update it i updated it to v12 from v11 then i couple days later v20 was released so i updated it to the latest but then bang. update finishes fine and phone was