How to do Torque mode(position-velocity disabled)using 7344 & torque xdcr signal to 7344 ANI chan ?

Seeking advice on a preferred method to do a torque control application using a PXI-7344, a brushless DC servo motor, digital servo drive/amplifier, a torque transducer as the feedback device connected to one of the 7344's analog input channels.
I have several torque testing applications and would appreciate comments from anyone who has done torque control using NI Motion.

There are really two ways that this can be accomplished using the 7344. It can be done manually by reading the value of the ADC and then outputting a corresponding value on the DAC. This is all done in software and is not as fast as the onboard PID loop. This method could also be implimented with a DAQ card.
The second method would be to set the Primary Feedback for that axis to the correct ADC Channel. Since the ADC is 12 bit, this maps the axis to -2048 to 2047 in counts. Then you could tell the axis to move to a certain target position in counts and it would actually be a torque target value, not position since counts is now in torque. I have not done this but theoretically it should work, however tuning the system may be problematic depending on it's linearity
Hope this was helpful.
Regards,
JR A.
Applications Engineer
National Instruments

Similar Messages

  • XML parsing (KXml) - how to save parser's position for later use?

    Hello.
    I am parsing an xml file using KXmlParser and i want to keep the position of the parser for later use so i can continue from that same position.
    int eventType = parser.getEventType();
            if (coupletForm!=null) {
                coupletForm.deleteAll();
            while (eventType != KXmlParser.END_DOCUMENT) {
                if (eventType == KXmlParser.START_TAG ){
                    String element_name = parser.getName();
                    if (element_name.equals("couplet")) {
                        coupletForm = new Form("Couplet 1");
                    else if (element_name.equals("lead_one")) {
                        while (eventType != KXmlParser.TEXT || (eventType == KXmlParser.TEXT && parser.isWhitespace()) ){
                            eventType = parser.next();
                        //Now reached <description> element
                        coupletOptions = null;
                        coupletOptions = new ChoiceGroup("Choose lead:", Choice.EXCLUSIVE);
                        coupletOptions.append(parser.getText(), null);
                        parser_stack.push(parser);
                    else if (element_name.equals("lead_two")) {
                        while (eventType != KXmlParser.TEXT || (eventType == KXmlParser.TEXT && parser.isWhitespace()) ){
                            eventType = parser.next();
                       //Now reached <description> element
                        coupletOptions.append(parser.getText(), null);                  
                        coupletForm.append(coupletOptions);                  
                        parser_stack.push(parser);
                        coupletForm.addCommand(CMD_NEXT);
                        coupletForm.setCommandListener(this);
                        display.setCurrent(coupletForm);
                        break;
                eventType = parser.next();
        }What i am doing here is parsing the xml file. When the parser finds an element with name <lead_one> it continues parsing until it finds the next element (<description>) and then creates a ChoiceGroup with the first option as the text found in the next element. I want to keep this position of the parser. The parser then continues until it finds element <lead_two> and does the same thing as <lead_one>. I want to save the positions of the parser when it stops at the <description> element. I am trying to do this using a stack, but this doesn't work.

    If you want to select nodes based on changing criteria, you should use XPath.
    If you have relatively fixed criteria, iterate over the nodes and pick out the ones that you want. For example:
      public static List<Element> getChildren(Element parent, String tagname) {
        List<Element> result = new ArrayList<Element>();
        NodeList children = parent.getChildNodes();
        for (int ii = 0 ; ii < children.getLength() ; ii++) {
          Node child = children.item(ii);
          if ((child.getNodeType() == Node.ELEMENT_NODE) && tagname.equals(child.getNodeName()) {
            result.add((Element)child);
        return result;
      }

  • HT1212 how do i get my iphone from disabled mode?

    how do i get my iphone from disabled mode?

    You restore it using iTunes, as is clearly detailed in the article you linked from to begin with.

  • Jabber for Window, phone mode, how to disable "use my computer for calls"

    We have a Citrix environment and only want to control the Cisco deskphone with Jabber for Windows in the phone mode.
    We use CUCM 8.6.2 and I have installed Jabber for Windows 9.7.0 and all works fine, I can control my deskphone, make and receive calls, phonebook and Outlook integration works fine.
    Is it possible to disable "use my computer for calls" as we do not want users to make calls via Citrix, but only use the deskphone for this.
    Thanks, Perry

    Hi Matthias,
    Soft-phone mode cannot be disabled. Supported Features on Virtual Environment are the following.
    Supported Features
        Instant messaging and presence with other Cisco Jabber clients
        Desk phone control
        Voicemail
        Presence integration with Microsoft Outlook 2007, 2010 and 2013
    We have an existing defect which is in Terminated state because feature is not supported hence cannot be fixed.
    CSCub40605 - J4W - Ability to disable softphone mode in Citrix environment.
    HTH,
    Please rate if you find this post helpful.
    Regards,
    Mohammed Noor

  • How to get the Useru2019s position when the user doesnu2019t have CP relation

    We have a custom program which will add / delete attributes (In transaction PPOSA_BBP). It is working fine for users which were assigned with CP relation But it fails for users which doesnu2019t have CP relation (since we are getting the position of users form HRP1001 then we are retrieving the existing attributes based on the position after that updating the attributes) as we are getting the position from HRP1001 it fails for users were no CP relation.
    Help us how to get the Useru2019s position when the user doesnu2019t have CP relation. Suggest us any function module or how to query the HRP1001 or some other table if exists
    Regards
    Paul

    Hi Paul,
    Have a look at these tables.
    Using table BUT000 the central business partner data are stored, f.e. partner type, partner names, partner number, partner guid, person number, etc. In table BUTBKK the bank data to a business partner are stored.
    Central business partner address data
    The table ADRC is used for the address of a business partner. Table BUT020 links the business partner number with the address number. Using table BUT021 several addresses to a business partner with different usages (modes), f.e. correspondence or delivery address, can be stored. The personal data of a business partner person are stored with key person number in table ADRP. The person number is assignd to a business partner person in table BUT000. Communication data of business partners as e-mail, telephone, fax, etc. are stored in the tables ADDR1 u2013 ADDR12. The business address of a contact person or an employee consists of the organization address (company resp. org.-unit) and of an address addition, which describes f.e. a building, a room number, etc. The address addition is stored in table ADCP and is identified by the keys address number of the organization address and person number.
    Relationships between business partners
    Table BUT050 contains the relationships between a business partner organization and a business partner person using relation types. The relation types are defined in table TBZ9, f.e. the relation type u2018has employeeu2019 corresponds to identifier u2018BUR010u2019, the relation type u2018has contact personu2019 corresponds to identifier u2018BUR001u2019. Table BUT051 stores communication data of a contact person relationship (compare to table ADCP). Table BUT052 stores several address numbers to one business partner relationship (including a standard flag).
    Hope this helps,
    Kind Regards,
    Matthew

  • How to hide read mode navigation in acrobat xi permanantly

    How to hide "Read mode navigation" . In my application i am opening pdf file in light box window where i disable right click to protect download and print pdf file( only View ). but This Read mode navigation is appearing automatically when we put curson on file even if we protect the document. I have purchased Acrobat professional xi to created protected acrobat file by disabling menu tool bar but there is no option to hide readmode navigation. Please let us know how to hide this.
    Thanks,
    Nagendra

    If you want the form "flattened", that is all form fields converted to PDF context, you need to use some JavaScript to flatten the form fields. This will remove all form functionality. It will not prevent editing by Acrobat's text touchup or object tools.
    The "submit" button is used by other users to sent the PDF form data to a central collection site or email address where the sender or provider of the form can collect the submitted data.
    You could also use a digital certificate to sign the form and lock the fields. The signature will also verify that no changes have been made to the PDF since it was signed and one could also see what was changed.

  • How can i get back into my disabled ipod

    how can i get back into my disabled ipod

    Disabled? You got locked out of the passcode on the lockscreen? If so, you need to put the ipod in recovery mode and restore. Here is a guide: http://support.apple.com/kb/HT1808

  • How do I unlock Iphone its been disabled? I have connected to itunes it still say must unlock phone first.. ugh

    how do I unlock Iphone its been disabled? I have connected to itunes it says i must first unlock phone only phone is disabled///

    Force the phone into recovery mode, as described here, & restore it:
    http://support.apple.com/kb/ht1808

  • HT1212 how do i take my ipod of disabled?

    how do i take my ipod of disabled?

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: Back up and restore your iOS device with iCloud or iTunes
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If problem what happens or does not happen and when in the instructions? When you successfully get the iPod in recovery mode and connect to computer iTunes should say it found an iPod in recovery mode.

  • How do i figure it out what app use the cellular data in standby mode?

    How do i figure it out what app use the cellular data in standby mode? I disabled the cellular data for 3 days, and my battery last longer. I don't use push notifications, neither location services. I'm not signed in in skype or any IM app.

    Do you use push email?  Do you have accounts that have synchronized calendars associated with them?  Those features will still use cellular data in the background as the receive mail and send or receive calendar updates.
    Some notifications, like push notifications from Facebook and other social networking sites may use cellular data in the background.  Basically, any automated data task like those may use cellular data when the phone is in standby (note that wifi would be used if available when the phone is active, but wifi turns off in standby and all data goes through the cellular data connection).

  • Unix Aix server how to run GUI mode for OBIEE 10.1.3.4.0

    Hi
    Experts
    I have Query on Obiee
    how to start GUI mode IN AIX unix server trough Vnc viewer. could Please tell Me any shell scripts is there
    very Urgent
    AdvanceThanks

    Thanks very much to responding to my question.
    I tried by disabling the Java Plugin in my IE browser and open a few chart reports with no problem.
    Have you actually experience problem when you do that? Like to know when will it actually have problem.

  • My text notification light no longer works now since the Lollipop upgrade.  How do I get it back since i use my phone in silent mode most of the time?

    My text notification light no longer works now since the Lollipop upgrade.  How do I get it back since i use my phone in silent mode most of the time?

        We want you to love your software update pitbullmommy71! When did you update your phone? Have you tried going into phone settings and set up your notifications as you would like them? It can take a few days for your phone to normalize after the update, but this may be a bit much. Some apps may no longer be compatible with the new software so you can try running phone in Safe Mode or do a Hard Reset to see if this improves your phone. I've seen where some have completed a Hard Reset after the update and downloaded all same apps, and phone works flawlessly now. However, if you'd like to try Safe Mode first, (which is where all 3rd party apps are disabled), you can certainly try this for 24 hours to see if improves.
    Safe Mode: http://vz.to/1i0XGEW
    Hard Reset: http://vz.to/1GrhWqy
    Thank you,
    VanessaS_VZW
    Follow us on Twitter @VZWSupport

  • How to enable kiosk mode on windows 7

    hi
    How to enable kiosk mode on windows 7 ?
    i need to a sample that when windows be load Disable below things
     Task Manager
     Driver
     Task Bar
     Combine Keys for example (Alt + Tab , Alt + F4 and ....)
    please help me for solve it 
    it's urgent
    thanks

    Hi vahidbakhtiary,
    As the reply from Monkeyboy, you could modify registry settings on systems to achieve what you want. There are many demo code online which showed us how to modify registry settings.
    hi
    How to enable kiosk mode on windows 7 ?
    i need to a sample that when windows be load Disable below things
     Task Manager
     Driver
     Task Bar
     Combine Keys for example (Alt + Tab , Alt + F4 and ....)
    please help me for solve it 
    it's urgent
    thanks
    These options might be dangerous. If someone who knew nothing about the program with this function and he uses this program, it might hurt his system. Since this, it would be better not to post this code in the forum to avoid someone tried the code and hurt
    his system.
    Thanks for your understanding.
    Best Regards,
    Edward
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.

  • TS2771 forgot passcode to 4th gen ipod touch how do I fix this it says disabled ?

    forgot passcode to 4th gen ipod touch how do I fix this it says disabled ?

    Disabled
    Place the iOS device in Recovery Mode and then connect to your computer and restore via iTunes. The iPod will be erased.
    iOS: Wrong passcode results in red disabled screen                         
    If recovery mode does not work try DFU mode.                        
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings        
    For how to restore:
    iTunes: Restoring iOS software
    To restore from backup see:
    iOS: How to back up     
    If you restore from iCloud backup the apps will be automatically downloaded. If you restore from iTunes backup the apps and music have to be in the iTunes library since synced media like apps and music are not included in the backup of the iOS device that iTunes makes.
    You can redownload most iTunes purchases by:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store        
    If you previous synced to the computer then you may be able to recovery use of the iPod without erasing the iPod by following the instructions here:
    Disabled Recovery-must use syncing computer.

  • How to set Compatibility Mode for a single site in ie10

    This question was originally posted on the Answers forum -
    http://answers.microsoft.com/en-us/ie/forum/ie10-windows_7/how-to-set-compatibility-mode-for-a-single-site-in/187152e3-142a-4d96-8d1b-af82ef571eec
    I am having problem with getting ie10 to set ie9 compatibility for a single site (sharepoint.contoso.com).
    When I add this website in Compatibility View Settings (Alt > Tools > Compatibility View Settings > 'Add this Website') it adds the domain 'contoso.com' and not the individual website (sharepoint.contoso.com).
    This cause other sites (www.contoso.com) to be configured to use compatibility mode. Because this is a separate site (different web server) to the site sharepoint.contoso.com (sharepoint 2010 server) we need different compatibility settings.
    Using a different example to explain the issue -
    Microsoft has three websites that are different websites created by different developers written in different programming languages and they only work with certain browsers.
    microsoft.com (Website1 created by Developer1) - compatible with ie8/ie9/ie10
    msdn.microsoft.com (Website2 created by Developer2) - compatible with ie8/ie9
    technet.microsoft.com (Website3 website created by Developer3) - compatible only with ie10
    The only thing the three website share is the URL contains 'microsoft.com'.
    Marking 'msdn.microsoft.com' to run in compatibility mode affects the other 2 websites - mainly technet.microsoft.com which will not work now since it only runs in pure ie10 mode. 
    Should you be able to add an individual site to the compatibility list instead of all sites that have  .microsoft.com in the URL? Am I missing a simple setting in the ie10?
    As a workaround I am using the F12 Developer Tools to set the Browser Mode which temporary sets the compatibility mode. However this is not a nice solution to the end users at our organisation. 

    problem is not solved for non corporate environments...
    You could start your own thread.  Then if you got that answer and it was marked Answered you would have the ability to unmark it.  The OP of this one seems satisfied.  Also note that this is TechNet.  Consumers can get help on Answers
    forums.
    Robert Aldwinckle
    Oh! I wrote it wrong: I should have said: This is not solved for NON-AD environments. No demands what so ever to use Window 7/8 professional in a small corporation or on a big corporation with Island of smaller departments for example offshore.
    The problem is that the thread is not "Answered" by the OP, its is marked answered by a moderator (and same moderator that did the answer) so no way of telling if the OP is satisfied.
    But you are right in the fact that I am almost kidnapping the thread. But a complete answer would benefit all in this case I would presume.
    Regards
    /Aldus

Maybe you are looking for

  • Could not create discount document

    Hello! We are having the following error either on automatic (F110) or manual payments (F-53) when generating a discount documents: Manual Payments error: Could not create discount document Message no. 8A605 Automatic Payments error: FF848: Entry of

  • 10.6.6 update killed Hard Drive - endless problems

    Like most people posting here the 10.6.6 update went fine at first, the App Store worked perfectly (of course...), then I tried to move a file to my External HDD and I got Error -36. I rebooted. Grey Screen with the spinning wheel never ending. Ran a

  • PIX Firewall 525 can not start

    Hi, Today my colleague add 2 lines of access-list to our PIX 525.  After 10 minutes, my firewall was rebooted and until now can't start.  The booting process as listed below. The questions are : 1. What is my OS version? Flash? 2. How to remove those

  • HT3529 Not getting pictures with messages

    a friend sent me a message with a picture but i didnt get the the picture, we both have iphone 4s why would i net get it?

  • Custom Pakage is not working for me.

    I was dropping photos just fine into the custom package a few minutes ago, and printed a few photos.  I imported new photos from my external drive, and when I try to print it does not work in custom. No dropping photos into the boxes, and I cannot dr