Serial Labview VI's for contorlling a Yaskawa SMC-4040?

Hello All!
Just wondering if any has or knows where there might be any Labview VI's for a Yaskawa SMC-4040 controller using the serial port?
Thanks,
Greg Newsome
Test Engineer

Greg--
      I just want to verify, this motion device doesn't need a controller.  It is essentially a stand-alone instrument where you'll just send commands for whatever motion you need it to preform. Is this correct?
      If so, the driver that will allow you to send commands to your ports is NI-VISA.  I think what you are looking for, or the best option, would be if there is an "Instument Driver" for this device. Instrument drivers are packages of all the commands you would send using VISA.  I've looked and cannot see one on our website.  If we do not have it, your best bet is to contact the manufacturer and see if they have anything.
      If you cannot find an instrument driver, you will still be able to communicate to the instrument manually using the VISA VI's and the command set for your instrument.  The best way to see how to do this is to open an example from the NI Example Finder in LabVIEW.  Go to "Help>>Find Examples"  then Navigate to "Hardware Input and Output>>Serial"  folder. I would suggest looking at the code for "Basic Serial Write and Read".  If you have any questions let me know.
Regards,
John H
Applications Engineer
National Instruments

Similar Messages

  • Labview 7 hang for 2 minuits when i pick eny visa or serial

    labview 7 hang for 2 minuits when i pick eny visa or serial or eny switch , eny help, eny structure, eny formula ( mean eny icon)

    Hello �
    From your description, it is hard to know what is causing your LabVIEW program to crash. However, I am including some links to the most common problems and how to fix them. Hope this helps!
    Accessing Serial Ports Using Parallel Execution Hangs My Program Intermittently in LabVIEW
    LabVIEW Hangs When I Right-Click a Property or Invoke Node
    LabVIEW Crashes or Hangs When I Try to Add Text to an Icon Using the Edit Icon Feature
    om/public.nsf/websearch/CF222A12DD82469986256C490013CA25?OpenDocument>Why Does My VI Hang on Open VI...
    Why is LabVIEW Hanging When I Try to Save My VI?
    S Vences
    Applications Engineer
    National Instruments

  • How do I create Labview VISA ports for *individual* GPIB instruments using Prologix USB GPIB controller?

    Hello,
    I'm trying to use a Prologix USB GPIB controller to control GPIB
    instruments, and I would like to have a virtual serial (VISA) port for
    *each instrument*, as is the case with a normal GPIB controller with a
    standard NI driver. However this is not what the Prologix driver
    provides -- it provides a single VISA virtual serial port for the
    entire controller. To address the instrument with GPIB address 11,
    you first send "++addr 11" to the serial port, and then you're talking
    to instrument 11. However, this means I have to change all old
    Labview programs.
    Is it possible to create a "wrapper" function of some kind that will
    define a virtual serial (VISA) port for each *instrument* on the
    controller? For example, to talk to GPIB instrument 11, call it
    ASRL3::11::INSTR, each time it is written to it would have to write to
    the virtual serial port of the controller, say ASRL3::INSTR, first "+
    +addr 11" and then the command that is sent to it.
    A clearer explanation of the difference (i.e. incompatibility), and of
    my objective:
    1) A normal GPIB controller with NI driver: I go to the NI
    Measurement & Instrumentation Panel, under GPIB, and Scan for
    Instruments; all the live instruments show up; subsequently when I
    want to use Labview programs that use VISA ports, the VISA drop boxes
    allow me to choose a different port for each instrument, e.g.
    "GPIB0::11::INSTR", "GPIB0::12::INSTR" would be instruments at
    addresses GPIB 11 and GPIB 12.
    2) The Prologix GPIB controller that plugs into a USB port: In
    Labview you get a *single* VISA virtual serial port, ASRL3::INSTR, for
    the entire GPIB0 controller. Therefore to address GPIB instrument 11,
    you write "++addr 11" to the virtual serial port ASRL3::INSTR, and
    then you are communicating with device 11, so you can write and read
    ASRL3::INSTR to talk to that device. Then to talk to device GPIB 12,
    you write "++addr 12" to the same VISA port, and then you are talking
    to that device. The problem is that this requires recoding all
    Labview code, whereas I would like to be able to use the same program
    either with a normal or with a Prologix GPIB controller. Therefore, I
    would like to create code that scans the controller for all GPIB
    attached devices and creates VISA ports for all. Such ports, when
    written to, would have to first write "++addr DEVICENUM" to
    ASRL3::INSTR (i.e. the port of the GPIB-USB controller) where
    DEVICENUM is the GPIB address of the instrument corresponding to that
    port, and then would have to do a write or read or whatever function
    is being done on that instrument VISA port.
    I haven't figured out if it is possible to do this easily. Help and
    pointers on where to look for hints would be much appreciated. Many
    thanks!
    Milos

    My first impression is that if you don't want to make any changes at all to existing programs is that the wrapper you need is one around VISA. You would need to intercept all of the calls into the NI VISA driver. If you create your own visa32.dll and in there, change the addressing and then call the real VISA driver, you might (repeat, might) get something to work. If this would even work, you still might find that you have to make significant changes anyway. The serial connection is going to be considerably slower, and interface specific functions such as service request handling, bus triggering of multiple instruments, etc., would be difficult to impossible. This would be a lot of work, imho, to just save a couple of hundred dollars over a real GPIB controller. I've seen this Prologix device before and have even used NI's RS-232->GPIB controller. The Prologix intended use to me seems to me more for a hobbyist or very casual user. Of course, I'm used to having multiple GPIB instruments worth 10s/100s of thousands of dollars and the cost of an fully compliant GPIB controller is just lost in the noise.

  • Using Modbus RTU in Labview 8.5 for Terminator Field I/O

    We have on site Terminator: T1H-EBC100 Field I/O's and are trying to use Labview to control it.  We currently use Labview with our NI Fieldpoint modules and RIO's.  We have been trying to find a way to use LabView to control the Terminator Field I/O and it uses ModBus RTU for its protocol.  Does Labview 8.5 support this and any suggestions on getting the process started in using it.

    Our modbus solutions don't work with max. 
    Instead you send a message over TCP/IP or serial with a message for a particular node address. Only the node at that address will respond or act on the message. 
    Modbus is much different that FP in this respect. The modbus specification doesn't require pre-discovery of every node. 
    Additionally, because of this you should be able to send a message to the terminator even though it isn't discovered. You just will be need to configure the address correctly. 
    Jesse Dennis
    Design Engineer
    Erdos Miller

  • Do I need labview drvier disc for using VISA?

    Hi,
      Do I need  to install the labview driver disc for using VISA (virtual serial port) function? I get the error as the picture? I have no clue what happen.
    thanks
    ====================
    =Labview 7.0 & 8.0 & 8.5=
    =====================
    Attachments:
    labview8.JPG ‏22 KB

    my aim is to use my bluetooth enable notebook (no serial port) to control a bluetooth serial port adapar on a circuit.
    That means "only a bluetooth serial port adapar" is in the whole project. I need to use my notebook bluetooth to control the bluetooth serial port adapar output in the independent circuit, any suggestion?
    I think I need to control a "virtual serial port" and then send the "virtual serial port" data via bluetooth, then use those bluetooth infromation to control the independent circuit        
    Message Edited by zmarcoz on 02-16-2008 03:05 PM
    ====================
    =Labview 7.0 & 8.0 & 8.5=
    =====================

  • Charting data from text file in LabVIEW 5.1 for Windows

    I am having some difficulties trying to figure out how to plot a chart with
    data from a file. I would like to be able to read data from a text file
    into a chart using LabVIEW 5.1 for Windows. I have looked in the help
    within the program and online. I have also looked in the user manual and
    the book "LabVIEW for Everyone". Could you please give me specific
    instructions on how I would construct the program to be able to do this.
    Thank you.

    Hi Ellie,
    It depends on how data is stored in that txt file. Usually you load the data into an array either using or , the array if necessary and send it to the graph indicator in required form. If you want a more detailed answer, send me a sample data file ([email protected]).

  • LabView "Guru" needed for the summer (4 month project) Kalamazoo, MI

    LabView "Guru" needed for the summer (4 month project)
    I am looking to hire a LabView "Guru" for a summer project in Kalamazoo, MI that will last 4 months.  Specifically, the ideal person will have the following:
    LabView expert with a minimum of 7-15 years of experience working with LabView (currently using version 6.1).
    80% of the job will be dissecting and interpreting mature LabView code and then re-engineering it to be used for testing.
    Printed Circuit Board experience a plus.
    4 year degree (BSEE preferred, but expertise in LabView takes priority over degree)
    The pay will be $60/hr and you can plan on overtime of at least 10 hrs each week that will be paid at $90/hr. 
    Please call 616-855-4600 if you need more information and email a "word" copy of your resume to [email protected]

    Sounds like Parker-Abex (LabVIEW 6.1 part)
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Serial Number is not for a qualifying product

    Hello!
    I just purchased a new Windows 8 laptop on which I want to load my existing copy of CS6 (I have the CD). I deactivated it on my old computer and tried to load it on my new one.  I'm receiving the following error message:
    This serial number is not for a qualifying product. Please try another.
    The only CS6 in the list of products to choose from is Adobe Photoshop CS6 Extended and prior versions.
    I verifed under my account on the adobe site that I had registered my copy of CS6.  I'm really not sure what else to do but at this point I'm lost without my Photoshop!!! 
    Thank you for your assistance!
    --AKrubygal

    Apart from contacting customer service maybe this Forum might be a better fit:
    http://forums.adobe.com/community/download_install_setup

  • Error "This serial number is not for a qualifying product..." when installing an upgrade or upsell

    I am trying to open a .indd file.  I am running Adobe InDesign CS5.  I got an error that plugins need to be updated.  When I try to install the updates, I get the error that says: "Error "This serial number is not for a qualifying product..." when installing an upgrade or upsell..."  
    Can someone please help me with what I need to do to be able to open .indd files?
    Thanks,
    Nick

    Those files were created in a later version of InDesign. Have the person that created them save them back via IDML or you’ll need to upgrade.

  • Installed successfully, but can't update.  Error "Serial Number is not for qualifying product"

    I installed Adobe Creative Suite Production Premium (CS5) on a new PC (Windows 8.1).  Installation was successful.  I uninstalled it on old PC and de-activated it.  My problem is that I can't Update.  Without Updates, I can't read newer Canon photos (so I can't use Bridge or PhotoShop).  In doing the install the first time, I put in an incorrect Adobe product number (I think from Elements 8.0, which I purchased years ago).  I have re-installed twice using the correct serial number, but same result:  I can't Update the programs and get a "Serial Number is not for qualifying product" error..  Please help.  Dave

    update manually,  http://www.adobe.com/downloads/updates/

  • Upgrading to CS6 returns: "This serial number is not for a qualifying product"

    I have CS5 and have been using it for about 2 years. The Serial number for CS5 it is registered to my adobe id.
    So i decided to upgrade to CS6 today. I then registered that to my adobe id as well.
    When i open CS6 and enter my new serial number, it tells me:
    Serial Number you provided is valid, but a qualifying product could not be found on this computer
    Which is strange because CS5 is currently installed and running on this computer
    So it then prompts me to select a previous product that I own and enter the serial number for that. So I select CS5 and enter the serial number for my CS5 license.
    However, it then tells me: "This serial number is not for a qualifying product. Please try another"
    But it doesn't tell may any further details. I.e. Why is it not valid?
    Can you help?
    Thanks!

    Brazzers234 is the serial number for CS5 also an upgrade?  The upgrade process is looking for a full version serial number.  You can determine what type of serial number is registered under your account at http://www.adobe.com/.  For additional details please see Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.
    If you have verified that the CS5 serial number is a full version serial number or your previous full version serial number is still not accepted then please contact our support team directly at Contact Customer Care to verify the validity of the previous version serial number.

  • I own a copy of CS5.5 that I have on my PC. I have switched to a new iMac and during activation it says my serial number is not for the product I'm trying to activate

    I own a copy of CS5.5 that I have on my PC. I have switched to a new iMac and during activation it says that my serial number is not for the product I'm trying to activate. I have tried live chat a couple times but it says that chat is not available.

    Jb4short you can verify your registered serial number under your account at http://www.adobe.com/.  You can find more details on how to locate your serial number at Find your serial number quickly - http://helpx.adobe.com/x-productkb/global/find-serial-number.html.
    If you have a volume license serial number then you need to download the volume license installation files from https://licensing.adobe.com/.

  • How do I get the serial number they ask for in signing in , I bought the 19.99 a month program?

    how do I get the serial number they ask for at the sign in part, I paid for the 19.99 and cannot access it , thank you

    Start by using your web browser to go to creative.adobe.com. Log in there with your Adobe ID.
    There is no serial number for subscriptions. You use your Adobe ID. Then there are options to download applications.

  • Visual Glitch in Labview 8.2 for OS X

    Hello,
    I recently got LabVIEW 8.2 for Mac OS X and I'm having some problems with visual glitches in block diagrams. When I scroll the window, everything looks ok until I mouse over something (a wire or a function). If I mouse over a function for example, a second image will appear where the function originally was before I scrolled the window. If a structure is highlighted, the corners and centers of each side will turn white where the resize squares would be.
    Minimizing the window or dragging something else over the window does not fix the problem. Closing the block diagram and reopening it or scrolling it completely off the screen then back on does fix it, however unless I switch to the front diagram and back the glitches simply happen again. I attached a screenshot of the problem, let me know if anything else would be helpful.
    I'm running OS X 10.4.10 and have an ATI Radeon 9600 with a 20 inch cinema display.
    Thanks,
    Mike
    Attachments:
    LabVIEWGlitch.jpg ‏179 KB

    I contacted support about this problem and they were able to reproduce the problem. Since I didn't find anything about this problem when I searched the forums, hopefully if anyone else runs into this they can find this thread.
    The things I do to get around it are:
    1. Don't scroll with the mouse wheel. Use the scroll bars on the sides instead.
    2. If you do scroll with the wheel, switch to the front panel and back before you mouse over anything.
    3. If the screen gets messed up, closing the block diagram and using ctrl-e to immediately open it again is probably the best way to fix it.

  • How to design LabVIEW programmin​g for temperatur​e monitoring using 4 thermocoup​les

    Hi all.
    Sorry if this seems a simple question but I really sorry for the troubles. I'm a new user with LabVIEW and currently using LabVIEW 8.6 for a final year project of mine. I’m trying to monitor the temperature reading in 4 different depth of pavement for every 1 hour interval continuously for 1 month duration. Basically I’ll be using 4 separate thermocouples type J and NI 9219 device. My problems are:
    I’m not sure how to design the LabVIEW programming for my application.
    How to get the temperature reading data in Excel spread sheet.
    How to set the min, max and average daily temperature for each thermocouple.
     Thank You.
    Regards,
    Amanus
    Thermocouples Layout:
    Solved!
    Go to Solution.

    Introduction to LabVIEW
    Follow that link to some getting started tutorials. There should be all you need in there to get you going with both the software and hardware
    - Cheers, Ed

Maybe you are looking for

  • Fehler bei der Überprüfung auf Adobe-Originalsoftware

    "Das Produkt, das sie zu installieren versuchen, ist keine Adobe-Originalsoftware und scheint nicht lizensiert zu sein." Hallo Community, ich habe mir vor ein paar Tagen die Adobe CS6 Design & Web Premium Student and Teacher Edition gekauft und habe

  • Compatibility EPMA 11.1.2 with IIS 6

    Hi Gurus, Today I'm working on a VM demo machine and trying to upgrade from Existing Classic Planning to EPMA, but still failed to open dimension library. Some FAILED Test Status on Oracle EPM System Diagnostic Reports are 1. HTTP: Http Availability

  • Is there a way to add a title to a bookmark in iBooks

    Is there a way to add a title to a bookmark in iBooks

  • FileVault can't be turned on for the disk Macintosh HD

    Friends, I really need some help here. I'm running Mountain Lion 10.8.2 on a MBP 17" late 2011 and I've ran into the following: I've booted from an external HD (using CCC) and erased/reformated the SSD drive already. I've used Case-Sensitive, Journal

  • Does SAP support the Contractor Witholding Regulations REG-158747-06

    Purchasing and payments is not an area I am very familiar with.  I am trying to get enough information to determine what sort of assistance we will need. Can anybody tell me if the new IRS Contractor Withholding mandate (REG-158747-06  [http://www.ir