Copley Xenus Drive with PXI-8461

Hello,
I am trying to learn how to use the Copley Xenus drive with Copley's CMO library in LabVIEW. I'm struggling with finding a starting point. I'm new to using .NET framework and it seems like there should be an easier way to talk to the drive with LabVIEW. We're currently using a Moog drive with CANopen and the PXI-8461 CAN card. The VI's I'm trying to replace have API's to write over CAN. Do these NI-CAN API's work with any drive, or am I limited to using Copley's CMO (.NET Framework)?
Any tips would be great.
Thanks!

Matt,
http://www.copleycontrols.com/motion/Products/Software/netSoft.html
That is the link to download the CMO library. It appears that it is actually a .NET Framework DLL and not an API set. It would be better (obviously) to have an API that we can use, rather than the .NET Framework. In the CMO Programmer's Guide (link below), it shows on page 20 how to add the .NET reference to LabVIEW, but gives no real information on what to do past that, unfortunately.
http://www.copleycontrols.com/motion/pdf/CMO_programmersGuide.pdf
I did download the NI Industrial Communications for CANopen from the link in my previous post. I also read that the Industrial Communications for CANopen supports EDS files; I was able to find a Copley EDS for the drive, but I'm not sure how to implement it. 
Thanks!

Similar Messages

  • A Programming problem with PXI 8461

      I use PXI-8461 CAN Card.
      The subvi READ_AI's function is to aquire data,and save datas to database.
      And Process.vi dynamicly calls READ_AI twice,and a Main.vi calls Process.vi for every step.
      Every step lasts 10 seconds,and has 10 seconds interval.
      step1: from 0s->10s, aquire data;
             delay 10s;
      step2: from 20s->30s,aquire data;
      I find that ,step2's data is from 10s->30s!
      What is the problem ? Is there any error in CAN's use ?
      Here is my vi. thank you.
    Attachments:
    READ_AI.vi ‏80 KB
    Process.vi ‏44 KB

    It displayed that error message because it reached the end of the file before your program was complete. For example, remember when last Thursday when you
    Hey, did you notice how the last sentence up there just stopped before the sentence was really done? Your program does the same thing.
    Read some tutorials about Java; they'll have plenty of examples of complete programs.

  • Driver install with PXI 8360 Error " This device cannot start - Code 10"

    While trying to instal PXI-6541 in PXI-1036 chassi with PXI 8360 controller[express-8360 on laptop side] , getting the error message "This device cannot start [Code 10]" Laptop is Lenovo T60 with latest BIOS
    Thanks
    Manu 
    Solved!
    Go to Solution.

    Hello Manu,
    I'm sorry to hear that you are having so many issues with getting your Expresscard 8360 working on your Lenovo. I recommend that we first look into Device Manager in more details. You mentioned that there were question marks (?) on certain devices. This usually means that there are devices on your PC that do not have any associated hardware drivers. For the Expresscard 8360, the drivers should be native to the Windows system, so I am unsure if those "?" do belong to this portion of the system. We can test this out by removing the expresscard 8360 and see if the "?" are still present. These "?" can be from the internals of the PC or modules that you've attached. If you've restored your operating system recently, it could be from the peripherals of your computer in which case you will need to find and install the chipset drivers. This can also be from the modules that you in your chassis, assuming that you haven't installed the necessary drivers for them, in which case you can find them on the Driver CD you have.
    The exclamation mark (!) in Device Manager usually signifies a problem with getting the hardware started/operational. From your earlier posts I believe that the "!" is related to the Error Code 10 that you are receiving. Assuming that the correct power sequence was performed, chassis then PC, this is representative of a BIOS compatibility issue. Essentially this is occuring because the BIOS of the motherboard is not correctly allocating the necessary resources to all the devices as it is supposed to. Since you already have the latest BIOS, I would recommend that you try using the MXI Express Compatibility Software, here ni.com/beta. This is something that National Instruments created in order to correct for the incorrect resource allocation of the PC. It is not a beta program, it is only on the site so that we can manage it more easily. I have seen Lenovo T60 laptops work with this software installed.
    Let me know if this helps
    Thanks
    Can W.
    PXI and VXI Platform PSE
    National Instruments

  • NI PXI 8461/2 blocked

    I use a NI PXI-8461/2 to control two Instrumentation Cluster via CAN. I need to use a lot of (30 / 50 depending by the application) of periodical nodes. My LabVIEW application, after few hours of regular operation, seems to be ok but the CAN card is blocked (no packets sent, verified with CANalyzer).
    I don't know if it could be caused by a software error or a sort of hardware "overflow".
    Thank You
    Davide

    Is this still an open case? If yes can you provide more information about the hang? Any error messges from the NI-CAN driver?
    Can you reproduce the problem, even on a Series 2 board?
    DirkW

  • How to integrate RFSG driver with sampling theorem labview code

    hi all, 
    I got the labview code of sampling theorem from labview-> find examples. How can I integrate this code with PXI system? How can I integrate the RFSG driver with labview code?

    Hi Nieman,
    LabVIEW 2014 should be compatible with the 9068 and the cRIO 2.1 drivers.  I verified it should work as expected earlier today.  Please make sure you are using the example cRIO PN-IO Device when you are moving the module over to the new target.  If you are already accessing that, please navigate to this folder:
    <Program Files>\National Instruments\LabVIEW 2014\Targets\NI\FPGA\cRIO\other
    Please let me know if you see a CS_cRIO-PNAD folder. This folder provides all the files necessary to discover and use the module in the project.  If we do not have that folder there, we will be unable to locate the module.  If that is indeed the case, then it may be the driver did not install correctly.  
    If after finding this folder and it is still not working, please send me screenshots of the error that you are seeing and a MAX Technical Report.  Thanks!
    Matt S.
    Industrial Communications Product Support Engineer
    National Instruments

  • NI-VISA Driver with Interrupt detection

    Hello everyone,
    I am new to PCI and PCI driver, encounter an problem when use the NI-VISA to program a PCI driver with the interrupt detection.
    Here is the situation:
    This PCI card is made of two chips : the PCI9030 pci bridge chip and ET1100 chip (the local chip that connected to PCI9030). The memory of ET1100 is mapped 1:1 to the PCI9030 memory starting at BAR2. Now I want the PCI card generates an interruption when the content of register at offset 0x221 changes.  
    I add the interrupt detection (see the figure above or the attachment), interruption removal and disarm following the guide "Using the NI-VISA Driver Wizard and NI-VISA to Develop a PXI(e)/PCI(e) Driver in Windows". However, when I completed and installed this driver in the LabVIEW RT OS, the system can recognize the card, but cannot generate the interruption when the register at offset 0x221 changes, therefore does anyone tell me the reason ? Or tell me how to program this driver using NI-VISA?
    Any suggestions is welcome.
    And Thank you in advance!

    Duplicate post here: http://forums.ni.com/t5/PXI/NI-VISA-PCI-driver-with-interrupt-detection/m-p/2618341
    Bobby Breyer
    Applications Engineer
    National Instruments

  • Swapping hard drives between PXI-8115 and PXI-8105 won't boot up

    I have a test system running Windows XP on PXI-8105.  I've upgraded the entire test system for another project and need to upgrade my existing systems; the upgrade runs on Windows 7 and PXI-8115.  I have new hard drives with Windows 7 and the new test software which were loaded/configured/tested on a PXI-8115, but I need to retrofit the PXI-8105 with them.  This doesn't work.  Windows begins to boot but fails and tries over and over again.  In an effort to take the PXI-8105 off-line to troubleshoot, I replaced it with one of the PXI-8115 and the old (WinXP) drive.  This didn't boot up, either.
    Here's a summary of my situation:
    An old system has PXI-8105 running WinXP
    A new system has PXI -8115 running Win7
    A hard drive (with Win7) from the PXI-8115 won't boot on the PXI-8105
    A hard drive (with WinXP) from the PXI-8105 won't boot on the PXI-8115
    What is different between the two PXI controllers that keeps me from swapping hard drives?
    Jim
    You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
    Solved!
    Go to Solution.

    A couple thoughts:
    1. Windows 7 probably works fine on a PXI-8105. Although NI never officially supported or shipped that configuration, I suspect that the default Windows 7 installation contains enough of the driver support needed to boot up.
    2. In general, Windows is not very tolerant of swapping hard drives between completely different systems, especially with Windows XP and prior. Consider whether just installing fresh and copying over what you need is faster than trying to do this, but if you must, I would suspect that Windows 7 would be more tolerant of the swap.
    3. As a debugging step, try pressing 'F8' during the boot process to launch the Windows boot menu and try safe mode or some of the other options.  More information here.
    4. If all else fails, Google is your friend here as there's nothing particularly specific about this being an NI product that you need to know when attempting this operation. Any information you find online about swapping hard drives between PCs should be relevant to your situation. Searching for 'swap hard drive to new computer windows 7' gave some useful hits on the first page. Beyond that, you can also look into using the 'sysprep' utility to try and clean the system and prepare for swapping to a new PC.

  • Problem using CAN PXI 8461

    Hi
    I have got a PXI 8461 and installed latest NI-CAN sotware.Working on real time target, I am trying to run an example CAN VI and I am getting the following error.
    In MAX, I have self tested the CAN ports and verified the interface name  of my ports.I have loaded the  configuration file and then sent it to RT. While running the step by step execution I have realised that  I am getting an error when I am execute the 'TASK INIT START'.
    The interface is invalid or unknown. Solution: Verify that the interface is assigned to a
    specific port within the Devices and Interfaces branch of Measurement and Automation
    Explorer (MAX).
    Many Thanks

    YOu cannot access the interface more than once at any given time.
    Do you get any error code along with it?

  • CAN BUS PXI 8461 over RS-485

    Dear Ladies and Gentlemen,
    in one of our projects we are trying to use a CAN Bus system over RS-485. I have got doubts if this can be realized since RS-485 is different to CAN Bus. RS-485 does not support any multimaster configurations without bigger efforts and so on. But this is not the issue for my question here. On a prototype board I implemented RS-485 drivers and receivers. I am trying to find a circuitry to run CAN bus via RS-485. The test setup shall be quite easy. PXI 8461 card -> RS-485 -> ASIC (with the implemented CAN Bus system) and the same way back. It is just a point to point connection. No multimaster configurations will be tested. My question is now if it is possible to use the PXI 8461 card in general? I am not sure if the electrical levels are equal. Perhabs somebody used this card in my configuration and can give me some support. If it is not possible are there any recommendations which cards can support my configuration?
    Thanks a lot for your help!
    Best regards,
    Ingo

    Hello Ingo,
    thank you for contacting National Instruments. RS-485 specifies an electrical standard, like differential signal transmission and with a voltage around +/-200 mV. A DC-Offset from -7 to +12 Volts is allowed.
    The CAN-Standard uses Voltages from -27 to 40 Volts. As you can see, you can not switch the electrical specification from CAN to RS-485, because the voltages differ already to much.
    Why do you have the need to reduce the CAN Voltage down to RS-485 levels?
    Best regards
    MarianO

  • Is PXI-8461/D realtime??​?

    Hi,
    I am evaluating an network architecture for my application which needs real time control. My application needs me to have Devicenet communication, in realtime application.
    Does connecting the PXI 8461/D Devicenet module along with a PXI-8186 RT Realtime Controller in a PXI Chassis, serve my application. Can I get deterministice time controlled communication via Devicenet then?
    The information I got from the website has been very confusing. In one literature it says, connecting any number of PXI to a RT Controller embedds the whole system realtime. If this is so, then the PXI Devicenet card can be controlled realtime. Am I right?
    Hope to hear from someone soon. I am on a time critical project, and this informat
    ion is very important.
    Please reply asap.
    Thanks in advance.

    Hello Shreesha,
    We may be able to help you with a solution to your problem. Please call 1-800-433-3488 to speak with the Technical Sales Representative for your area. If you are unable to get in touch with the right person, I can look up your information and have them contact you. Just let me know.
    Thanks,
    Scott B.
    Applications Engineer
    National Instruments

  • Driver NI PXIe 5641r for Labview 2012

    hi. i have module NI PXIe 5641r and labview 2012, i installed driver NI PXIe 5641r; however this driver did not support labview 2012 softwave. help me please!

    Hello!
    You should be able to download the PXIe-5640R 1.7 to work with your PXIe-5641R. Here is a link to that driver:
    http://www.ni.com/download/ni-5640r-1.7/4371/en/
    According to the readme, this will work with a PXIe-5641R as well as 32-bit LabVIEW 2012. Hopefully this helps!
    Thanks,
    Stephanie S.
    Application Engineer
    National Instruments

  • I have replaced my old hard drive with a new SSD drive. Can I restore a complete Time Machine backup

    I have replaced my old hard drive on a MacBook Pro midyear 2010 with a new SSD drive. I have a complete system backup of my old drive in an external hard drive using Time Machine.
    Questions that I would like to get answered.
    1) Can I connect my external hard drive to the macbook pro and use that to boot up my machine by pressing and holding down the Options key? Once booted up successfully, can I use Disk Utility to format the new SSD and then restore the complete time machine backup?
    2) If that is not possible, can I use my old drive which I can connect using a USB adapter and use that to boot up by following the same strategy as listed in Step#1 above?
    3) If neither options are possible, do I need to use a bootable USB drive for Mavericks OS X to boot up the machine,
    I have Mavericks OS X ( 10.9.6) and I do not have a DVD of the OS.
    Any help is appreciated.

    Let me first document the steps that did not work and then I will document the steps that worked.
    1) Replaced the hard drive with SSD.
    2) Connected the original hard drive using a USB adapter to the MacBook to make it behave like an external device.
    3) Powered on the machine and on hearing the chime pressed Command-R to start in recovery mode.
    4) Chose the Disk Utility option to erase and format the SSD. The format chosen was Mac OS Extended Journaled.
    5) Once the formatting was done, then clicked on the "Restore" tab in Disk Utility
    6) In the Source field, dragged my original hard drive from the left pane and placed it in the field
    7) On the destination field, choose the new SSD drive. Clicked on "Restore". Gave me a warning, accepted the warning and the restore was under way.
    8) I had 236 GB to restore so took 3.5 hours before it was done.
    9) Disconnected the external hard drive ( my original internal HDD), shut down the machine and powered on again.
    10) Heard the chime and after that it was a white screen with no Apple logo.
    Was visibly upset and started thinking what my next move will be. Then tried these steps
    1) Again powered off the machine.
    2) Connected my internal HDD once more as an external drive
    3) Powered on and on hearing the chime, pressed Command-R as before
    4) Once the OS X utilities screen popped up, this time chose Install OS X
    5) Erased the contents of SSD once more and reformatted it using Mac OS Extended Journaled.
    6) Installed OS X by following the prompts.
    7) Once the OS was installed, I was presented with an option on how to transfer data to this new Mac
    8) Chose the option to move the data from my original HDD.
    9) Took another 3 hours to move the data.
    10) Removed the original HDD once the transfer was complete, powered down the machine and started it once more.
    11) Booted successfully and all my content is now accessible on the new SSD.
    Moral of the story - It is the spirit that counts.

  • I want to know if I can backup my Ipad to an external harddrive. I have a pc with xp pro media edition and a partitioned hard drive with very little space on C and lots on D. I am trying to update my Ipad to 5.1.1 and it says it needs 12  gb to backup.

    I have a Sony Vaio desktop PC with a partitioned hard drive, running Windows XP Pro. There is 13 gb on C drive with the OS, and 140 gb left on D drive. I am  trying to update my Original Ipad from 4.3.4 to 5.1.1 and because C drive is full ( I have moved everything that can be moved to D drive) mostly from Microsoft updates over the years, I am unable to do  the backup Itunes is telling me I have to do to update or lose all media on this iPad. 12.67 gb is required to do the backup and I have a whopping 965.2 MB.  I can not get the cloud to use as backup as it requires 5.0 or better. Does anyone know if I can back up to D drive,  and if so how? Also, I have a 1 terrabyte WD mini external hard drive I just got as a gift...could I do the backup to it and, again, if so, how? Please explain from start to finish, as my brain is now fried from, first from finally getting Itunes updated to 10.6 ,and now trying to do this update. Thanks to anyone for their help!!

    iOS device backups are stored in your iTunes library.
    Move your iTunes library to an external drive.

  • Can I use a sata3 hard drive with a late 2009 imac

    Looks liker the hard drive in my five year old iMac is about to go belly up. Was getting hardware errors, very slow startup and Carbon Copy Cloner reported bad blocks during the backup. I want to buy a new HD at a local store and have the Apple store install it. Will they do that and can I use a SATA 3 drive with my older iMac?

    YEs you can use a SATA III drive but the Apple Store will not install it for you. Find an AASP and see if they'll install a drive for you.

  • How difficult would it be to replace my 250 gb hard drive with a 500 gb hd?

    Would it be something that I could do on my own or would I need to take my iMac to the Apple store or other authorized reseller to have upgraded? Any suggested posts, Apple or other, for instructions? What kind of drive would I need to get and what brand would you suggest?
    Thanks much!

    Hello,
    Starting with the iSight version of the G5, Apple redesigned the entire machine in a way that it is now major surgery to replace the hard drive.
    It is possible for the end-user to do it. But, the end-user needs to be comfortable with opening the case, and literally removing every part inside the computer to perform the task.
    If you want to see what's ahead of you, take a look at these pictures for an idea of what disassembly will be like:
    http://www.kodawarisan.com/imacintel/imacintel001.html
    Of course, that doesn't show you the method to get everything taken apart. But, it shows you what is in your way.
    You can find a large file containing a disassembly guide here:
    http://www.baconeggs.co.uk/manuals/index.htm
    Understand that you will clearly void your warranty by performing these tasks, and that is a risk you need to be prepared to take.
    If you are not comfortable with that, you need to take the machine to an authorized service provider for servicing / upgrading.
    As for drives, you need a Serial-ATA (SATA) hard drive. It should be a 7200 R.P.M. drive with at least 8 MB of Cache memory built-in. And, it should be labeled as SATA-150 or SATA-300. Either will work, but you will only get the performance of the SATA-150 drive either way (the 300 will slow to 150 to communicate with your system).
    As for brand, I would recommend Western Digital or Seagate. Both are great companies with excellent warranties. Be sure to buy a retail boxed hard drive if you want a warranty. The OEM drives have a 1 year warranty, but that cannot be claimed by an end-user (it is only honored for legitimate OEM system builders).
    Retail drives will be very obvious. They'll come in a colorful retail box, and be shrink-wrapped. They'll come with a 3 to 5 year warranty, and the consumer / end-user can claim that warranty directly if needed.
    The majority of the hard drives sold in small shops and on the Internet are OEM drives. If one of those fails, the manufacturer will direct you to go to the OEM who sold it to you for replacement. So, basically they are as is if you buy them as a single component. They are only intended to be sold as part of a complete computer or external hard drive package. In that arrangement, the company who produced the finished package would provide their own warranty, and any claims would be between them and the manufacturer.
    So, know what you are buying.
    I hope this helps.
    Let us know if you have other questions.
    P.S., if you'd like, go ahead and click the "Helpful" or "Solved" buttons on any of the posts / replies above if you feel they were helpful or adequately answered your question.

Maybe you are looking for

  • K9N4-SLI video question

    I'm real close to buying the MSI K9n4-SLI-F MB. I dl'ed the manual and it seams to say that the PCIE 16x slots are only supported at 8X speed. I understand if that is true while in SLI, but is the 1st slot running at 16x with one vid card? Thanks

  • ORA-01502: Index or Partition is in unusable status. while truncating table

    Hi All, One of our Devlopers compalined that he is getting ORA-01502 : Index or partition is unusable status while truncating the a table in our Dataware house production database. He is using the following commands. Alter index <index_name> unusable

  • Error in FI Document Parking Workflow

    Hi Workflow Experts,                                I have a FI document parking Workflow scenario which is 2 level release that is if the amount is upto 100000 first person will release if it's more than that the CEO that is the second user has to r

  • Seeburger module configuration

    We are using this module configuration for converting EDI D96A format to XML: 1     localejbs/CallBicXIRaBean     Local Enterprise Bean     bic 2     localejbs/CallSapAdapter     Local Enterprise Bean     0 bic     destSourceMsg     MainDocument bic 

  • Sending object between client server with some class without serializable

    Hi friend, I need to send the object from server to client via ObjectInputStream and ObjectOutputStream, however, in these objects, some are implements by others, no source code provided, which haven't implement serizlizable, so does anyone can tell