Maxon EPOS2 driver for sbRIO

I am working on using LabVIEW to control a Maxon EPOS2 50/5 controller. I am using a sbRIO and the NI 9853 CAN module.
I have found the EPOS driver posted here. I have also found the CANopen engine posted here.
However, I'm looking for a VI based implementation of the Maxon EPOS2 driver. The existing EPOS2 DLL (wrapped in a LV API) can not communicate with my CAN device because it's connected to an LV-RT system through an LV-FPGA device. Therefore, I need a VI based implementation of the driver such that I can communicate through an LV-FPGA based CAN from an LV RT system.
Thanks for any help!
-Viktor

Viktor,
I've been looking into this and don't know of any VI based implementation of this driver.  It may be worthwhile to contact Maxon to see if they can provide any help with this.  The only other option would be to use compile the dll code into a shared library .out file that would be compatible with your sbRIO.
Calling External Code on VxWorks Targets
http://digital.ni.com/public.nsf/allkb/5A267EF5471​758CA86257233006EF3D8
Developing Shared Libraries for the cRIO-901x and Other VxWorks Targets - Developer Zone
http://zone.ni.com/devzone/cda/tut/p/id/5694
maxepos2 - Serial Driver for LabVIEW
http://sine.ni.com/apps/utf8/niid_web_display.down​load_page?p_id_guid=7D860A61EC12469DE04400144F1EF8​...
Best,
Chris LS
National Instruments
Applications Engineer
Visit ni.com/gettingstarted for step-by-step help in setting up your system.

Similar Messages

  • CANOpen Communication NI cRIO 9022 (9853 CAN module) - MAXON EPOS2

    I'm implementing a velocity control loop on two Maxon EPOS2 70/10 control units,  interfacing them with a NI cRIO 9022 (CAN module 9853). To this aim, I'm using the libraries from NI and they work quite well: for each EPOS2 I can read current, position and velocity using 2 PDO messages and set a desired velocity using 1 PDO message, all in a single timed loop on Labview Real-Time. My VI is based on a NI example included in the mentioned library. Even though the sampling time of the loop is set to 10 ms (as in the example file), I verified that all the operations were executed in about 30 ms.
    My target is 1 ms sample time and I'd like to know if there is any chance to get this; are there some limitations in the software/communication protocol I'm using or is it possible to achieve 1 kHz control frequency? Based on the documentation, the EPOS2 CANopen driver is split as follows:
    1.      Hardware Layer: VIs which interact with the CAN hardware (FPGA Interface folder).
    2.      CAN Layer: VIs which construct/deconstruct CAN packets and handle communication between the Hardware Layer and the top level application (CAN folder).
    3.      CANOpen Layer: Low level VIs which simplify the generation of the SDOs and PDOs used to communicate over the CAN bus (CANopen folder).
    4.      EPOS2 Driver Layer: High level wrappers over the CANOpen Layer simplifying the control of EPOS2 drives (main folder).
    It seems that the Layer that construct/deconstruct CAN packets is impelemented on the RT level. Is it correct? Do I need to move it to the FPGA level to improve performances?
    I look forward to hearing any suggestions from you.
    Best,
    Nevio

    Hi Nevio, 
    I am trying to simply read encoder values from my EPOS2 24/2 control units into Lavbiew. I have been through all the documentation however I am unable to establish communication between the EPOS2 and labview.
    I am connecting the two using a USB connection. I can connect to and control the motors in EPOS Studio, but nothing in labview.
    I am very new to Labview so I am probably not putting the correct blocks down for initialization.
    Could you please help me by suggesting some good examples to look at or linking me to labview sample of initializing communication with the EPOS2 units. 
    Any help is greatly appreciated
    Regards,
    Kris

  • CANOpen Communicat​ion NI cRIO 9022 (9853 CAN module) and MAXON EPOS2

    Hi all
    I am trying to implement a velocity control loop on my Maxon EPOS2 motor controller, by using PDOs sent through my real-time controller (NI cRIO 9022) with a CAN module (9853).
    I configured the PDO mapping in the object dictionary of the EPOS2, so that each new RxPDO1 contains the new desired velocity setting value, and I am trying to use the simple example contained in the National Instrument example directory criocanopenbaisc (freely downloadable here http://zone.ni.com/devzone/cda/epd/p/id/5474).
    I can change manually in the object dictionary the value of desired velocity by using the EPOS studio tool by connecting via USB the EPOS2 to my computer, but when I connect the EPOS2 to the CAN0 port of cRIO the newly sent values does not make effect.
    At the first try the .vi file hung on the Read PDO command, which is right after the Write PDO command. I suppose it means that no real PDO is sent over the CAN bus. However, I excluded the "Read PDO" from the diagram, now the file executes and terminates but no command is sent to the EPOS. I can verify through an oscilloscope that many similar digital waveforms are sent, just like if no ACK signal was received.
    After various tentatives, I sent PDOs structured in the following way:
    COB-ID (4 bytes containing the U32 representation of the COB-ID for RxPDO1: 531)
    Updated value (4 bytes containing the representation of the desired velocity value, U32).
    0 in U32
    0 in U32.
    The last two U32 are sent so to be coherent with the example of the NI library nicanopenbasic.
    At the moment only one signal is sent (no more repetitive signals representing fault communication), but the values are not updated in the EPOS2... 
     Cheers  
    Solved!
    Go to Solution.

    Duplicated post

  • CANOpen Communication NI cRIO 9022 (9853 CAN module) and MAXON EPOS2

    Hi all
    I am trying to implement a velocity control loop on my Maxon EPOS2 motor controller, by using PDOs sent through my real-time controller (NI cRIO 9022) with a CAN module (9853).
    I configured the PDO mapping in the object dictionary of the EPOS2, so that each new RxPDO1 contains the new desired velocity setting value, and I am trying to use the simple example contained in the National Instrument example directory criocanopenbaisc (freely downloadable here http://zone.ni.com/devzone/cda/epd/p/id/5474).
    I can change manually in the object dictionary the value of desired velocity by using the EPOS studio tool by connecting via USB the EPOS2 to my computer, but when I connect the EPOS2 to the CAN0 port of cRIO the newly sent values does not make effect.
    At the first try the .vi file hung on the Read PDO command, which is right after the Write PDO command. I suppose it means that no real PDO is sent over the CAN bus. However, I excluded the "Read PDO" from the diagram, now the file executes and terminates but no command is sent to the EPOS. I can verify through an oscilloscope that many similar digital waveforms are sent, just like if no ACK signal was received.
    Looking forward to receiving any hint
    Fabrizio 

    Some updates on the developments, since no one yet replied...
    At the current time the PDO sent is structured in the following way:
    COB-ID (4 bytes containing the U32 representation of the COB-ID for RxPDO1: 531)
    Updated value (4 bytes containing the representation of the desired velocity value, U32).
    0 in U32
    0 in U32.
    The last two U32 are sent so to be coherent with the example of the NI library nicanopenbasic.
    At the moment only one signal is sent (no more repetitive signals representing fault communication), but the values are not updated in the EPOS2...
    Cheers 

  • How can I use one external hard drive for both Time Machine and iPhoto Library?

    I have been using a 1 TG LaCie external hard drive for Time Machine backups.  My (older) Mac has 160 GB and is almost full.  I would like to move my iPhoto Library to the external hard drive, but I've heard Time Machine doesn't share one space well.  Should I
    1.  create another partition (but will this erase what I've already saved) with Disk Utility?  *I am running Snow Leopard*
    2.  create another volume to use for iPhoto, and if so, should the two volumes be of equal size?
    3.  leave it with one partition and move the iPhoto Library to the same partition with Time Machine back ups?
    I know I don't need the entire 1 TG for back up of 160 GBs.  Please advise the best path to take.  Thank you!

    You are getting incorrect information from your ASP. If you look at drive specifications the heat generated is no different for high vs low capacity drives.
    I have upgraded the internal drive in my iMac 2007 with a 3TB Hitachi drive without any heat issues or other problems.
    Larger hard drives have higher density platters so to access any given amount data the drives travel a shorter distance. Higher capacity drives should therefore run cooler than lower density drives because the drive spends less time spinning to access data.

  • Bluetooth Driver for dell(Inspiron N5110(ST: 3v82np1 ) is still not working well.

    Hi,
    I have tried installing "Dell Wireless 1701
    802.11 b/g/n, Bluetooth v3.0+HS Driver "
    But I saw neither wireless nor Bluetooth was defined.
    As  the drivers listed below are only  the driver for wireless and bluetooth, I almost tried all of them, except the last three.
    File TitleImportanceRelease DateVersionActions
    Intel Centrino Wireless-N 1030 WiFi Driver 
    (Driver) 
    Other Formats
    Description
    Intel 6230/N1030/N1000 WiFi Driver for win7 64-bit This package provides the driver for the Intel Centrino Wireless-N 1030 WiFi Driver and imore…
    Intel Centrino Wireless-N 1030/Advanced-N 6230
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Wireless-N 1030/Advanced-N 6230 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS
    Driver 
    (Driver)
    Description
    This package provides the Dell Wireless 1701 802.11 b/g/n, Bluetooth v3.0+HS Driver and is supported on Inspiron N5110 and Vostro Notebook 3more…
    Dell Wireless 1702 WiFi + Bluetooth Driver 
    (Driver)
    s
    Description
    This package provides the Dell Wireless 1702 802.11 b/g/n, Bluetooth 3.0+HS Driver and is supported on Inspiron and Vostro Notebook models tmore…
    Intel Centrino Wireless-N 1000, Centrino Advanced-N
    6230, Centrino Wireless-N 1030, v.14.2.0.10, A01 
    (Driver)
    Recommended
    Description
    This package provides the Intel Centrino Wireless-N 1000/1030, Advanced-N 6230 Driver and is supported on Inspiron N5110 and Vostro Notebook more…
    Intel Centrino Advanced-N 6230/Wireless-N 1030
    Bluetooth Adapter Driver 
    (Driver)
    Description
    This package provides the Intel Centrino Advanced-N 6230/Wireless-N 1030 Bluetooth Adapter Driver and is supported on Inspiron N5110 and Vosmore…
    Add to My Download List
    Dell Wireless WLAN 1502 Half Mini-Card Driver 
    (Driver)
    Description
    This package provides the driver for Dell Wireless WLAN 1502 Half Mini-Card and is supported on Inspiron Notebook and Vostro Notebook modelmore
    Intel WiMax Link 6150 Driver 
    (Driver)
    Description
    This package provides the Intel WiMax Link 6150 Driver and is supported on Inspirion and XPS Notebook models that are running the following
    Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100
    Ethernet Controller Driver 
    (Driver)
    Description
    This package provides the Realtek RTL8111E-VB Gigabit and RTL8105E-VB 10/100 Ethernet Controller Driver and is supported on Inspiron N5110 amore…
    I had to install Dell Wireless 1702 WiFi +
    Bluetooth Driver
    The wireless adapter was defined by this driver, however, the Bluetooth still has an exclamation mark in front of it, and when the Dell WLAN and Bluetooth client installation finished, a pop up message said that Windows couldn't install the device
    well, although there was a folder added in documents folder named 'Bluetooth Folder'
    Yes, the Bluetooth was named with 'Generic Bluetooth adapter' before installing 'Driver above'. However, after installing the driver above, the Bluetooth adapter named with ' Dell wireless 1702 Bluetooth v3.0". But as you see it's
    still not working will.
    The sceen shot shows the device manger before installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    These screen shots shows the device manger after installing  Dell
    Wireless 1702 WiFi + Bluetooth Driver
    I've lit windows detect the operating program for this device on the internet, it said "Windows has detected that the operating  program of this device is up to date. As this screenshot shows.
    What should I do because nothing lift to try? If you have a look at the ninth drivers in my previous message, you will see that no other drivers for Bluetooth lift.
    Also, I have tried  to install Intel
    Centrino Wireless-N 1030 WiFi Driver 
    But I have been told that "the installation is blocked', This package of installation cannot be installed on your system' I don't know what this
    means, is it because Dell Wireless 1702 WiFi +
    Bluetooth Driver is being installed
    Could you please take some of your preciout time out to read carefully my points below to finish this problem?
    first:
    Yes, if you had a look at my first post, you would have seen that I really have downloaded and installed the drivers suitable for bluetooth, which was only Dell
    Wireless 1702 WiFi + Bluetooth Driver, which made the bluetooth recognized by Windows 7(64Bit). However, the bluetooth in the device manager still has an exclamation mark as it is shown in the device manager.
    I don't have any other drviers which can do more than the what Dell
    Wireless 1702 WiFi + Bluetooth Driver did because I have tried all the drivers listed under 'Network', exept the what are for Etherent.
    Yes, when I have tried adding the bluetooth between two laptops(Mohammad and Nasreen).  the bluetooth was added for both laptops as you see in these screenshots below:
    The Bluetooth devices of Nasreen's laptop whose bluetooth is having some problems in Device mangage.
    The Bluetooth devices of Mohammad's laptop  whosse Bluetooh is defined well in device manager.
    But there is still problem in the device managre as shown in the screenshot listed before.
    Second: (Important) That when I want to send files or recieving between two bluetooth added in either laptop, I could send them. Also, when I open the Mohammad's bluetooth added in Nansreen's laptop( screenshot
    below), I can show what is inside it.
     However, when I open the the Nasreen's bluetooth addd in Mohammad's laptop, I noticed  no reponse at all because as you see that disconnected is written in fornt "Nasreen-Pc" as this screenshot: 
    Although sometimes Nasreen-Pc gets connected as screenshot below, but I am still not able to open the Bluetooth folder of Nasreen-pc from Mohammad-pc. When trying to do that, no response is there.
    In other times, Nasreen-pc gets connected for a while, but it comes back disconnected.
    Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose Bluetooth is having some problems in the device manager.(First Screen shot below)  However,
    the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    Finally: : when I clicked "right-click" on "Nasreen-PC" and then clicking on "detecting and troublshooting issues", I found that windows informed me that :
    But which driver should I reinstall because I have already installed the Dell
    Wireless 1702 WiFi + Bluetooth Driver almost twice?
    A man should convert his anger and sadness into strength to continue living in this life.

    Certain driver packages contain drivers from some of the essential services only and for additional services, separate drivers must be installed. Additionally, the service is installed only if a compatible device is installed (or paired).
    Therefore, you are seeing the error.
    If you are using the Bluetooth L2CAP Interface and Bluetooth Remote Control services and not able to install the services, you can try unpairing the device, restart the PC, pair the device and then check. If that too fails, you need to install a suitable
    driver, sometimes even other OEM drivers solve the issue. You can Bing/Google about this. You can also contact Dell Support for more information.
    Balaji Kundalam
    Thanks a lot,
    I really didn't understand what you mean with in your first part the service is installed only if a compatible device is installed (or paired).
    The Bluetooth is integrated with
    the laptop, then  where other services will come from, all service are related to Bluetooth.
    If there are some additional services not related to Bluetooth,
    then how can I either let them functioning well or disable them in order to get rid of the yellow exclamation mark
    on the name of my laptop in the Device and printers.
    Also, I really have installed a
    BCBT7(Broadcom Bluetooth) for HP which really defined the same Bluetooth issue,
    Device manager after installing the entire setup of driver BCBT7(Broadcom Bluetooth) on HP laptop
    but  when trying to install the same
     BCBT7(Broadcom Bluetooth)  on Dell,  I faced the error below, although there is an icon for Bluetooth in
    the system tray. Also, the Bluetooth is integrated as
    you have seen in the device manager. 
    You didn't answer me: Third:: I noticed that the name of Laptop whose Bluetooth was added listed in 'My computer' for the laptop whose
    Bluetooth is having some problems in the device manager.(First Screen shot below)  However, the name of the laptop whose Bluetooth is having problems wasn't listed on other laptop's "my computer"(Second Screen shot below)
    A man should convert his anger and sadness into strength to continue living in this life.

  • Tiger OSX Driver for eMagic AMT-8 - AMT no longer seen in AudioMidi

    Can anyone here tell me where to find the driver for the AMT-8? It seems "missing" from the Apple and Emagic websites. AudioMidi is still not seeing the interface although "About this Mac" sees it just fine.
    Also, no driver for it in the Library like my other interfaces.
    All previous links to the driver are no longer valid.
    Thanks!
    Matt @ Post Pro
    [email protected]

    That link to the Apple site I've looked at a hundred times. You know, if I look one more time MAYBE it will be there this time. The ONLY one I've seen on there that is close is the Unitor Command software, but that's not quite it. Is it hiding in one of the other 3 folders and I'm just too blind to see it?
    If you can email it to me that would be great. Just use the: "[email protected]" address so that I can grab it on the road easier.
    Thanks Much!
    Matt @ Post Pro

  • Where can I download a Windows 7 64bit driver for the hp CDDVDW TS-L633N on my cpq60-615DX

    EDIT --
    I neglected to say that I tried updating the driver from the Device Manager device window and the result was a message saying it could not find a newer driver, that the one installed was correct.
    Another EDIT
    I also did not say that I  have uninstalled the device, through Device Manager. Upon restarting the system, the drive was found and software installed but the problem remains.
    Original message follows:
    System: CPQ60-615DX
    Windows 7 Home Premium 64bit
    Drive: hp CDDVDW TS-L633N
    In the process of installing some Roxio software, Creator 9, an unusable driver, are part of one, was installed. Now the device is not working.
    When I didn't see on the list of devices on Windows Explorer, I went to Device Manager and found that it was flagged with the "problem" icon (exclamation  point on a yellow background).
    The General Tab Device Status box contains"
    A driver (service) for this device has been disabled.  An alternate driver may be providing this functionality. (Code 32)
    The following information is shown for the device:
    hp CDDVDW TS-L633N ATA Device Properties windo
    Driver Tab:
    hp CDDVDW TS-L633N ATA Device
    Driver Provider: Microsoft
    Driver Date:     6/21/2006
    Driver Version:  6.1.7601.17514
    Digtal Signer:   Microsoft Windows
    Driver File Details:
    hp CDDVDW TS-L633N ATA Device
    Driver files: c:\Windows\system32\Drivers\cdrom.sys
    Provider:         Microsoft Corporation
    File Version:     6.1.7600.16385 (win7_rtm.090713-1255)
    Copyright:        Microsoft Corporation. All rights reserved.
    Digital Signer:   Microsoft Windows
    c:\Windows\System32Drivers\PxHlpa64.sys
    Provider:         Sonic Solutions
    File version:     2.03.27a
    Copyright:        Copyright 2003 Sonic Software
    Digital Signer:   Not digitally signed
    It appears that the Creator install installed part of the driver but not one that functions. It might be a problem with Windows 7 or the fact that this install is 64 bits.
    I have searched the HP site and can't find a driver for the device. When I look at the list of drivers available for this system, the optical drive is not shown.
    I downloaded and installed the HP driver search program - or whatever it is called - and ran it. There were no devices listed on "Optical Drive" tab when I looked at the results - it could not "see" the drive.
    I realize that what I need is probably a generic driver from MS, that's why one is not shown on the HP site, but how do I go about finding the right one for this device?
    Is there a generic "one size fits all" driver for Windows 7 which can drive this device?
    Any assistance will be greatly appreciated.
    Bob and Simon
    This question was solved.
    View Solution.

    HI nhgfdstr:
    Thank you for your inquiry.  I am pleased to assist  you!!
    I am sending you a link to a "CD/DVD Drive Is Not Detected (Windows 7)"  click here.  For your convenience here is a document on "Downloading or Updating Software and Drivers for HP Computers"   click here.   I am also sending  you  a link, to third party site, with a driver for your hp CDDVDW TS-L633N ,  " Hp CDDVDW TS-L633N ATA Device Drivers Download"  click here.
    Happy Holidays!!!
    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!

  • I would like to know if you have to back up a macbook hard drive, can I use a external hard drive that has been previously used to back up several pc 's, or is it best to have a separate external drive for the Mac?

    I would like to know if you have to back up a macbook hard drive, can I use a external hard drive that has been previously used to back up several pc 's, or is it best to have a separate external drive for the Mac?

    In the Mac side of things, backups usually come in two flavors: clones or incrementals.
    A bootable clone is a bit-for-bit copy of all essential files in the startup volume. If using the Lions, clones can be made using CarbonCopyCloner or just plain old Disk Utility. These backups represent the safest protection of your info, but take the longest to do. Recovery is an inverse process: you copy the clone back into the internal drive.
    Incremental backups start with a complete backup of the startup volume and only copy whatever changed from the previous run. OS X includes the fully integrated Time Machine backup utility to do this. It is extremely easy to do and takes the least amount of time. Recovery is another matter altogether since you have to start with a freshly installed instance of the OS and have to apply all intervening backups to bring the result to the latest saved version.
    As for where the backup takes place, the recommended media is an external dedicated drive or drives connected via the fastest interface available on your Mac: Thunderbolt, USB3, Firewire, or USB2. Network-based backups, wired or wireless, are attractive but may not offer the same performance and hence take longer. Also important to note that the entire drive need not be completely dedicated to a single backup. The Mac's EFI firmware infrastructure allows for an unlimited number of partitions on a hard drive and each can be used for either type of backups.
    Holler if you need specifics on how to do each. This was just an executive summary.

  • Can I format and use a Hard Drive for my mac if removed from a Desk Top PC

    Hi All,
    I wondered if you can help with some advise. I have a mackbook and love it, will never go back to pc. But, I have a desk top pc with a fairly sizable Hard Drive in it. Even though I also have a WD external Hard Drive for my macbook back up, would I be able to use my old desk top hard drive if I found a case for it to make it an 2nd external hard drive?
    Would I be able to format it for use with my mac? Or is it the bin for all the hardware?
    Thanking you in advance.
    Matt

    It'd work just fine. Apple uses pretty much the exact same parts every other computer maker does. The one exception is now they have a temp sensor cable connection built onto drives. Before they just stuck a little plastic clip on them at a specific spot. Other than that, it's no different from any other SATA drive you might buy at the likes of Best Buy or NewEgg. So as long as you partition the drive into a format readable by Mac OS X, there shouldn't be any problems.

  • How to format an external drive for mac AND pc use

    i want to format my external drive so i can use it on my mac and on pc's as well. i've gathered that the MS-DOS format is the way to go. my question is this: would this create any problems for my mac then?
    can i partion one part for ms-dos and part for macos extended?
    cheers
    -j-

    MS-DOS format (or FAT32) will be fine for both Mac and PC. However there is a 4GB file size limit with FAT32.
    You could use a dual partition, however the HFS+ partition would not be readable by the PC unless you installed the third party MacDrive.
    Look at this page for more information on a dual partition drive for Mac and Windows.
    http://macosxhints.com/article.php?story=20030613121738812
    iFelix

  • I recently purchase macbook air with OS 10.10.2. I want to use my Seagate external backup plus hard drive for time machine back up. How to partition my 1TB Seagate back up plus hard drive for use with mac and windows pc?

    Hi All,
    I recently purchased 13" Macbook Air with OS 10.10.2. I want to use my 1TB Seagate backup plus external hard drive as time machine and my windows 7 pc. Please suggest a method. Thanks in advance for your reply.

    I strongly recommend having an external drive dedicated solely for TimeMachine. You could partition the drive but if something goes wrong you risk losing the data on both partitions. Should you decide to go ahead with splitting the drive for two different uses you’ll need to partition the drive either using the Mac’s built in Disk Utility program or Windows utility. I believe the built in Windows disk utility program will destroy the current partition and erase the data that’s on it - I use a third party Windows disk utility program for partitioning and it allows for non-destructive partitioning but warns to back up data first just in case. Apple’s Disk Utility can do non-destructive partitions but I don’t recall every trying to do a non-destructive partition on a disk originally formatted for Windows using it. Again - back up that data just in case.
    Finally, your TimeMachine drive should be at least 1.5 times (I prefer 2 times) the size of the data you expect to be backing up a year or two from now.  In other words, if you currently are using 50GB of your computer’s drive but expect to begin purchasing Mac software to replace software on your Windows computer and if you expect to be putting photos, music, and other data on it you might expect that two years from now you’ll have 100GB of stuff on the drive. So a 200GB partition is the smallest size you’d want.  TM’s backup scheme keeps multiple copies of data as it changes so the extra room is important for this scheme.

  • Win 8.1 driver for my MX870 printer

    Just got a new Dell with Windows 8.1. When I plugged in my MX870, Windows installed a driver. The driver for printing seems similar to the Canon original driver I got 2-3 years ago and installed on my old Dell running Vista.
    But, I don't see a Canon driver for scanning with the MX870. I do see the lame Windows Fax and Scanner applet, but that really is lame.
    I see that the Canon web page has a Windows 8 driver for the printer. So, always cautious about installing anything- I presume I should uninstall the driver that Windows 8.1 installed, then install the driver on the Canon web site?
    If so, should I install the driver with the printer NOT connected to the computer?
    thanks,
    Joe
    Solved!
    Go to Solution.

    Hi JoeZ,
    You don't have to uninstall the drivers that were already installed by Windows; you can just download and install the latest drivers for the printer from the Canon USA website.  Please click here to go to the Drivers and Software page for the PIXMA MX870.  Once on the initial download page for your model, please do the following:
    1. Verify that the operating system detected in the "OPERATING SYSTEM" drop-down menu is correct, and if it is not, please click the drop-down menu to select your operating system.
    2. Next, please click on the red arrow next to the "RECOMMENDED FOR YOU" section and click the MP drivers file. When you do, a red DOWNLOAD button will appear. Please click on the checkbox below the DOWNLOAD button, then click the red DOWNLOAD button to begin the download. The time for the download process may vary depending on the speed of your Internet connection and the size of the file being downloaded.
    Once you have downloaded the MP drivers file, please follow the steps above to also download the rest of the software for the printer, except in Step 2 you will want to click on the red arrow next to the word SOFTWARE to display and download the software.
    Hope this helps!
    This didn't answer your question or issue? Please call or email us at one of the methods on the Contact Us page for further assistance.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • My external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive. Same thing has happened with Final Cut Express.

    My new LaCie external hard drive is 'seen' by my iMac and I can go into the Finder and open files and folders. I am using the hard drive for Time Machine back up. However Time Machine says it can't find the drive.
    The same thing happened recently between Final Cut Express and my other LaCie external hard drive used as the Scratch disk. It fixed itself.
    I've run out of ideas. Help would be very much appreciated. Thanks.

    have you done some searches on FCPx and time machine? Is there a known issue with using a TM drive with FCPx? dunno but ...wait...I'll take 60 sec for you cause I'm just that kind of guy....   google...." fcpx time machine problem"  Frist page link 
    http://www.premiumbeat.com/blog/fcpx-bug-best-practices-for-using-external-hard- drives-and-final-cut-pro-x/
           You cannot have time machine backups on your hard drive if you intend to use it in FCPX.
    booya!

  • Is there a Macintosh OS 8.6 or 9.0.4 printer driver for an HP PSC 2355?

    Dear Ladies and Gentlemen:
    I know this is very old {don't laugh}, but I was looking for a Macintosh OS 8.6 or 9.0.4 printer driver for my recently purchased HP PSC 2355 All-in-One printer.
    I run OS X 10.5.8 on an Apple iBook G4 and also run a Mac OS 9.0.4 emulator on it called SheepShaver. Trouble is SheepShaver will only run up to Mac OS 9.0.4 and the HP PSC 2355 minimum drivers are for Mac OS 9.1.
    I would love to be able to print from SheepShaver and the scanner features are unimportant to me under Mac OS 9.
    Are there printing drivers (even from a different, but compatible printer) that would allow me to print from this printer under Mac OS 9.0.4?
    Thank you so much!

    Hello,
    When you say you recently purchased the PSC 2355, i believe this is a very old printer.
    I am not sure on how the SheepShaver works but we do have the printer driver available for 10.9 on hp.com. The first link mentioned below will take to the product page. Rest all are some of the InkJet and DeskJet drivers.
    http://h10025.www1.hp.com/ewfrf/wc/softwareCategory?os=13&lc=en&cc=us&dlc=en&sw_lang=&product=422000...
    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?lang=en&cc=US&swItem...
    http://h20565.www2.hp.com/portal/site/hpsc/template.PAGE/public/psi/swdDetails/?lang=en&cc=US&swItem...
    http://h10025.www1.hp.com/ewfrf/wc/softwareDownloadIndex?softwareitem=dj-13822-2&cc=us&dlc=en&lc=en&...
    Thanks
    Although I am an HP employee, I am speaking for myself and not for HP.
    Say thanks by clicking the "Kudos! Star" which is on the left
    Make it easier for other people to find solutions, by marking my answer with "Accept as Solution" if it solves your issue

Maybe you are looking for

  • Trying to get movies off of Sony XR500 video cam

    I have a Sony XR500 video cam and i'm trying to download it from the camera to iMovie HD. But when I iMovie keeps defaulting to iSight which leads me to believe that it doesn't recognize the camera. Please help! Thanks.

  • Help with J2EE Project Management

    Hi, We are about to begin a large J2EE project and are wondering if anyone could help with the following questions: 1. Given the division of labor on J2EE projects (JSP developers, EJB developers, application deployers, etc...), what are "best practi

  • Default Cash A/c in Outgoing payment window

    Hi All Can we set a default cash A/C for a user , for all of his outgoing cash payments?  I heard the default cash a/c which is in the system only for sales related documents.  is it correct? Thanks SV Reddy

  • XL Reporter issue

    Hi Experts, When i run XL Reporter,i get the following Error message. "A required Com Addin program for XL Reporter has not been loaded and prohibits MS Excel from running". Pls help. Deepak

  • Selected item getting changed after paging in paged datagrid

    I have a paged datagrid. It contains two drop downs. Once i clicked for pageing, the previously selected item getting changed. Please give me solution to solve this problem. Thanks & Regards kvpdy