P7000 Enable input: Error message: Amplifier Disables

Hi,
I have a P70360 and I want to connect it to a small stepper motor.
When I open P7000 Tools, I cannot probe the motor, since it always says that the Amplifier is Disabled (bottom right corner) and when I hit the "probe" button it says that the drive is fault, disabled, or disconnected.
I have no idea how I can get rid of it.
In the manual it says the following for this error:
Green 1
Amplifier is disabled
The enable input (J4-5 & J4-6) is not asserted if ENABLE is configured ACTIVE CLOSED or the enable input is asserted if ENABLE is configured ACTIVE OPEN.
De-assert the enable input or disable the soft shutdown from P7000Tools.
Can anyone help me with this?
Thanks
Peter

I had the same issue.
I'm using a UMI-7774 Motion Interface; on the respective axis, above the COM cable connector there are three switches: Fault, Enable, Limit. I put the Enable switch in the "active low" position. In your case, ACTIVE CLOSED = "active low" for whatever type of interface you're using.
Basically, the error message means that P7000 Tools isn't getting the expected signal from the drive. Check the cable connections.

Similar Messages

  • Itunes error message, account disabled not for security reasons

    Just received an itunes error message, account disable not for security reasons. How do I enable the itunes account? This is a valid account that has been used for during the last six months.

    All you can do is contact iTunes since resetting the PW did not work.
    Apple - Support - iTunes - Contact Us

  • In which tables are batch input error messages logged?

    does anybody know in which table are the batch input error messages logged?
    I have to display the error messages which have occured during the transaction
    I tried to find out, but i could see only the table BDCMSGCOLL, this table has only the Batch input message number and not the message itself?
    does anybody know about the batch input error messages?

    hi,
    check the sample code below.
    messtab is of type BDCMSGCOLL.
    Call the transaction and then use T100 to get the message.
    DATA: l_mstring(480).
    call transaction using
      REFRESH messtab.
      CALL TRANSACTION tcode USING bdcdata
                       MODE   ctumode
                       UPDATE cupdate
                       MESSAGES INTO messtab.
      l_subrc = sy-subrc.
      SKIP.
      LOOP AT messtab.
        SELECT SINGLE * FROM t100 WHERE sprsl = messtab-msgspra
                                  AND   arbgb = messtab-msgid
                                  AND   msgnr = messtab-msgnr.
        IF sy-subrc = 0.
          l_mstring = t100-text.
          IF l_mstring CS '&1'.
            REPLACE '&1' WITH messtab-msgv1 INTO l_mstring.
            REPLACE '&2' WITH messtab-msgv2 INTO l_mstring.
            REPLACE '&3' WITH messtab-msgv3 INTO l_mstring.
            REPLACE '&4' WITH messtab-msgv4 INTO l_mstring.
          ELSE.
            REPLACE '&' WITH messtab-msgv1 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv2 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv3 INTO l_mstring.
            REPLACE '&' WITH messtab-msgv4 INTO l_mstring.
          ENDIF.
          CONDENSE l_mstring.
          WRITE: /4 messtab-msgtyp, l_mstring(250).
        ELSE.
          WRITE: /4 messtab.
        ENDIF.
      ENDLOOP.

  • Cannot download blackberry app world apps - "enable cookies" error message keeps coming

    Hi,
    I have a Curve 3920, running v7.1.0 OS.
    Back in July I kept getting low memory messages and it kept getting stuck so I had to un-install apps such as Linkedin or What's App. Then I realized I only had 2GB memory so upgraded to a 16GB one.
    Now the blackberry works ok but it is impossible to re-install Linkedin or World Apps app or any other from Blackberry World interface, it keeps coming coming up with ""BlackBerry ID Services. We detect that cookies have been disabled in your browser. Please enable cookies in order to continue." error message, even though I have correct set-up in the device browser option set-up menu.
    However I successfully managed to download What's App, but not from app world page.
    Any idea of what can be done?
    Many thanks in advance.
    VladUK
    Solved!
    Go to Solution.

    Hi and Welcome to the Community!!
    Please try this sequence:
    1) Remove both AppWorld AND the Identity App from your BB
    KB10040 How to view or remove installed applications on a BlackBerry smartphone
    If it requests that you reboot the BB, do so
    2) Do a Batt-Pull reboot (power on, remove battery, wait, insert battery, wait), even if redundant to the one you did in step 1.
    3) Install (on your BB) a fresh copy of AppWorld (during which a fresh version of the Identity App should also install)
    http://blackberry.com/appworld/download
    Again, if it requests to reboot, do so.
    4) Do another Batt-Pull reboot
    5) See if it now works.
    Cheers!
    Occam's Razor nearly always applies when troubleshooting technology issues!
    If anyone has been helpful to you, please show your appreciation by clicking the button inside of their post. Please click here and read, along with the threads to which it links, for helpful information to guide you as you proceed. I always recommend that you treat your BlackBerry like any other computing device, including using a regular backup schedule...click here for an article with instructions.
    Join our BBM Channels
    BSCF General Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • On the input :   error message if there is no such id in the database to edit?  and out put comments messed up the whole

    The first page (CoGetEditForm.cfm lets you input the co id
    then it get to the next page for you to edit (CoEditForm.cfm). then
    it lets take action and UPDATEs (CoEditAction.cfm) finally, it goes
    to the colist.cfm to query results and outputs it to html format.
    <td>#comm#</td>
    Question is that:
    1. where and what do I do to have an error message if there
    is no such id in the database to edit?
    2. the out put comments messed up the whole query results
    when I added it to the html out put results. What can I do to clean
    this up and where do I put the code?
    <!-------------------------edit
    page----------------------------->
    <html>
    <head>
    <title>Main Title</title>
    <link rel="stylesheet" href="styles.css">
    </head>
    <body>
    <h1>Edit a Co based on co_ID</h1>
    <table>
    <cfform action="CO_EditForm.cfm" method="POST">
    <tr>
    <td>Co_ID</td>
    <td>
    <cfinput type="Text"
    name="Co_ID"
    message="Please enter the Co_ID"
    validate="integer"
    required="Yes"
    size="22"
    maxlength="20">
    </td>
    </tr>
    <tr>
    <td> </td>
    <td>
    <input type="submit" value="GetCo">
    </td>
    </tr>
    </cfform>
    </table>
    </body>
    </html>
    <!------------------------------------------CO_EditForm.cfm
    page------------------------------------->
    <cfquery name="GetCo"
    datasource="#Request.MainDSN#">
    SELECT
    COName,
    ADD,
    City,
    st,
    zip,
    comm
    FROM
    CO
    WHERE
    Co_ID = #Val(Co_ID)#
    </cfquery>
    <html>
    <head>
    <title>Main Title</title>
    <link rel="stylesheet" href="styles.css">
    </head>
    <body>
    <h1>Edit a CO</h1>
    <table>
    <cfform action="COEditAction.cfm" method="POST">
    <cfoutput>
    <input type="hidden" name="COID" value="#Val(COID)#">
    </cfoutput>
    <tr>
    <td>CO Name</td>
    <td>
    <cfinput type="Text"
    name="COName"
    value="#GetCO.COName#"
    message="Please enter a name for this CO."
    required="Yes"
    size="40"
    maxlength="40">
    </td>
    </tr>
    <tr>
    <td>ADD</td>
    <td>
    <cfinput type="Text"
    name="ADD"
    value="#GetCO.ADD#"
    message="Please enter this new CO's ADD."
    required="Yes"
    size="32"
    maxlength="30">
    </td>
    </tr>
    <tr>
    <td>City</td>
    <td>
    <cfinput type="Text"
    name="City"
    value="#GetCO.City#"
    message="Please enter a city."
    required="Yes"
    size="22"
    maxlength="20">
    </td>
    </tr>
    <tr>
    <td>st</td>
    <td>
    <cfinput type="Text"
    name="st"
    value="#GetCO.st#"
    message="Please enter a st."
    required="Yes"
    size="3"
    maxlength="2">
    </td>
    </tr>
    <tr>
    <td>ZIP Code</td>
    <td>
    <cfinput type="Text"
    name="zip"
    value="#GetCO.zip#"
    message="Please enter a valid ZIP Code."
    validate="zip"
    required="Yes"
    size="11"
    maxlength="10">
    </td>
    </tr>
    <tr>
    <td>comm</td>
    <td>
    <textarea cols="40" rows="5"
    name="comm"><cfoutput>#GetCO.comm#</cfoutput></textarea>
    </td>
    </tr>
    <tr>
    <td> </td>
    <td>
    <input type="submit" value="Update Database">
    </td>
    </tr>
    </cfform>
    </table>
    </body>
    </html>
    <cfquery name="UpdateCO"
    datasource="#Request.MainDSN#">
    UPDATE CO
    SET
    COName = '#Trim(Form.COName)#',
    ADD = '#Trim(Form.ADD)#',
    City = '#Trim(Form.City)#',
    st = '#Trim(Form.st)#',
    zip = '#Trim(Form.zip)#',
    comm =
    <cfif Len(Trim(Form.comm)) GT 0>
    '#Trim(Form.comm)#'
    <cfelse>
    NULL
    </cfif>
    WHERE
    COID = #Val(Form.COID)#
    </cfquery>
    <cflocation url="COList.cfm">
    <cfquery name="GetCo"
    datasource="#Request.MainDSN#">
    SELECT
    coID,
    coName,
    ADD,
    City,
    st,
    zip,
    comm
    FROM
    co
    ORDER BY
    coName ASC
    </cfquery>
    <html>
    <head>
    <title>title getco</title>
    <link rel="stylesheet" href="styles.css">
    </head>
    <body>
    <h1>y List</h1>
    <table>
    <tr>
    <td><b>ID</b></td>
    <td><b>Name</b></td>
    <td><b>ADD</b></td>
    <td><b>City</b></td>
    <td><b>st</b></td>
    <td><b>ZIP Code</b></td>
    <td><b>comm</b></td>
    <td> </td>
    </tr>
    <cfoutput query="GetCompanies">
    <tr bgcolor="<cfif currentrow mod
    2>GHOSTWHITE<cfelse>WHITE</cfif>">
    <td>#coID#</td>
    <td>#coName#</td>
    <td>#ADD#</td>
    <td>#City#</td>
    <td>#st#</td>
    <td>#zip#</td>
    <td>#comm#</td>
    <td>
    <a
    href="EmployeeList.cfm?coID=#coID#">Employees</a>
    <a href="coAddForm.cfm">Add</a>
    <a href="coEditForm.cfm?coID=#coID#">Edit</a>
    <a
    href="coDeleteForm.cfm?coID=#coID#">Delete</a>
    </td>
    </tr>
    </cfoutput>
    </table>
    </body>
    </html>

    After your SQL SELECT on CO_EditForm.cfm, you need a
    <CFIF> that checks to see if any records were retrieved. See
    below.

  • Audio Input Error Message

    I have AA3 with a built-in Intel high definition audio card, and its drivers are up to date.
    When I start the program, the following error message appears: "The audio input is not activated. Recording audio is not possible. Please check your configuration."
    I am trying to troubleshoot the problem within the "Audio Hardware Setup" window (see the screenshot below).
    It doesn't matter whether I check or uncheck "Release ASIO Driver in Background," the error message still appears.
    Thanks for any tips on how to further troubleshoot this error message.

    ...and since there's no way you'll get an ASIO driver for an internal sound device, the 'Release ASIO driver' message shouldn't make any difference to anything...
    One thing you might like to try though is the free ASIO4ALL driver, as a replacement for the 'Audition 3.0 Windows Sound' one. This has better diagnostics, and may give you more of a clue about what your sound device isn't doing. Just Google it - it's easy to find.

  • Please check inputs - error message

    Hi,
    I'm using Microsoft Windows XP Profesional SP3, english version
    I installed all needed SDKs correctly (all was done like in tutorial movies)
    I'm able to create Windows Mobile package and this package works correctly, but when i try to create Symbian60 package I always get message 'Error occured while packaging. Please check inputs and try again'. I tried to reinstall Symbian SDK and also Adobe mobile packager 1.1 but this not helps. I would like to ask if there is some log file craeted during packaging. I think that problem is somewhere in SymbianSDK but I can not find any log or any process file.
    please help
    I'm attaching screenshot with my input data. All input files are correct.
    mi4k

    Easily add this option to below file
    file;
    D:\oracle\sqldeveloper\ver3.1.07.42\sqldeveloper\bin\sqldeveloper.conf
    java VM option;
    AddVMOption -Duser.timezone="+07:00"

  • Error message  iPhone disabled

    What should I do if my iPhone 5 shows iPhone disabled. Connect to iTunes. Will connecting to iTunes require me to wipe the device?

    What should I do if my iPhone 5 shows iPhone disabled. Connect to iTunes. Will connecting to iTunes require me to wipe the device?

  • Cannot print from internet - gives unknown error message. Disabled add on and restarted still has the problem. What do I need to do?

    Version 6.01. Windows vista home premium and windows xp (both dell laptops) The one with vista is primary and the windows XP laptop is connected wirelessly both internet and printer.

    Version 6.01. Windows vista home premium and windows xp (both dell laptops) The one with vista is primary and the windows XP laptop is connected wirelessly both internet and printer.

  • Sending error messages

    When I send error messages it disables the back, exit and cancel button.
    How can I enable them?

    Use popup window to notify errors...
    CALL SCREEN '1100' AS WINDOW STARTING AT 10 10.
    <i>OR</i>
    CALL FUNCTION 'POPUP_TO_CONFIRM'
      EXPORTING
       TITLEBAR                    = 'Test '
        text_question               = 'Error message'
       DISPLAY_CANCEL_BUTTON       = ' '
    Regards
    ramana

  • Purchase Order Error Message

    How can I create or enable an error message when a PO is created using articles, that checks to see if there are upc's that might be missing from the articles.  We can right now create a PO with articles that do not have any UPC/EAN attached to the article.  This creates havok downstream.  I would like to have the PO checked to see if all the articles on the PO have a UPC with them.  Is there any error checking for this?  If so, then where can I enable it?

    From my experience using retail, the downstream processes shouldn't depend on the UPC/EAN attached to the Purchase Order.
    Technically, they should, but in reality vendor make mistakes, switch UPC/EAN between articles, and it's a pain if you depend on the PO UPC/EAN. Better to make the downstream processes depend on the master data which can be easily switched mid process.
    Yes I know, not a best pratice. But reality beats the fiction of a perfect process.
    Edit: And by the way, even the POS interface uses the master data to determine the UoM when you are making an GR against PO.

  • How to display error message in Billing Output Type (VF03).

    Hi,
    could anyone suggest how do i display error message via billing (VF03) output type?

    i want to display an error message from my sapscript program.
    *determine discount
    it_zmas-discount = it_zmas-gross_value - zkwert.
    MODIFY it_zmas.
    ELSE.
    MESSAGE ID 'Z0' TYPE 'S' NUMBER '999' WITH 'Please maintain cust pricing grp 34 for ' wa_zmas-matnr.
    p_proc_screen = 'X'.
    ENDIF.
    when user enter billing doc no in vf03, user will click 'issue output type' and select their output type to be printed out.
    if there's an error in the print program, it should promt out an error message and do not allowed user to print preview and print the form out.
    what i had did previously, i prompt the error message and disable the print preview button. i think its not a good solution and i am not sure how to stop the form from not printing it out.
    i was wondering is there any user exit of the output type, vofm (which i had this solutions from my previous question, but unsure how to use it) or any other solutions.
    please help.

  • Why do I get a "script error" message from Adobe flash player?  It is installed as a part of my browser.IE 11

    Why do I get a "script error"  from flash player when it is not installed separately?  It is part of my browser--IE 11

    Same error message, I disabled tab mix and made sure I only have the newest version of Java, restarted firefox, now it seems to be fine no error yet on Pogo games or pictures upload to ebay which were the biggest problems besides hanging. I had also had disabled AVG secure search yesterday but that did not solve the issue. Now I will try to add back in AVG search...I have very few adds ons, also the note embedded about re- installing a toolbar went away, my old one did not work with FF4, so I installed Yahoo toolbar but the message still did not go away until I applied this fix. Hopes this helps someone..

  • Not a group by column error message - cursor sharing

    Hi,
    Our database is Oracle 11g.
    We faced problems about some sql's. These sql's were running in Oracle 10g.
    Our sql statements are like the below query:
    SELECT COLUMN_A,COLUMN_B,COLUMN_C,
    TO_CHAR(OPERATION_DATE,'DD/MM/YYYYY'), CUSTOMER_NAME || '-' || CUSTOMER_SURNAME,
    DECODE (IS_MANAGER, 0, ' Manager', 'Employee')
    SUM(TOTAL), SUM(AMOUNT), AVG(SALARY),
    FROM TABLES
    GROUP BY COLUMN_A,COLUMN_B,COLUMN_C,
    TO_CHAR(OPERATION_DATE,'DD/MM/YYYYY'), CUSTOMER_NAME || '-' || CUSTOMER_SURNAME,
    DECODE (IS_MANAGER, 0, ' Manager', 'Employee')
    ORDER BY COLUMN_A,COLUMN_B,COLUMN_C,
    TO_CHAR(OPERATION_DATE,'DD/MM/YYYYY'), CUSTOMER_NAME || '-' || CUSTOMER_SURNAME,
    DECODE (IS_MANAGER, 0, ' Manager', 'Employee')
    When we remove order by or when we disabled cursor sharing, problem is fixed.
    I think that sql looks correct. Why we are taking not a group by column error message?
    How can we fix this problem without changing querys( we have other reports which gives same error message) or disabling cursor sharing?
    Thank you, Bye

    Dear,
    SELECT   column_a
            ,column_b
            ,column_c
            ,TO_CHAR (operation_date, 'DD/MM/YYYYY')
            ,customer_name || '-' || customer_surname
            ,DECODE (is_manager, 0, ' Manager', 'Employee')
            ,SUM (total)
            ,SUM (amount)
            ,AVG (salary)
        FROM TABLES
    GROUP BY column_a,
             column_b,
             column_c,
             TO_CHAR (operation_date, 'DD/MM/YYYYY'),
             customer_name || '-' || customer_surname,
             DECODE (is_manager, 0, ' Manager', 'Employee')
    ORDER BY column_a,
             column_b,
             column_c,
             TO_CHAR (operation_date, 'DD/MM/YYYYY'),
             customer_name || '-' || customer_surname,
             DECODE (is_manager, 0, ' Manager', 'Employee')Here you are grouping by
    DECODE (is_manager, 0, ' Manager', 'Employee')What does represent the is_manager? it is a function ? it might be that you hit one of the group by restriction such as select are not allowed into the group by clause
    Best regards
    Mohamed Houri

  • Question on issuing a error message

    HI All,
    I am new to WDA.   I am developing a WDA application, on the first view I have a table and a button to go to the next view.
    When the table is empty i need to issue a error message in the message area and the user should not be able to navigate further using the NEXT button.  
    I want to display this message before the user does some action i.e ( before the button trigger ).
    Can some one help me how to achieve this.
    Thanks,
    Krishna

    i need to issue a error message in the message area and the user should not be able to navigate further using the NEXT button.
    now if ls_cn_input is INITIAL , u need to generate a error message and disable ur NEXT button
    //for generating the error message
    // this can be done by code wizard ( cntrl +f7) as well by selecting the radio button generate message and select the
    // method *report_error_message*
    *    DATA lv_message  TYPE string .
    **     get message manager
    *    DATA lo_api_controller     TYPE REF TO if_wd_controller.
    *    DATA lo_message_manager    TYPE REF TO if_wd_message_manager.
    *    lo_api_controller ?= wd_this->wd_get_api( ).
    *    CALL METHOD lo_api_controller->get_message_manager
    *      RECEIVING
    *        message_manager = lo_message_manager .
    **     report message
    *    CALL METHOD lo_message_manager->report_error_message
    *      EXPORTING
    *        message_text   = 'Please enter data before exit .'.
    // ur error message
    the user should not be able to navigate further using the NEXT button.
    // disable the NEXT button
    u procced as follows :
    1 create a context attribute of type WDY_BOOLEAN
    2 bind this with ur button UI
    3 nw using set_attribute method , set its value to ' ' ( ie blank)
    again this cn be donr thru code wizrd by selecting read context node/attribute
    DATA lo_nd_cn_node TYPE REF TO if_wd_context_node.
        DATA lo_el_cn_node TYPE REF TO if_wd_context_element.
        DATA ls_cn_node TYPE wd_this->element_cn_node .
        DATA lv_attr  LIKE ls_city-ca_attr.
    *   navigate from <CONTEXT> to <CN_VISIBLE> via lead selection
        lo_nd_node = wd_context->get_child_node( name = wd_this->wdctx_ca_attr).
    *   get element via lead selection
        lo_el_cn_node = lo_nd_cn_node->get_element(  ).
    *   set single attribute
        lo_el_cn_node->set_attribute(
          EXPORTING
            name =  `CA_ATTR`
            value = ' '  ).
    // I have read ca_attr  attribute under context node cn_node
    // this attribute is binded to button UI
    I hope it helps
    rgds,
    amit

Maybe you are looking for