Code error undefined-2147352567 interface LabView with a Baldor Flex + Drive II

Undefined error code '-2147352567 occurred at the unknown "are not in documentation of Baldor or LabView.

Error seems to happen when the ActiveX methods that the entries of evil, but to the best of my knowledge, they have.

Has decided that it is possible that the axis has not been activated for all/check activate State I used a method of DriveEnable, it worked (code provided "Baldor test.vi"), the VI active / disable the drive correctly.  Documentation for Baldor does not seem to mention any other measure, you need to take apart from activation before using the movement commands.  Placing the jog command after that DriveEnable causes the error to return to the command of Jog (Baldor test2.vi ' ").  I'm trying to find out what is the cause of the problem, using MoveA, the MoveR, DoGo methods instead of Jog all produce the same error.

Same error to the method DriveEnable when I try to run the code on a computer that the player is not currently attached to, leading me to believe it is a mistake of communication rather than a material error, as this is the first point at which the program tries to communicate with the hardware.  The player also appears fully functional, no errors in the Workbench of Baldor v5, orders work very well in this environment and controller to update to the latest firmware.

Solved, still don't know what the error message is but I worked around it.

Tags: NI Hardware

Similar Questions

  • & quot; incorrect function & quot; error on PostUIMessageEx in Labview with the Labview runtime

    Hello

    I have a TestStand GUI developed in c#. Now, TestStand has some modules Labview which must send the UIMessages to the interface graphic (it is too deep in Labview code to bring back to TestStand to send the UIMessage).

    When I use the complete edition LabVIEW 8.6.1 development version, all right, I can see my messages. Now, when I go to run Labview 8.6.1, the node to invoke PostUIMessageEx gives me an error: incorrect function (error 1).

    I have tried restarting PC/TestStand/Labview without success. Is that all that I'm missing?

    Thank you

    Alex


  • Interface labview with counter source keithley

    I want to know how can I interface keithley 2602 with labview. Can you please tell me the steps.

    Hi Sophie,.

    I think you can use the supplied driver. Check out these links for more information about this:

    http://www.Keithley.com/support/data?asset=51950

    http://sine.NI.com/apps/UTF8/niid_web_display.download_page?p_id_guid=0D7D57B91CB0585FE0440003BA7CCD...

    Mike

  • message of undefined LabVIEW on custom codes error code

    "I use the VI General error handler to define custom errors, I have inserted all entries for this vi (user-defined descriptions, codes, user-defined error code, source of the error, type dialog and error in) but some I still get the message:"

    This error code is not set. Undefined errors can occur for several reasons. For example, no one has provided a description for the code, or you could have wired a number which is not an admission of error code error code.

    In addition, undefined error codes can occur because the error concerns a third object, such as the operating system or ActiveX. For these mistakes of third parties, you may be able to get a description of the error by searching on the Web for the error code (5501) or to its hexadecimal representation (0x0000157D). "

    Why? someone, anyone, help!... Thank you very much

    How you use the error handler General VI? Do you have examples of code?

    The following code displays the error dialog using my custom error description and the 'message' is also used my custom error description:

    The error is not changed - if I go to "explain the error", he then returned to the standard description for this error code (i.e. undefined). Using the Manager general error applies only the descriptions of the user to the call of the VI. You can always create a wrapper for the General error handler that has all your descriptions/error codes defined and then use it instead of the built-in one.

    To change the database from LabVIEWs internal error and/or include with a built application (one of the build specification options), you must use the custom error files.

  • LabVIEW with error FPGA cRIO

    When you try to run a VI that if interface with cRIO I get code error-63191. My cRIO is connected to my computer via an Ethernet cable, the cRIO and mobile LAN are the same IP address. The Project Explorer and MAX are able to detect the cRIO. Project Explorer is able to connect and to deploy.

    I tried to change the IP address in the 168.192.0.11 to 168.192.0.10 Project Explorer as the cRIO-9004 element is connected to the title of the first IP address, Project Manager (which seems to serve as an interface with the cRIO-9103 component) may be intellectual property conflicts. I end up getting a different-63040 error code.

    The first error screenshots are attacted and MAX and connection project manager

    Hello WheelchairDev,

    On this screenshot you just sent to the course, it seems that you do not have your project set up properly. You should have your project-> cRIO target-> cRio-> target FPGA chassis.

    If you want to see an example of this, of the LabVIEW startup window, select the FPGA project in the drop-down menu of targets to create a sample project.

    Once you change the layout, let me know if you have any other questions.

  • interfacing labview 8.5 with Spectrum Analyzer

    can someone tell me how to interface labview 8.5 with Analyzer of spectrum... I am a beginner... .i don't know much labview

    Not to SCREAM! It's simply rude.

    There is a driver for the 2721 you have already found and downloaded. There is an example that accompanies it - help > find examples. Look under input and output equipment.

  • Project link error: Undefined cadquã with TreeView macros

    Hello world

    I am facing a problem of "Link error - Undefined simbol project" with TreeView, TreeView_GetCheckState() and TreeView_GetCheckState() macros that I use in my project. When I compiled in 2009 it worked, but now that I have compiled for an update later in 2010, it does not work.

    Info on these macros in https://msdn.microsoft.com/en-us/library/windows/desktop/bb773810(v=vs.85).aspx

    These macros are supposed to be set in ComCtl32.lib. I think that since this is a WINAPI it is automatically included in the project, but I have this compilation error. I have included in my project by hand and I can see it now in my project tree, but the same error persists. I have the #include commctrl.h.

    Does anyone know what I am doing wrong that my project does not have these features?

    Hi again,

    I discovered that this macros are defined in CommCtrl.h and they are dependent on the _WIN32_IE, so I wrote in the /D_WIN32_IE of compiler options sets = 0 x 0500 and now the compiler take these macros into account and, therefore, the problem disappeared. For some reason, the value of _WIN32_IE isn't the same thing in my CVI2009 and CVI2010 compiler...

    #if (_WIN32_IE > = 0 x 0500)
    tvm_? etitemstate uses only the State and stateMask mask.
    Unicode or ansi is therefore irrelevant.
    #define TreeView_SetItemState (hwndTV, hti, data, _mask).
    {_Ms_TVi structure TVITEM; \}
    _ms_TVi.mask = TVIF_STATE; \
    _ms_TVi.hItem = (hti); \
    _ms_TVi.stateMask = (_mask); \
    _ms_TVi.State = (data); \
    SNDMSG ((hwndTV), TVM_SETITEM, 0, (LPARAM,)(TV_ITEM *) & _ms_TVi); \
    }

    #define TreeView_SetCheckState (hwndTV, hti, fCheck).
    TreeView_SetItemState (hwndTV, hti, INDEXTOSTATEIMAGEMASK ((fCheck)? 2:1), TVIS_STATEIMAGEMASK)

    #define TVM_GETITEMSTATE (+ 39 TV_FIRST)
    #define TreeView_GetItemState (hwndTV, hti, mask).
    (UINT) SNDMSG ((hwndTV), TVM_GETITEMSTATE, (WPARAM) (hti), (LPARAM) (mask))

    #define TreeView_GetCheckState (hwndTV, hti).
    ((((UINT) (SNDMSG ((hwndTV), TVM_GETITEMSTATE, (WPARAM) (hti), TVIS_STATEIMAGEMASK))) > 12) - 1).

    .....

  • Error occurred starting the installation with the error code '132'

    Error occurred starting the installation with the error code '132'

    Hello

    We will be happy to help you, but before that we need additional information:

    Which Adobe product you are trying to install?

    What operating system you are using the version?

    Until then we can see the links below:

    Impossible to install the illustrator of the creative cloud

    132 CC Illustrator installation error

    All adobe products install correctly EXCEPT illustrator... "Error".

  • I need to reactivate Photoshop CS4 because I have a new hard drive in a reminder for my 2.5 yr old iMac last operating system running. When you open the program, I was told to contact Adobe support and give them an error code: 150:30. Please help with per

    I need to reactivate Photoshop CS4 because I have a new hard drive in a reminder for my 2.5 yr old iMac last operating system running. When you open the program, I was told to contact Adobe support and give them an error code: 150:30. Please help with permission. ?

    You can repair it yourself. I have a screenshot guide. You use app the Mac Terminal and a python (.py) script that comes with the recovery of the license for the Mac package.

    Don't forget to leave a space after typing sudo python and note that your password will not display any points. Simply enter it blind.

    Start 11 Message and take your time. It does not work. Layout error 150:30 opening Photoshop cs4 on Macbook Pro

    Gene

  • I can't reactivate my e-reader with my existing Adobe ID and password which are both correct. I alwayss get the message "the server activation Code error: E_AUTH_NOT_READY" what kind of problem is this and what is more important, how can I resolve it quic

    I can't reactivate my e-reader with my existing Adobe ID and password which are both correct. I alwayss get the message "the server activation Code error: E_AUTH_NOT_READY" what kind of problem is this and what is more important, how can I resolve it quickly. I'm on vacation and you want to read. Thanks for the quick response.

    Yes, actually I talk about digital editions. Do you know how to solve the problem, as stated in my first mail of Digital Editions? Thank you for your kind cooperation.

  • Im trying to download the creative cloud on my Mac but its gives me the error "Installation on case-sensitive volumes is not supported. Please choose a different volume for the installation. (Error code: 22) "can you help me with this please?

    Im trying to download the creative cloud on my Mac but its gives me the error "Installation on case-sensitive volumes is not supported. Please choose a different volume for the installation. (Error code: 22) "can you help me with this please?

    Try error "Unsupported of disks case-sensitive" or similar install error | Mac OS

  • Purge to open payable Interface ends with the error "Invalid Cursor"

    Hello

    I'm running Purge of open accounts payable (version 115.8) Interface and get an error of invalid cursor in the beforereport trigger. No one knows the cause and the cure for it? Part of the log is below. I looked at the cursor level and everything seems fine for me.

    MSG-00001: Check (Import_purge 1) Panel for the purge process
    MSG-00001: (Check_control_table 1) to lock the table control
    MSG-00003: Fetch (Check_control_table 2) import_requests
    MSG-00004: (Check_control_table 3) check the status of concurrent program
    MSG-00999: FUNCTION GET_REQUEST_STATUS ERROR, Reason:
    MSG-00999: FND_CONCURRENT. GET_REQUEST_STATUS <-Check_control_table <-Import_purge <-pre-writ report <-APXIIPRG
    MSG-00999: check_control_table <-Import_purge <-pre-writ report <-APXIIPRG
    MSG-00999: Check (Import_purge 1) Panel for the purge process
    MSG-00999: delete the record in the command table...
    MSG-00999: ORA-01001: Invalid cursor
    REP-1419: 'beforereport': program abandoned PL/SQL.

    Thank you.

    I'm running Purge of open accounts payable (version 115.8) Interface and get an error of invalid cursor in the beforereport trigger. No one knows the cause and the cure for it? Part of the log is below. I looked at the cursor level and everything seems fine for me.

    MSG-00001: Check (Import_purge 1) Panel for the purge process
    MSG-00001: (Check_control_table 1) to lock the table control
    MSG-00003: Fetch (Check_control_table 2) import_requests
    MSG-00004: (Check_control_table 3) check the status of concurrent program
    MSG-00999: FUNCTION GET_REQUEST_STATUS ERROR, Reason:
    MSG-00999: FND_CONCURRENT. GET_REQUEST_STATUS<><><- before="" report="" trigger=""><->
    MSG-00999: check_control_table<><- before="" report="" trigger=""><->
    MSG-00999: Check (Import_purge 1) Panel for the purge process
    MSG-00999: delete the record in the command table...
    MSG-00999: ORA-01001: Invalid cursor
    REP-1419: 'beforereport': program abandoned PL/SQL.

    11i: debt open Interface import bill (APXIIMPT) [ID 107628.1] Troubleshooting Guide - 3. Open the Purge Import Interface fails with ORA-01001: Invalid cursor

    Thank you
    Hussein

  • interfacing of labview with relays

    Hello

    Could someone please tell me how could interface labview in a relay at the hardware level external to the switch of a circuit path. Thanks in advance...

    Concerning

    GPIB isn't DAQ hardware. If you have a GPIB instrument that has a kind of switch, you should mention that first place and if you want to help in the control of this instrument, provide the brand and model. I also hope that you have already checked for an instrument to aid driver > find the instrument Drivers.

  • Unknown error when using Vision USB3 with PixeLink D725CU-T

    Hello

    I recently bought a camera PixeLINK PL-D725CU-T to use with LabVIEW. The camera is a camera USB 3.0 and meets the standard USB3.0 Vision according to the here AIA Web site: http://www.visiononline.org/product-catalog-detail.cfm?productid=4196.

    Unfortunately, when I try to set the camera using the Acquisition of Vision of NOR-IMAQdx USB3.0 drivers and run the camera in MAX I get error unknown 0xBFF6903B. I have a vision capture program I wrote in LabVIEW 2016-64-bit as well as survey the same mistake (I PSS and have everything updated versions latest software as part of my troubleshooting).

    The camera works through DirectShow in MAX interface and my LabVIEW program suggesting an incompatibility with the current IMAQdx driver. I have read a few previous posts on the update of the firmware on the cameras and am currently in contact with the manufacturer to try to resolve the problem on this end as well. Is there a way to revert to an earlier version of the Acquisition of the Vision to see if a previous version worked? Or I am barking the wrong tree here?

    I am running Windows 7 64 bit system. I have versions of LabVIEW installed 32-bit and 64-bit 2016.

    Any help is appreciated.

    Thank you.

    This problem has been resolved with an update of the firmware of PixeLINK so the patch you mentioned that was provided by OR support and support PixeLINK.

  • Connect labview with proteus

    How to connect labview to proteus in order to send commands to the microcontroller AVR, there a useful link or source code?
    I've heard talk about VISA can you help me with a code example or source?

    I don't know anything specific to the APR, but Finder of LabVIEW example has many examples on the realization of serial communication ("Help-> Find examples.." then look for series). If you know the Protocol, then you can use the samples to create right necessary read and write commands.

    Also a quick search on Google for 'Labview APR' had this as the top most successful:

    http://forums.NI.com/T5/instrument-control-GPIB-serial/interfacing-AVR-with-LabVIEW-serially/TD-p/22...

Maybe you are looking for

  • Cannot save or open player iCloud. Have a mysterious unknown data.

    Hello. I recently have a problem with my iCloud drive. Yesterday, I can't save my iCloud iOS devices (iPhone 6 and mini iPad 3 with iOS 9.3.1).) So I go to the menu "settings > iCloud > backup" turn it off and I turn it back on but it keep showing po

  • Model Satellite L735 - 13 c sound problem

    Good night.I have two laptops same home, model Satellite L735 - 13 c and the two I noticed that when you start Windows 7, when you update the database of a particular antivirus virus (if I can not name names) indicates a voice that has been updated,

  • computer goes into sleep mode every 5 minutes

    My computer goes to sleep every 5 minutes in standby mode and needs to get back to where I left my password. I tried to change the power options, but he keeps doing. If I'm watching a video, the screen turns off and ask for my password, but you can s

  • OfficeJet Pro K5400 - loss of functionality in Windows 7

    Since the upgrade of our PC from XP to Windows 7, we have experienced a huge loss of functionality when printing our of Officejet Pro K5400 (cannot print to the edge of the pages, can not specify substrates, change the resolution, etc.) Our HP resell

  • I am re - install Windows, but can't find my product key. Its headquarters, otherwise, how can I get?

    PRODUCT KEY FOR HELP need help... my system crashed and I didn't save everything and now I have to reinstall windows, I can't validate my windows without my product key number. I've been registered with windows live also essentials live .i need help