Has anyone interfaced an Instron 5500 with Labview?

I'm trying to get my company to buy labview.  If I can get it to control an Instron 5500 they will be sold.  Has anyone attempted to do this?  Instron tells me that they do not have Labview drivers.

I did a couple of Instrons with Labview a few years back, but they were older models (2725 and 2734 if my memory serves me right for numbers). I wrote the daq and machine control software in Labview from scratch. Neither of these machines was new enough to have a GPIB port, they were the type with the old mechanical recorder outputs. I had to re-work some of the machine mechanics and electrics to take a custom interface adapter from a NI Lab 1200 Daq card. I also had to build a custom extensometer for one unit. I don't know if I could be of any help to you, but I would be willing to work with you via e-mail and offer what assistance I can. I have 38 years in custom machine controls and general process instrumentation, so I have quite an extensive background to call upon. If you are interested drop me an e-mail at:
[email protected]
Dave

Similar Messages

  • Crosspost: Has anyone used a Redlake camera with LabView/Imaq?

    "I can't seem to find any drivers or utilities for the Redlake camera i'm using in my project.
    Only this: http://www.imagemill-tech.com/Redlake/ Fr_Redlake.htm
    But there's no info on how to get that VI (I've e-mailed them, of course).
    Any additional information on using the camera with LabView/Imaq would be much appereciated"

    "Kasper B. Dall" wrote in message news:<[email protected]>...
    > "I can't seem to find any drivers or utilities for the Redlake camera
    > i'm using in my project.
    >
    > Only this: http://www.imagemill-tech.com/Redlake/ Fr_Redlake.htm
    >
    >
    > But there's no info on how to get that VI (I've e-mailed them, of
    > course).
    >
    >
    > Any additional information on using the camera with LabView/Imaq would
    > be much appereciated"
    I just find the section out for you about remote control of your
    camera:
    1.7.1 Remote Control.
    Redlake Imaging also supplies the Serial1 program that enables a
    computer to control the
    MotionScope system from a remote location through the serial port.
    Refer to Manual Addendum
    9400-0014 for detai
    ls of the Serial1 program and how to control the
    MotionScope system from a
    remote computer using a standard communications program.
    So you need to find the serial command (for RS232) in manual addendum
    9400-0014. I couldn't find it in website maybe I did not search
    throughly, but you may have it if you own the camera. And these
    commands are just for controlling the camera system, not grabbing the
    image, so you may need a frame grabber to get the image into your
    computer and do the further processing.
    Irene
    [email protected]
    > http://www.geocities.com/irene_he/IVision.html

  • Has anyone used a Redlake camera with LabView?

    I can't seem to find any drivers or utilities for the Redlake camera i'm using in my project.
    Only this: http://www.imagemill-tech.com/Redlake/Fr_Redlake.htm
    But there's no info on how to get that VI (I've e-mailed them, of course).
    Any additional information on using the camera with LabView/Imaq would be much appereciated

    It looks like the Redlake VIs from ImageMill allow you to write serial commands to your camera. In LabVIEW, you should be able to write your own serial commands using the Serial Read/Write examples that ship with LabVIEW.
    I'm curios exactly which Redlake digital camera you have. Redlake cameras are often found under the names Roper (their parent company) or Kodak. I suggest going to www.ni.com/cameras to see if there is a camera file written for your specific camera. If not, please go to www.ni.com/ask to contact an applications engineer.
    Kyle V

  • Has anyone used the NAG libraries with LabVIEW?

    I try to get the "g08cgc" (chi-square calculation) running, but LabVIEW hangs up everytime I start the VI..
    Some tipps ... ?

    Here is the code (wirtten with LV7.1)
    Let me say that I'm a newbie using statistical functions and calculations.....
    For the calculation of Chi-square I have the followind input variables:
    - measured values
    - calculated values
    - coefficients
    If you/someone can give me some tips how to calculate chi-square with this input variables it would be very helpfull (e.g. maybe MS-Excel can do this,too ?! Using .NET etc?)
    Thanks in advance!
    Message Edited by _avr_ on 01-19-2009 01:43 AM
    Attachments:
    NAG_g08cgc.vi ‏38 KB

  • Has anyone used a Dell 1908FPb with a MacBook Pro OSX 10.6.8?  What do I need to get/do?  thanks

    Has anyone used a Dell 1908FPb with a MacBook Pro OSX 10.6.8?  What do I need to get/do?  thanks

    Hi 4judy,
    If you are looking to use an external display with your MacBook Pro, you may find the following articles helpful:
    Apple Mini DisplayPort adapters: Frequently asked questions (FAQ)
    http://support.apple.com/kb/ht3382
    OS X: How to use multiple displays with your Mac in Mountain Lion and earlier
    http://support.apple.com/kb/ht5019
    Regards,
    - Brenden

  • Has anyone tried to extend Spatial with a 3D primitive?

    Has anyone tried to extend Spatial with a 3D primitive that for example can model buildings and tunnels? I am trying to add the polyhedron primitive next to the existing point, line, polygon model. I just want to hear some tips or ideas...

    The plan is to make a new GType and new stored functions that recognize this GType.
    A polyhedron could be of type 3008,3D and 8=polyhedron(=new). The elem_info
    and ordinates contain multiple planes. Self-created stored functions would be
    able to recognize this GType, e.g. area3D should give the sum of the areas of all the
    faces of the polyhedron and should also work on Gtype=3003 and give the real area
    of a 3D polygon instead of the projection.I wouldn't suggest this methodology if you are considering using any spatial indexing or
    functions with your data.
    There is a mechanism Oracle Spatial has for defining custom datatypes. It should only
    be used with custom apps, i.e. it won't be usable in the context of applications that know
    about Oracle Spatial data types.
    The mechanism allows you to define you own element using an element type of 0, and using
    the interpretation to define what you are looking at. You would also include an a supported
    element type that approximates your geometry, and that element is the one that is indexed,
    and the gtype entered is associated with that geometry. Your private functions could access
    the 3d geometry when required. For instance, you want to have a 3d cube. It might look like this:
    sdo_gtype=3002
    sdo_elem_info=(1,2,1, 7,0,1, 22,0,2 etc.
    sdo_ordinates=(0,0,0,2,2,2, 0,0,0,2,0,0,2,2,0,0,2,0,0,0,0, 2,0,0,2,0,2,2,2,2,2,2,0,2,0,0, etc
    the 1,2,1 in the elem info array corresponds to a 3d line string that when indexed with a minimum bounding
    volume encloses the 3d cube. The 0,0,0 and 2,2,2 in the ordinate array stored as the line string when indexed
    include the bounds of the cube. Next in the elem info array are 7,0,1. The 7 means offst 7 in the ordinate array
    and in this example is fixed. Next the 0 tells Oracle Spatial to ignore this element. The interpretation of 1 you define,
    the number could be anything. Since it is my example, I'll say the 1 means this is the definition of the first face in the
    x,y plane (i.e. the front face of the cube which faces me). I've set the ordinate array with the coordinates of that face.
    Next in elem info comes 22,0,2 which is starting at offset 22 there is another element that Oracle spatial should ignore
    (element type 0), and next comes 2, which might mean this is the second face definition, that I've defined as the right
    hand side y,z plane.
    etc.
    The meaning of the interpretation value is only limited by your imagination.
    Note while you can index three dimensions if you want, the only spatial functionality that supports 3d is a spatial
    index and a filter query, and some lrs functions. You will not be able to run any operator except for SDO_FILTER if you
    have a 3d index, and all spatial functions will only work on 2d.
    Do not define your own gtype and expect to use spatial. it will not work.

  • Has anyone else had a problem with the audio not keeping up with the video when switching to full screen on YouTube?

    Hi. I have a OS X Yosemite Version 10.10.1 Mac Book Air, Processor 1.86 GHz Intel Core 2 Duo.
    Has anyone else had a problem with the audio not keeping up with the video when switching to full screen on YouTube?
    The video starts out fine, but if I click on the expand icon in the lower right corner of the screen the audio won't keep up.
    Refreshing the page don't help at all. In fact, nothing seems to help once it starts.
    I did not have this problem at all using Mavericks. The problem started after installing Yosemite.
    Any way to fix it?

    only $99, i thought it was closer to $175.

  • Has anyone else had a problem with data? after updating my phone to the new update, i have all this data, and keep getting notifications that my data is getting high. i never had this problem before.

    has anyone else had a problem with data? after updating my phone to the new update, i have all this data, and keep getting notifications that my data is getting high. i never had this problem before.

    fair enough.  No need for any unnecessary posts either.  You issue had been addressed ad nauseum already in this forum had you bothered to search this forum (as forum etiquette would dictate) before posting.
    In any case, I hope that your problem was solved.

  • Has anyone in Australia had problems with their appleTV and Virgin 4G wifi?

    Has anyone in Australia had problems with their appleTV and Virgin 4G wifi?

    Is there an actual technical support question there?
    If curiousity was the only reason for posting, a simple search of the forums could have provided answers.

  • Has anyone used Aperture 2.0 with 8800GT?

    Has anyone used Aperture 2.0 with the new 8800GT? I'm about to order a new Mac Pro and wonder if Aperture will get a speed boost with the 8800GT over the HD 2600XT. I've read many times that Aperture is very GPU dependent, but then I've also read, on Barefeats.com for example, that the graphics card really doesn't do that much of a difference after all.
    For me, on my dual 2.0 G5 with 4.5GB and a X800XT, what's been most annoying with Aperture 1.5 has been the slow load times for raw images (15-20MB). But now with the quick preview mode in Aperture 2.0, that really isn't an issue any more.
    Is the 8800GT worth waiting for, or should I just get the Mac Pro now with the HD 2600XT?

    Hi Don
    I'm using Aperture 2.0 with the 8800GT. My system is the new MacPro 8 core 2.8GH with 10GB RAM. I'm shooting Nikon D3 lossless compressed RAW files. Approximately 12-14MB each.
    I do not need to use the quick preview mode. Images open instantaneously,either fit to screen or 100%. All the image adjustments are shown with no time lag. My D2X uncompressed raw files,19MB, display in approximately one second with quick preview turned off.
    I'm no MAC hardware expert so I don't know how much the speed is the result of the 8800GT but I'm just one happy camper.
    Hope this helps
    John Blake

  • Has anyone else been having trouble with the tom tom app?

    Has anyone else been having trouble with the tom tom app?

    Not me.
    Would you like to define a problem? You need to ask a better question .

  • Has anyone else been having trouble with safari ever since the update? I have restarted several times,mans it still doesn't work.

    Has anyone else been having trouble with safari ever since the update? I have restarted several times, it still doesn't work.

    Greetings Blueleoapple,
    After reading your post, it sounds like you are experiencing an error with Safari. You may want to consider resetting your device, which is different from restarting. This article provides detailed instructions for Restarting, and Reseting:
    Restart or reset your iPhone, iPad, or iPod touch - Apple Support
    How to restart
    Press and hold the Sleep/Wake button until the red slider appears.
    Drag the slider to turn your device completely off.
    After the device turns off, press and hold the Sleep/Wake button again until you see the Apple logo.
    How to reset
    You should reset your device as a last resort and only if you can't restart it.
    To reset, press and hold both the Sleep/Wake and Home buttons for at least 10 seconds, until you see the Apple logo.
    Thank you for contributing to Apple Support Communities.
    Best,
    Bobby_D

  • Has anyone here have any exp with Live streaming broadcasting

    Good day.
    Has anyone here have any exp with broadcasting a live event using Apple Mac and assoc. software?
    We have our own domains, desktops etc., but we need to broadcast an event AND charge for this specific event, i.e., Pay direct, paypal or is there a service that does this???
    Any advice, guidence and/or links please would help.
    Thank you very much

    It's "Kappy".
    Here are some links I found that may help:
    http://images.apple.com/server/pdfs/L31754AQTStreaming_TBfinal.pdf
    http://docs.info.apple.com/article.html?artnum=75002
    http://developer.apple.com/opensource/server/streaming/index.html
    http://www.soundscreen.com/index.html
    http://www.apple.com/quicktime/streamingserver/faq.html

  • Has anyone tried DisKWarrior V4.2 with Snow Leopard V10.6.3?  Does it work?

    Has anyone tried DisKWarrior V4.2 with Snow Leopard V10.6.3? Does it work?

    Well, there is an article on MacWorld saying there were a lot of changes and improvements to Disk Utility.... and those have a way of impacting things.
    I got surprised to have trouble after 10.6.3 with SuperDuper on two different systems, that I am still scratching my head over, but had to use Carbon Copy Cloner and RESTORE in Disk Utility for now, would crash (sent report to both) as soon as SD began.
    TechTool Pro 5 is another that sometimes needs to take a couple weeks to see if they need an update and validate against the final shipped build.

  • Has anyone had app update issues with iOS 8.1?

    I'm running iOS 8.1 on a iPhone 6+.  If I try to update an app from the app store without being logged in, it will hang the process and the update will fail.
    Previously, with my iPhone 4 and iOS 7.1.2 the app store would ask me to log in when an app update was attempted without being logged in.
    The work around until apple fixes this bug is to ensure you are logged in BEFORE attempting an app update.  An honest techie at the local apple store admitted this is a bug (one of many) in iOS 8.1.  Has anyone else had this issue with iOS 8.1

    Nope, I'm able to update an app in iOS 8.1, even if I'm not first logged into the iTunes & App Store in Settings.  It prompts me to update the app, then I sign in with my password.
    Do you have Touch ID enabled for App Store or not?

Maybe you are looking for

  • Exchange 2003 Removal fails w/ Error code 0X80072030 (8240): There is no such object on the server- pls read

    Dear all, I know there are quite some threads regarding this issue. But I've been looking at all of them w/o any solution for my problem. Here we go... I've followed all instructions for a Exchange 2003 to 2010 transition. All went fine to the point

  • Selection Failure error while using SUM expression - 11g

    Hi, I am using following expression to calculate SUM of child node values. It works in 10G, but errors our in 11g. Anyone has any workaround? Expression: <copy> <from expression="sum(bpws:getVariableData('Invoke_ebs_get_order_data_ebs_get_order_dataS

  • Help!!! - Protected AAC files do not play on any of my iPods

    Since ten days ago both my iPods (Video 60GB and Photo 40GB) are not capable anymore to play iTMS purchased music. The music plays fine on iTunes (Windows, last version), is correctly copied on both the iPods (both updated to the last version of iPod

  • IPhoto merge and duplicates

    Hello, I have read posts on this issue but I am left with two questions. First, my scenario: I have backed up three iPhoto Libraries on an external hard drive over the past couple years. Unfortunately, the second transfer between the xHD and my old i

  • 10 Digits DialPlan Design

    Hello All, My company is migrating from a dianplan of 4 digits to 10 digits. The idea is to keep the calls intra-site with 4 digits and calls inter-site with 10 digits. The question is do I change the extensions numbers on CUCM to 10 digits and add a