Doubt with encoders and UMI7774

Hi all,
I have NI, PCI7344 motion controller with UMI 7774. I am trying to read the counts of an encoder. The encoder gives 3 signals, i.e. A,B and Index. The encoder does'nt give A bar , B bar and Index bar signal. Can I still read the encoder pulses in labview with the above hardware? Is there a work around?  Earlier I had UMI 7764 with PCI-7344 in my previous project. I had used this kind of encoder successfully with UMI7764. Do I need to change my encoder and get the one which gives the inverted pulses too, to use it with UMI7774.
Regards,
Giridhar Rajan
Automation Engineer, Design
Cruiser Controls
Mumbai, India

Hi,
Hey that OK you have used 7404.But I would suggest using AM26C31 which is quadrature differential line driver.
In this particular you will give the Input and in Output you will be getting Input as well as the inverted input.i.e
If you give A as an Input , In Output you will be getting A as well as A bar.
Regards
Manish karnik
Application Engineer
Mumbai, India

Similar Messages

  • Doubt with Windows and Oracle Forms 10G and 11g

    Hi
    I have some doubts in installing Oracle Client on Windows.
    a)Can we install Oracle Forms 10g and Reports 10g client on Windows 7?
    b)Can we install Oracle Forms 11g and Reports 11g client on Windows XP?
    c)If we have an Oracle Forms 11g and Reports 11g, can it connect to a 10g Server?
    d)If we have an Oracle Forms 10g and Reports 10g Client, can it connect to an 11g Server?
    Please, Can any one help me in this????

    a)yes it can be installed on win7, may have some issues on 64bit systems but they're solvable
    b)11g had some problems with windows 2000, but didn't see mention of any problems on XP
    c)if you mean a database server then yes - i managed to connect 11g to an 8i database, so v10 should not be a problem. If you mean a forms/reports server..well newer forms/reports builder might not want to run old forms/reports and vice versa, but I don't see the point of operating on the same files from different versions. You can still load old form/report source files with a newer builder and recompile them to run on the new server.
    d) the "client" is effectively your web browser with a java plugin, unless I misunderstood your question. What version was a form/report compiled with should not be an issue.

  • Pir sensor with encoders and decoders using rf to 8051 and display on lcd

     looking to do a project with the follwing heading is there anyonw with ideas 

    Hi @Satorijolene ,
    Welcome to the HP Forums!
    It is a terrific place to find answers.
    For you to have the best experience in the HP forum I would like to direct your attention to the HP Forums Guide Learn How to Post and More
    I understand that when you connect an external monitor via HDMI the screen blinks rapidly.  Here is a link to Display Quality Issues to assist you in overcoming this difficulty.
    This may also help Connecting a Monitor, Projector or TV (Windows 7)
    I hope this helps.
    Sparkles1
    I work on behalf of HP
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    Click the “Kudos, Thumbs Up" on the bottom right to say “Thanks” for helping!

  • Simple doubts with scenarios and services

    One simple and "basic" doubt
    Imagine I had developed an IDOC-IDOC scenario or File-IDOC, it doesn't matter...
    In my Integration Directory all the services and receivers, senders agreements and determinations remain there...
    First Doubt:
    How can I make them visually disappear without deleting them? Meaning, how can I disable them?
    Second Doubt:
    At the moment I would like to start another scenario, but that scenario will use one of the business systems created. How can I disable the other the interface determination and the receiver agreement from the other service, so that the older service won't get in execution?
    When I activate the new service, he runs the older one instead of the newer...
    Any help

    hello gonacalo...
    u r misunderstanding a few things...
    when u use the term scenario, its meant for a whole development...
    within an scenario u can have different business systems which r assigned to various sender/receiver channels and interfaces...
    u can disable the communication channels and not the interfaces because they r meant specificallly as senders or receivers...
    when a user opens a scenario , he can open his own business system components..and if u want all the determinations, agreements to be not viewed by the user in a single scenario , u may well add them to a different scenario....
    hope this eases u a bit...
    regards..
    vishal

  • Doubt with Workset and Area Page

    Hi. I am configuring ESS for two country. For the Country A1 the company not want display the Area Page of Career and Job and for the country A2 they want display this Area of Page.
    I modified the FM HRXSS_GET_MENUDATA and this work fine and not display the Area of Page . The problem is that Workset still appears.
    I have  only a role. If I delete the workset in the role, this is delete for the two country.
    The Question is: Is necessary that I create tow roles for the country A1 and A2? Or Can I do this using a FM(Function module) for that the workset can be hided for the country A1 and not for the country A2?
    Thank in advance for your help
    Best Regards
    Carmen.

    Hi,
    The way we handled is we created 2 roles one with the worksets that should be available for everyone and 2nd role having the workset which is supposed to be hidden based on the country.
    And user Role merging concept, so unless 2 roles A1 and A2 are assigned the subtab will not be shown. And did enhancement to the FM HRXSS_GET_MENUDATA.
    To solve the issue you need to manage the Portal Roles.
    Hope this helps.
    Cheers-
    Pramod

  • Doubt in transient and volatile

    Hi,
    I have doubt in using transient n volatile modifiers
      class Test
          public static final  transient  int i=1;
          public static final  volatile int i=1;  //line 1
    }If i use final n volatile ,having a comp err like
    illegal combination of final and volatile.. line 1..while i dont have any problem with
    final transient
    I didnt understand the reason..Can anyone pls explain?
    Thnx.
    Mysha.

    this is just off the top of my head, so it might not be strictly accurate, but:
    transient has to do with serialization, it means that field won't be serialzed. Of course, for a static final variable, it's I'm not sure, but that could be a redundent modifier, as I'd think the reconstituted class still has whatever it's static final contents are anyway.
    volatile has to do with synchronization and access across threads, and since you can't change a final variable's value once initialized, volatile is contrary to what final is saying. So it's either one or the other.

  • Doubt in concepts and scenarios where used

    doubt in differentiating and scenarios for below.
    statistics Vs document update      -  i already know the definitions of V1 V2 V3 updates, pls dont give defn links
    conditions Vs global filters in QD     and scenarios
    btree/bitmap index         and scenarios
    reconstruction Vs repair   and scenarios
    already searched forums, didnt get satisfactory answer.
    pls suggest.
    Edited by: Swetha N on Jan 20, 2012 10:10 AM

    Conditions - You want to get the top 10 customers, you can use condition to get the same. done during the execution, before displayign the data. last step in the report execution.
    Filters - You can filter only particular plant, customer etc. will be done before query execution, kind of starting point for qery execution.
    Btree / Bit map - in addition to Venkatesh said - Bit Map is read optimized and B Tree is write optimized.
    Reconstruction - used in 3.x flow. if a request got deleted by request you can retriev it. Go to reconstruction tab and select the request and do reconstruction.
    Repair - I guess you are asking repair full request, if it so, it is a way to pull the data from R3. with some selection that can be defined at the info package for example you found one purchase order with some incorrect data, what you do is delete selectively the purchase order from the system and do full repail request. You can define the same at info provider level.
    Document update - you change a Purchase order from Me22n, the document will get update in the r/3 backend table EKKO EKPO etc. Statistical update is from the R/3 reporting table perspective, these are LIS tables.

  • Doubt with creation of Model in the application Webdynpro Java

    Good Morning,
    I have the following doubts with the fields when i am creating a models in WebDynpro Java
    Model Package
    Source Fólder
    Default logical system name for model instances
    Default logical system name for RFC metadata
    Logical Dictionary
    Dictionary Type Package.
    Can Help me?
    Kind Regards

    Hi,
        Please check this link:
    [https://wiki.sdn.sap.com/wiki/display/WDJava/FAQ%20-%20Models%20-%20Adaptive%20Web%20Service]
    Thanks and Regards

  • Need example of the use of AQ Streams with JMS and no JNDI

    This question may be a stretch, but help me if you can.
    I do not have Oracle Internet Directory, but I do have 10g database and queues created.
    I would like to use plain JMS 1.1 wherever is that possible, but I understand that I will need to use Oracle AQjmsFactory to get to the connection and queue objects.
    Does anyone has any examples on how to do this. When I use patches of examples that oracle provides I get NullPointerException.
    Thank you,
    Edmon

    We started with the sample encoder and receiver available
    here:
    http://www.adobe.com/devnet/flashcom/articles/broadcast_receiver.html
    Great article and sample apps!
    We were broadcasting and receiving within an hour.
    Then we integrated the necessary AS into our own custom
    encoders and players.
    Good luck!

  • Doubt about Sync and Async process

    hi experts i have one small doubt
    if we r having the scenario like file to rfc
    iam passing the input parameter like material number through file  adapter
    and then i want to get the material details response from rfc sap r/3 to file system
    this is the scenario.
    now here which is the synchronous processs 
    and which is the asynchronous process
    please let me know
    clear my doubt with explanation please......
    thanks
    giri

    Hi Sesha,
    For information on sync/async please refer:
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65d4dab39b0398e10000000a1553f6/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/43/65d4dab39b0398e10000000a1553f6/frameset.htm</a>
    <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm">http://help.sap.com/saphelp_nw2004s/helpdata/en/83/d2a84028c9e469e10000000a1550b0/frameset.htm</a>
    Regards,
    Subhasha ranjan
    Message was edited by:
            Subhasha Ranjan

  • SocialMiner Integration with Linkden and Whatsapp

    Hi Everybody,
    One of my customers wants to integrate Cisco SocialMiner with Linkden and Whatsapp but I did not find integration information in product guides. One of my team members told me that we can achieve Linkden integration through REST APIs, but I am still doubtful because it was not mentioned anywhere in the documents. So please guide me, how can we achieve it.Thanks in advance 
    Cheers :)
    Regards
    Qamar Khan

    I had the client implement a DMZ and have part of the public IP block be assigned to the it. We then placed the SocialMiner server in the DMZ and only opened the necessary ports from the OUTSIDE to DMZ and from the DMZ to the INSIDE. PDI said that doing NAT to the SocialMiner server is not currently supported. Also, we are doing this without setting up the optional proxy server.

  • Estimated delivery dates for iPad 4 with wifi and cellular UK

    I have ordered the new iPad 32gb With wifi and cellular data and on my account it just says late November. Is there any way to find out a more specific date as I am going away and want to take it with me?? Would I have to ring Apple and ask?

    No one here will know
    I doubt ringing will change anything as Apple
    will update orders as soon as they can see supply to apply to the orders
    You will find the number for UK on the  order document

  • MY BAD EXPERIENCE WITH CHAT AND VISION

    In my personal e-mail I received publicity inviting me to purchase a Skype credit gift card. I thought it was a nice offer and I happened to have a friend that had the need and could use such a gift. I procedeed to purchase a $10 dollar gift card, I did the transaction from Colombia and sent it to my friend in the US. Shortly after the purchase I received a message warning me that my order was being under security scrutiny. I found it unexpected and unjustified (Is my $10 dollar order a security risk of some sort?), but I thought that maybe it was because it was an international order, and I understand the need for security in online transactions, so I decided to not worry, trusting in the spotless service that I have had from Skype up to that point. At that moment I noticed that the one providing the service was no Skype but Chat And Vision (whose website, by the way, looks far less friendly than Skype's).
    Then I received an Email telling me that the order has been rejected. No justification, no explanation. Just a politely worded but most unhelpful and uninformative e-mail.  It made a point of telling me that they didn't retain the payment, yet my card was charged and no refund has been made so far. I replied the e-mail asking for a reason, and how to get a refund. I received the automated reply telling me that somebody would contact me the next day. It's been a day and no reply so far.
    Searching online I found mine was only one in a long list of blunders and poor service from Chat And Vision. The complains on forums and online outnumber the claims of good service. Mine is a very small case compared to other complains I have read about. It was a small purchase for a smal amount, but it turned into an unexpectedly unpleasant experience for something that should have been a simple purchase ( Am I really such a security risk that I can't be allowed to place an order for a gift card?)
    In the end I feel that I was snared into a trap with that offer. I trusted, I paid, didn't receive the goods, haven't yet received the refund, my friend really needed that gift and had to do without, which caused him inconvenience, my high regard from Skype has been tarnished, and I'll hesitate to make new purchases of Skype services in the future, if they keep being powered by Chat And Vision.

    Some updates: I received two e-mails from Chat And Vision, regarding my two questions as to why my order was rejected and how to get my money back. These are the answers:
    The first one (Ticket ID: PBF-650-80186), says: "Thank you for your email. Firstly, apologies for the inconvenience this may have caused to you. Unfortunately, due to security reasons I am unable to divulge this information. However, should you wish to make another purchase with us again, we will try to process your new order instead".
    Polite but uninformative. Notice that beyond an unfocused general apology it does not acknowledge any problem nor does pledge any improvement, just a vague statement that they may allow me to use it's service again if I choose to try (not exactly reasuring).
    A second answer to a second e-mail says: (Ticket ID: SVN-701-71147) "Thank you for your email, please be assured the money will be refunded back to you."
    That's all. Again polite but no useful information, just a vague assurance of refund, somehow, someday into the indefinite future. If it happens I'll post it here but I'm not holding my breath.
    Reading other answers from Chat and Vision posted online here and on other forums dealing with their service, there appears to be a pattern of politeness, vageness, refusal to acknowledge problems and absence of a pledge to improve. Their costumer care seems designed to placate the user without promising to get better, and is so devoid of helpul attitude that it makes me believe that their messages are redacted by a software program, and consumer complains never reach any administrative person. I might be wrong but the doubt has been sown which is a shame. Up until now I was very vocal on my praise for skype, recomending it to family and friends as a very useful and good service, but this experience with Chat and Vision, and my discovery of their costumer service history online, has set me thinking about looking for alternatives to Skype, and certainly has dissuaded me to recomend Skype to anyone ever again,or at least while their sales are still managed by Chat And Vision, or at least while Chat and Vision continues its customer service attitude, polite on the surface but haughty and unhelpful underneath.
    If there are new updates I might post them here, but for now I will not pursue the matter further since the amount involved was small and I see no point in sending more e-mails to Chat and Vision. I just feel bitter that the great service that I felt was Skype has ben tarnished by this experience. Just some final thoughts: 
    I do not complain that my order was scrutinized by security reasons, I understand the risk of illegal activity on online transactions, and the need of online companies to be careful, but the process Chat and Vision used seemed overly unconcerned for the confort of the consumer. It took around a full day for my order to be scrutinized and then rejected, which did let me for a long time in the dark not knowing if my gift would reach the friend I wanted to give it to. This is 2014, does Chat and Vision not have the tecnology to do a better and faster process? Do they scrutinize online orders by hand? I have read more cases similar to mine here on this forum, which to me implies that Chat and Vision are overly and unnecessary zealous on their security procesess. ( Also it is jarring that they seem to consider their clients to be criminals, for no reason at all and with no opportunity to contest the charge.)
    If they are going to reject a transaction on security reasons, why not do it before the payment is processed, not after, which can be stressful to the consumer that gave the money and didn't receive what was advertised, for no real reason. Seems to me there is a mistake in the way the system is set, or there is a clear disdain of what the client might think or feel.
    I think that's all. Thank you if you went all the way thru this overly long rant. If you are a consummer beware that when you buy services from Skype, you are not buying from Skype but from somebody else and that somebody else does not have a spotless record. If you are an administrative person from Skype or Chat and vision, I hope you eventually prove me wrong about your unconcern for the welfare of the consumer. My experience so far is not encouraging but that may change.
    Have a good one.

  • Post with clearing and only clearing

    hi,
    what is the difference between POST WITH CLEARING and CLEAR GL/CUSTOMER/VENDOR?
    fb05 is post with clearing whereas f-03, f-32 and f-44 are clearing.
    so what is the difference that 1 is POST with clearing and the other 3 are just clearing.
    thanks

    hi,
      According to ur requirement, u have to make use of this, like f-32 it is for clearing at the time of vendor who is also a customer, like custmer pay 100, for vendor we have to pay 100, in this case no need to go for payment, u can clear by using f-32, u check this u can able to understand, where as other cases are with payment, u can try down payment clearing also with that u can able to understand, if u have any doubts let me know , i can try
    Thanking u,
    swathi

  • Sales return with warranty and without!

    Hi,
    I have a scenario like sales return,
    2 cases, with warranty and without warranty
    I need your guidance on controls,
    1st case with warranty,
    Stock has been taken in to the plant with respect to sale return order.
    I generate service order SM01 (Non revenue generated)
    Maintain operations and material
    goods issue and operation confirmation
    technical completion.
    Now I run DP90 for resource related billing. And need to control that service order cost does not go to billing document. But I don't want to bill the customer.
    Please correct me, I only settle my service order and leave it. How should I go about it. Please help me.
    2nd case, when there is no warranty,
    I create a service order SM02 (revenue posting allowed)
    Maintain operations and material
    Then run DP80 to generate quotation and confirm quotation.
    goods issue and operation confirmation
    technical completion.
    Run DP90 for billing the customer.
    Could you please suggest me if I need to make any changes to this. If so, which part of it (SPRO) i need to configure.
    And as per my understanding if service contract exist then it will help to determine fixed price in with out warranty case.

    Hi,
    Yes I could able to run DP90 though I don't declare the order as revenue based. Infact the if refurbishement order (SM03) has to trigger automatically from sales order RA. Infact if it is revenue based we canot even generate it from sale order.
    You can even refer to this following link which states that cycle.
    [http://help.sap.com/saphelp_46c/helpdata/en/e6/4a8df09e0311d189b70000e829fbbd/frameset.htm]
    I have only doubt during this process billing is based on DIP profile. But how does pricing procedure is coming in to picture. And how and where to link Pricing procedure. Please guide me. And from one of my collegue came to know that accounting Indicator can be used to get discount condition in pricing procedure so, that when we run for Warranty cycle we can bring that condition to get 100% discount through KBM1 condition type.
    Regards,
    N,Nagaraju

Maybe you are looking for

  • How to create zout put type for smartform

    hi. all, n i acreted but its not displaying in  print print view. with reference to neu in PO. ex zout. even in my server ecc5.0 neu is not displaying for the purchase order form . i assinged both print prg and form in neu but its not displaying prev

  • Local client copy for delta changes

    Hello Support, We have requirement of copying data(local client copy) of last one month. This is a rrepetitiveactivity and has to be done once in every month. For example, in DEV we have 3 clients 200, 210 clients. They make changes in 200 client and

  • Quick Zoom problem

    Has anyone else noticed that the Quick Zoom tool has stopped working, or is it just me? I've just gone from 7.2 to 8.2. 7.4 appears to work, and 8.1 doesn't. So this seems to be a "new feature" When I say "Quick Zoom", I mean Ctrl-Space, which used t

  • Not able to debug the client script in IE11

    Hello Experts, I had to debug the client side script though my application but when i try to do the same i am getting error saying "Unable to attach to crashing process. The process has been terminated. Try refreshing the process list before attempti

  • IBook g4 (late 2004) Appleworks??

    I recently had to do an erase/install on my iBook G4. I had Appleworks 6 on it I swear and after the erase/install it isn't there! I have both original install disks. Does anyone know if Appleworks was on those disks? Where else could it have come fr