Trying to get VI to communicate with Galil 1842: DLL????

Hello everyone, I am very new to LabView and to programming in general but I am trying to piece together a cyclic tensile bioreactor to test some bladder cells for my Bioengineering research. I am using a thin beam load cell to feedback through LV to control the motion of a Hyadon Linear actuator (stepper motor). We already have a motion control setup in another lab using a geko micro stepper drive through a galil ICM 2900 board into the Galil 1842 card. I already have the VI written to control direction and step conditions but don't really know how to make it communicate to the motor through the galil stuff. The VI we were using before was simply for strain. It seems to use some .dll libraries but i dont understand how they are connected into the VI, or how the VI controls them since i don't see any wires going to them really. Could someone explain to me how the .dll stuff works and how LV uses it to communicate to the galil software. Here are some screen shots if that would help.
here is the hierarchy for the strain VI

Hi Bfleish,
The Call Library Function node in LabVIEW simply functions to call into a DLL.  The required inputs and outputs depend on the construction of the DLL.  You can double click the Call Library Function node and a dialog box will open.  You wil be able to see the different functions and methods that are being called into and what the expected input and return values are.  The best way to understand how LabVIEW should interact with a DLL is to use the Call Library Function node dialog box to explore the different functions etc. that are available to LabVIEW from the DLL. 
Stephen S.
National Instruments
1 Test is worth 1000 expert opinions

Similar Messages

  • I have a carillon 25 keyboard (bad choice, I know) and I can't get it to communicate with my mac at all! I'm running logic pro 9 and reason 5. I get signal in from my M Audio trigger finger so I know it isnt an entirely mac based problem. Thanks!!!

    I have a carillon 25 keyboard (bad choice, I know) and I can't get it to communicate with my mac at all! I'm running logic pro 9 and reason 5. I get signal in from my M Audio trigger finger so I know it isnt an entirely mac based problem. Thanks!!!

    Well, how have to determined no signal is being recieved to your mac?
    Have you got something that shows the actual signal? Or have you just been trying to control a VST? What software are you using by the way?
    I personnally went with a AKAI MPK25, because it's made already mapped for logic & ableton etc, so it just makes things incredibly easy.
    I would suggest you return it if you can as a dead unit & perhaps look at something else a bit easier?
    Otherwise, if you just want to get this working we can have a look a bit deeper.
    And driver? OS X driver?

  • I have a Power Mac G4 and i am trying to get it to work with my LCD

    I have a Power Mac G4 and i am trying to get it to work with my LCD Monitor/TV. The connection on the computer is DVI and the connection on the Monitor is DVI. The Monitor says in the manual to hook up computers using the DVI connection. When I connect the too the monitor says there is no video input. I tried changing the settings on the monitor from PC mode to DVI mode and nothing. I have also tried changing the display on the computer to a couple of different settings and nothing. Please Help?

    Hi-
    A little more info please.
    What model G4?
    What Graphics card?
    What OS?
    What model/make of monitor?
    G4AGP(450)Sawtooth, 2ghz PowerLogix, 2gbRAM, RaptorSATAATA, ATI Radeon 9800   Mac OS X (10.4.8)   Pioneer DVR-109, 23" ACD, Ratoc USB 2.0, QCam Ultra, Nikon Coolscan

  • How to get Lion to communicate with WD

    Is there a way to get Lion to communicate with WD Mybook world edititon ( manufacturer's firmware update won't help )

    Phone the online Apple Store and order a download code for it.
    (70232)

  • How do I get flash to communicate with a database

    Hi I would greatly appreciate some help here as I am getting overwhelmed by the variety of products out there. I have written a flash program using AS3 which allows the user to build a picture of a product using a variety of options displayed in checkboxes. Very simply these checkboxes either make a layer visible or invisible in my flash movie and certain choices may change the list of options. This information is currently being supplied by XML. Once the user has built his product, I would like to be able to save his choices in a SQL Server database and also be able to download his options again at a later date and view these choices at the manufacturing plant.
    So far I have tried using asp.net to write to the database and have got the information to the asp.net program by using the querystring, however there may be up to 50 options which does make a querystring rather unwieldy. Also I cannot seem to send back information from the asp.net page to my actionscript.Can anyone tell me how to do this or give me an example? I am supposing that I use the response.write function in asp.net but what command in AS3?
    I looked into the possibility of using a webservice but see that AS3 no longer supports this as all the functionality is in Flex. I have read about Flex but still do not understand whether  it could help me and how it can communicate with my flash program and pass the options in and out of it.
    I also briefly looked at Flash remoting which did appear as though it was the answer but is even more expensive to buy than flash itself.
    Can anyone give me suggestions on how to move forward with my problem

    I haven't worked with ASP, so what I'm offering is based on using PHP.  For sending data to a database using AS3, you should be able to use the URLVariables class to pass the data to an ASP file.  The ASP file will maage getting the data into the database.  To get data out of the database, the most common method would be to treat the ASP file as a xml source, having it write xml formatted data to the Flash file.
    You might want to Google "AS3 ASP SQL tutorial" and see if you get any results.  Otherwise, here's a link to a tutorial for a PHP/MySQL version that might at least give you an idea of the processing scenario...
    Flash - PHP - MySQL
    http://www.gotoandlearn.com/play?id=20

  • How do I get LabView to communicate with HP4142B, using GPIB?

    I have a PCI-GPIB card from NI and running Labview 6.1 under Windows 2000.
    I have trouble to communicate with a HP4142B.
    Every time I send a GPIB-command to the 4142B I get an EABO error. The instrument seems to receive the command
    but does not give any answer. There may be some trouble with the EOS character but I don't know how to correct it. Communication with other instuments (i.e. HP34401A) works without this problem together with LabView.
    I have also tried to send commands with the NI-488.2 program but the EABO error remains.
    First I thougth that HP4142B has got a HW error but then I sucessfully used a program called "HP VEE".
    The instument then worked without any trouble so there must be someth
    ing else that is incorrect.
    It is important for me to get the HP4142B to work with LabView and the PCI-GPIB card so I hope you can help me solve my problem!
    Jon Alfredsson
    M.Sc.EE, Ph.D student
    Mid Sweden University

    Hello John,
    This sounds like a classic case of missing termination characters. The termination characters should be specified in the instrument's user manual. HP VEE is probably adding certain termination characters by default. Common termination characters are a carriage return, a linefeed, or both. In LabVIEW you can easily add termination characters to a string by right clicking on it, selecting / codes display, typing in a /r or /n at the end of the string. Alternatively, if you are using the regular 488.2 VIs (not VISA), you can specify different modes on the write commands. Each mode corresponds to the termination methods/characters that will be appended to the command. See the LabVIEW detailed help on the GPIB write VI for more information.
    Regards,
    Ra
    y K
    NI Applications Engineer
    Ray K
    NI Applications Engineer

  • Trying to get clean title transitions with CS5

    Hi -I have lot's of trouble trying to get a consistent, clean transition in CS5. Mulple systems, multple configs but here is an example of the latest.
    HP Z800
    Quadro FX 5800
    12 GB RAM
    2 x 6core XEON (X5680)
    Atto R380 RAID controller
    CalDigit HDOne Storage
    example:
    1. place title with a transparent drop shadow, fade in, the fade won't be smooth.  it will 'pop' at the end of the transition - the fade is smooth until the very end, and then jumps to opaque (or whatever opacity level is set for title/graphic)
    Rendering makes little difference, and in the case of the video behind it can sometimes result in additional blooming, jumping in opacity levels and so on.  For example if I have a cross dissolve from black on video clip, it will preview fine, but after rendering we will get color shifts, or opacity jumps instead of a smooth fade in.
    Changing from GPU to software will clear the video previews to resolve the rendered area problems, but then we are just back at unsmooth transitions of titles and so on.
    Have changed various rendering settings, codecs etc...
    any help?

    http://forums.adobe.com/message/2426130#2426130

  • Anyone tried to get Jabber to work with Domino for contact search

                       I have a customer who has recently upgraded to CUCM 8.6.2.22900-9 and Presence 8.6.4.11900-1 fom CUCM 6.x and Presence 6.x. When they were at 6.x they were able to integrate CUPC contact search with Domino server. I realize this was not supported, but they got it to work. Now they want to attempt to get Jabber to work with Domino. Again I realize that is not a supported LDAP for Jabber, but I was wondering if anyone has perhaps tried this and what their experience was.

                       I have a customer who has recently upgraded to CUCM 8.6.2.22900-9 and Presence 8.6.4.11900-1 fom CUCM 6.x and Presence 6.x. When they were at 6.x they were able to integrate CUPC contact search with Domino server. I realize this was not supported, but they got it to work. Now they want to attempt to get Jabber to work with Domino. Again I realize that is not a supported LDAP for Jabber, but I was wondering if anyone has perhaps tried this and what their experience was.

  • Trying to get rows to ResultSet with CallableStatement and stored functio

    Hello!
    I'm using JDBC with Oracle XE 11g2, driver ojdbc6.jar (Oracle Database 11g Release 2 (11.2.0.3) JDBC Drivers, JDBC Thin for All Platforms) from oracle.com
    I've got a table
    CREATE TABLE ORGANIZATIONS
    CODE VARCHAR2(4),
    DESCRIPTION VARCHAR2(255)
    And I'm trying to get all organizations into ResultSet using CallableStatement with stored function:
    CallableStatement cs = connection.prepareCall("{? = call FN_GET_ROWS}");
    cs.registerOutParameter(1, oracle.jdbc.OracleTypes.CURSOR);
    cs.execute();
    I've created two types:
    CREATE OR REPLACE
    TYPE TEST_OBJ_TYPE AS OBJECT (
    CODE VARCHAR2(4),
    DESCRIPTION VARCHAR2(255)
    and
    CREATE OR REPLACE
    TYPE TEST_TABTYPE AS TABLE OF TEST_OBJ_TYPE
    and my function is
    CREATE OR REPLACE
    FUNCTION FN_GET_ROWS RETURN TEST_TABTYPE AS V_Test_Tabtype Test_TabType;
    BEGIN
    SELECT TEST_OBJ_TYPE(A.CODE, A.DESCRIPTION)
    BULK COLLECT INTO V_Test_TabType
    FROM
    (SELECT CODE, DESCRIPTION
    FROM ASM.ORGANIZATIONS
    ) A;
    RETURN V_Test_TabType;
    END;
    but when I run my program I've got error:
    P LS-00382: expression is of wrong type
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored

    It doesn't look like your PL/SQL Function is returning a REF CURSOR to me. It looks like you are returning a PL/SQL Index-By table of Objects.
    Regards,
    Mark

  • Trying to get this "One" sound with Logic pro 8

    Hi everyone i spent like 2 hours last night trying to get this sound with Logic Pro 8 soft synths trying to find a sound exactly like or close to this sound: http://home.comcast.net/~tommykry/Weezer%20-%20Troublemaker.mp3
    The sound can be heard at 00:19 and through out the song, its like a low bass synth kind of sound that drifts down when its hit, like a portamento kind of thing. In live weezer videos the bass player is hitting a pad on a keyboard so i know its a key sound not a bass guitar slide. ive heard this sound in trance and techno songs as well. I have Sonar 8 and pro tools 8 as well and can look there if i have too, also have an Access viress Ti, But im trying to do this all in Logic. Like i said i played around for like more than 2 hours going through most of all the Logic synths, patch after patch trying to find something close i could tweak, so if anyone has more experience with The Soft synths in Logic Pro 8 and can steer me in the right direction i would be greatful.
    Thanks
    Tommy

    In live weezer videos the bass player is hitting a pad on a keyboard so i know its a key sound not a bass guitar slide.
    He could just be triggering a bass slide sample...
    It's some kind of bass sound that bends down, in a similar style to what a bass player might do. Whether it's a real bass or a synth is difficult to say (and probably doesn't matter a great deal), but in any case it's certainly compressed, and grunged up dirty with some amp sim or distortion...
    Try that route...

  • Trying to get PM to work with our upgrade process

    We are trying to get Personality migration working properly in our
    environment to migrate our users from 2000 to XP. We have been able to
    get the files to migrate properly, but are having issues with the
    application settings. We have installed PM from Zenworks 7 which is the
    Computer Associates version. When we are setting up the template in the
    application area, there does not seem to be anything there. For example,
    how do we set PM to gather the IE settings but not gather the proxy
    settings? Also, where would I find better documentation on this product?
    THanks in advance for any help.
    Brian

    Brian,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Do a search of our knowledgebase at http://support.novell.com/search/kb_index.jsp
    - Check all of the other support tools and options available at
    http://support.novell.com.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://support.novell.com/forums)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Trying to get Photoshop CS4 functional with Mavericks and an Epson 3880 printer. CS4 fails to send a file to the print queue. Have reinstalled the Epson 3880 driver for Mavericks. All looks good but no file is sent.

    rying to get Photoshop CS4 functional with Mavericks and an Epson 3880 printer. CS4 fails to send a file to the print queue. Have reinstalled the Epson 3880 driver for Mavericks. All looks good but no file is sent.
    Does anyone know how to fix this?

    What EXACT version of Photoshop CS4 are you running?  You should be on Photoshop CS4 v 11.0.2.
    Also run Apple's software update to see whether it offers you the latest Epson update:
    Printer Driver v9.33
    Epson Stylus Pro 3880, Drivers & Downloads - Technical Support - Epson America, Inc.
    MOST IMPORTANTLY:  have Photoshop re-create its own Preferences:
    To re-create the preferences files for Photoshop, start the application while holding down Ctrl+Alt+Shift (Windows) or Command+Option+Shift (Mac OS). Then, click Yes to the message, "Delete the Adobe Photoshop Settings file?"
    Note: If this process doesn't work for you while you're using a wireless (Bluetooth) keyboard, attach a wired keyboard and retry.
    Important: If you re-create the preferences by manually deleting the Adobe Photoshop CS6 Settings file, make sure that you only delete that file. If you delete the entire settings folder, you also delete any unsaved actions or presets.
    Reinstalling Photoshop does not remove the preferences file. Before reinstalling Photoshop, re-create your preferences.
    NEW Video! Julieanne Kost created a video that takes you through two ways of resetting your Photoshop preferences. The manual preference file removal method is between 0:00 - 5:05. The keyboard shortcut method is between 5:05 - 8:18. The video is located here:
    How to Reset Photoshop CS6’s Preferences File | The Complete Picture with Julieanne Kost | Adobe TV
    Mac OS
    Important: Apple made the user library folder hidden by default with the release of Mac OS X 10.7. If  you require access to files in the hidden library folder to perform Adobe-related troubleshooting, see How to access hidden user library files.

  • Trying to get on the wireless with old G5

    Hi,
    I have one of the first G5's and have been on the internet using a ethernet cable to my
    Airport Extreme.
    I bought a new computer and like to put the old G5 in another place of the house.
    Can anybody tell me how I can get on the wireless with this computer?
    Can I use an Airport Express and plug it into the ethernet port or do I need more stuff?
    Thanks
    John

    Hi John,
    Unless you can or wish to have an appropriate Apple wireless card installed, it ought to be possible to use the latest 802.11n (draft) AirPort Express as a wireless client the way that you have in mind (see the ProxySTA part of this article).
    Otherwise, a dedicated wireless Ethernet bridge (such as Belkin F5D7330, D-Link DWL-G810, D-Link DWL-G820, Linksys WET54G, Linksys WGA600N or Netgear WGE111) could be an alternative. WPA security may or may not be supported (with or without a firmware update), so check the specifications.
    Jan

  • Trying to get iCal to sync with iCloud on my mac

    Hi there, I have a 2009 Macbook Pro running Yosemite. Since upgrading to mavericks, and subsequently Yosemite, I cannot get iCal to sync with the iCloud. All my calenders were sucked onto the cloud, and I can access them via my Iphone 5s and online, but whenever I try to tick the box in iCal to sync with my iCloud account, it crashes iCal.
    When I was on Snow leopard, and had a Nokia phone, I used a terminal command to sync my iCal through dropbox, which worked fine, but has obviously migrated with my user account, as with a clean install of Yosemite iCal works fine, until I use Migration assistant to install my User profile.
    Is there anyway to reset just iCal without a clean install off the OS?
    Thanks in advance

    Well, per the Adobe website, After Effects CS6 for Students is only available via a Suite
    Creative Suite 6
    Or US$999 for the non-Student version of After Effects CS6 alone
    Creative Suite 6
    Both those options are expensive compared to the Cloud options and give you only outdated - 3 year old - software.
    All Cloud plans give you access to 3 independent versions: CS6, CC and CC 2014, so your Cloud options:
    There are no Single App Student versions, so your only other Student option is to subscribe to the Cloud Complete Plan for Students and Teachers @ US$19.99/month (requires 12 month commitment - so US$240 all up).
    Or Single App After Effects (non-Student) for US$19.99/month - not much point since you can get the full Cloud Student and Teacher version for the same price
    Creative Cloud pricing and membership plans | Adobe Creative Cloud
    Financially, the Full Cloud Student and Teacher option seems to offer the best value for you. Just remember that you're only ever renting the software. You never own it.

  • Trying to sync my IPad but can't get it to "communicate" with my computer.  Keeps telling me "not connecting"

    I have been trying to Sync my IPAD to my computer for over an hour, I cannot get it to show that it's "plugged" in.  I keep getting the "not charging" showing in my upper corner.  Is there anything I can do to get it to sync? 
    There is nothing wrong with the cable as I just synced my IPHONE and have synced with my IPAD in the past.  I am beyond frustrated.

    Let me take up the comment by King Penguin who is right about the charging issue with some computers: not all USB 2 ports are equal apparently.  However, I did read somewhere that even those that are not showing a charging may allow some trickle-charging to occur (take you about 12 hours to notice anything).
    However, I think the problem here is that not only is charging not taking place, but the iPad is not shown in the sidebar.  There are usually two possible causes here: the hardware (which in BrookeLeigh's case could be the iPad or its connector) or the software.
    In the latter case, no iOS device will probably be shown (IPad, iPhone or iPod touch), which could be what is afflicting tahnehdo.  Nonetheless, before trying some of the fixes Apple suggests, a check with another cable (or computer -- be careful not to sync) might tell you if this is hardware.
    If not, Apple KB documents are useful in tracking down and fixing the problem.  Start with this http://www.apple.com/support/iphone/assistant/itunes/ Troubleshooting guide and work your way through. Note there are different processes for Windows and Macs. 
    It would be helpful if you could put some more information as even knowledge of the OS will mean a different approach may need to be taken.  We do not know if it is iPad 1 or 2, the OS, the computer you have or if you have other iOS devices that could help you in analysis.

Maybe you are looking for

  • Real instruments pan to one side.

    on the older (not '08) version of Garageband, when i record 'real' instruments, they always pan to one-side, even though it's shown as them being in the middle, and also even if i pan it to the other side. but software instruments are fine and are pa

  • Can't edit html snippet

    I have numerous html snippets that work fine. However I can't edit them any more. When I click on the snippet in iWeb I used to get a window with the snippet code to edit. That doesn't happen any more. Same thing for new html snippets: No edit window

  • Weblogic seems to swallow Oracle Exception

    Hi, Weblogic seems to swallow the Oracle Exception when using EntityManager, can someone also verify this ? Here is what I did: SQL> create table AMS_TEST (TEST_ID INTEGER primary key, name VARCHAR2(125), CONSTRAINT X UNIQUE (name)); Table created. S

  • Removed all tracks but Nomad still shows 17GB in u

    I've read through all the stuff in the knowledge base and found nothing else I could do. Reinstalled the software, Downloaded upgrade .2.02p, reset the thing several times... I'm desperate now, please help!!! I have a ZEN Jukebox 20 GB, guarantee is

  • HT4061 I have lost my ipad. how can i find it

    I need to find my lost ipad