Connecting hardware(c​onnected to myDAQ) to my labview program

Hi,
I have a labview program that will send an email (Gmail) when you click the " Button " in the program but 
i need to modify it so that when i press a switch button at my hardware(connected to myDAQ)  the email will be sent ; meaning to replace the " Button " with my hardware 's switch button.
Consulted with my lecturer and she says something like inputing logic 1 into the mydaq/labview to run the process.
I have attached my program below.
Any help is greatly appreciated!
*I'm using NI LabVIEW 2013 SP1 (32-bit)
P.S : i know this is the 2nd thread i created but i'm not sure how to close that one(i have already selected a solution) 
Attachments:
Basic Sending email program.vi ‏341 KB

In order to use your signal input instead of your button, you need to read in the signal as a boolean. Digital inputs are already in the form of booleans (just like how your digital outs are set up), but if you are pulling in the trigger through your analog inputs, you'll just have to add some threshold logic to convert from an analog value to a boolean.
If you have digital inputs, just set it up the same way you have that DAQ Assistant in there already reading in analog inputs and wire the boolean trigger to the same case structure as your button.
Your teacher probably means channel 1 is your trigger input when she says "logic 1". This just means if you're pulling in multiple channels, that you use channel 1 as your trigger (which is actually the second channel becauce indices in LabVIEW are base zero).
Actually, after thinking about it, maybe your teacher is pointing out that you need to add logic to read in a value of 1 as True? This makes me think you're reading an analog input as your trigger and you need to use logic so that a value of 1 is True.
James
LabVIEW Professional 2014

Similar Messages

  • Hi, I have an older 800x600 LCD projector, If I go out and buy all the necessary connecting hardware for the ATV3 to it will it even work?

    I just dont want to go out and buy all of the connecting hardware if it isn't going to work anyway, thanks in advance for any help.

    The AppleTV has a single HDMI 1.3 video out, if you have the ability to connect your projector to HDMI then it should work. Audio may present a problem as well, the audio is integrated with the HDMI output but there is also an optical digital Toslink connector. There are converter boxes to downscale HDMI to VGA specifications but you loose a lot of detail with the smaller format.

  • Labview program to find the external hardwares connected with the PC

    Hai All,
    Do any one know how to find the external hardware details connected with our PC (like USB memory stick),  using labview program.

    That's assuming the user is running Windows.
    If you are under Windows you can access this information from the Registry. For example, for USB you can look at the key
    HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Enum\USB.
    Message Edited by smercurio_fc on 04-30-2008 10:39 AM

  • Connect hardware I/O to simulink model

    Hello,
    i developed a controller using simulink. It's already been testet by connecting signal generators via "simulation interface toolkit" between labview and simulink. That worked out very well. The next step would be testing the controleron the real process. Therefore I have to connect the inputs and outputs of the simulink model to measurements and manipulated variables of the real process.
    Since there is no real time hardware on wich I could apply the .dll of the Simulink model for testing purpose I have to find a different way.
    So here's my question: Is there a possibility to connect Simulink IN and OUTs to measurements within LabVIEW? And apart from that I want to send the manipulated variable which is calculated by simulink back to LabVIEW and via Rs232 e.g. to the real process.
    I would be thankful for every answer or hint on how to fix this problem.
    Solved!
    Go to Solution.

    Hey,
    Yes, it's possible to connect IOs via customized code in the realtime driver VI.
    Please have a look at the following two webcasts (they are in German, I assume you are from Germany) where this will be explained in detail.
    http://zone.ni.com/wv/app/doc/p/id/wv-619 (Das LabVIEW Simulation Interface Toolkit – Teil I – Grundlagen)
    http://zone.ni.com/wv/app/doc/p/id/wv-621 (Das LabVIEW Simulation Interface Toolkit – Teil II – für Fortgeschrittene)
    Christian

  • Can multiple LabVIEW programs simultaneously access the same NI-DAQmx hardware?

    I am developing a test station system that, in essence, runs several
    seperate LabVIEW programs simultaneously on the same computer, each
    controlling a different set of I/O channels on one shared set of NI
    DAQ hardware (analog and digital I/O PCI boards with external signal
    conditioning).
    I have already gotten a system like this running almost flawlessly
    using LabVIEW 6.1, NI-DAQmx 7.1 with traditional channels, and older
    E-series DAQ hardware. So long as two programs do not try to write to
    the same output channel simultaneously, everything works exactly as
    expected--I can even read from the same (named) channel simultaneously
    from more than one program. The only issue I have had is that if
    one
    of the compiled applications is closed (not just stopped, but closed)
    while others are still running, Windows XP (SP1) will bluescreen on a
    driver error. This is undesireable, but acceptable (though if there's
    a fix/workaround, I'd love to hear it).
    I am now building a similar system using mostly the same software
    (with an upgrade to LabVIEW 7.1), and I've noticed that the new
    M-series DAQ hardware seems to offer much more bang for the buck than
    old E-series hardware and its kin.
    My question is this: It appears that I/O on M-series hardware must be
    performed with new mx channels, with traditional channels not being an
    option. I am therefore wondering if I will be able to do this kind of
    multiple simultaneous access with mx channels, or if I must purchase
    the classic hardware and use traditional channels for this somewhat
    unorthodox application.
    (Incidentally, the multiple simultaneous program thing is a
    requirement for this system, as it is the only clean way to run
    multiple
    identical copies of the same complete program that only
    operate on different I/O channels, and re-doing the program from
    scratch is not an option.)

    Dear Anonymous,
    Thank you for contacting National Instruments.
    To address your question, I don't know if multiple simultaneous access with mx channels is possible, but I do not see why it wouldn't be. The best way to find out would be to test it. I don't have your program or hardware, so I'm pointing you to some Compatibility VIs. These are VIs that look exactly like Traditional DAQ VIs except that underneath they call the DAQmx driver instead of the Traditional DAQ driver. If your device works when you substitute these Compatibility VIs in for the Traditional DAQ VIs, then you'll know the M Series boards will work for you.
    Here is the link for information about the Compatibility VIs:
    http://digital.ni.com/softlib.nsf/954feaeea92d90918625674b00658b
    83/9d67f671bcc6850586256e630059308b?OpenDocument
    Let me know if you have any further questions or if this does not resolve your issue.
    Thanks again and have a great day!
    Chad AE
    Applications Engineer - National Instruments

  • Continuous Labview program run with non-contin​uous DAQ connection

    I am using a wireless DAQ, NI 9191 chassis with 9205 module, to measure strain in a system. The DAQ is not being run on standard power so it will occasionally not be powered. The DAQ automatically reconnects to the computer when power is reestablished, but when the DAQ loses power the program encounters an error and stops the program.
    What I want to do is create a Labview program that will run continuously by ignoring the errors, recording data when the DAQ has power and recording an NA or zero when there is no power. 
    If anyone knows or has had this problem before let me know if there is a solution ASAP. 
    Thanks

    The program propably (hard to tell without any code to review) only stops because you have not wired the error putputs of your DAQ-vis. Wire them through to a case structure. In the "no error" case pass your aquired data to whatever postprocessing you deem appropriate (you said something about recording). Set the outgoing tunnel with the data to "use standard if not connected" (I don't have the english version of LV available, so this might be called slightly different). This way it will allways pass on zero when there's an error in your data aquisition.
    Regards
    Florian

  • Cisco Unity connection hardware requirement

    I am working on hardware requirements for Cisco Unity connection. I am looking into the OVA template and it says for the hard disk you need is  2x500GB for 20000 users
    My question is why we need 2 500GB. Can we do 1TB??      
    Thanks in advance
    Uday            

    If you mean you want to use 1 HDD 1 TB VS 2 HDDs 500 GB the answer is no, the installer will look for 2 HDDs for the product to be installed if you choose the 10K/20K users VMs.
    HTH
    java
    if this helps, please rate
    www.cisco.com/go/pdihelpdesk

  • Front-End Loopback Test on Catalyst 2955 causes connected hardware to "die"

    I have recently purchased a Cisco Catalyst model WS-2955C-12 switch. During POST (boot), the console reports that the switch undergoes what is known as a "FRONT-END LOOPBACK TEST". During this test the 14 port lights on the device light up amber for a moment, connectivity is lost, and after a second or two the lights go off and connectivity returns. We've found that the moment the lights go off at the end of this test, if we have a specific device (with a specific ethernet chip) directly connected to the switch the ethernet chip is adversely affected by this test - the device "goes dark" and is not capable of communicating with anything (including other switches, routers, etc...) until it is power-cycled. What exactly does this FRONT-END LOOPBACK TEST do, and what does it send across the wire that could be causing my ethernet chip onboard the device to go bonkers?
    Thanks!
    -Danny

    Cisco IOS Release 12.1(22)EA1 runs on Catalyst 2955, Catalyst 2950, and Catalyst 2940 switches.
    Review the new software features, open caveats, and resolved caveats sections for information specific to your switch. The information in this document refers to all the switches, unless otherwise noted.
    These release notes include important information about this release and any limitations, restrictions, and caveats that apply to it. To verify that these are the correct release notes for your switch:
    If you are installing a new switch, refer to the Cisco IOS release label on the rear panel of your switch.
    If your switch is running, you can use the show version user EXEC command. See the "Finding the Software Version and Feature Set" section.
    If you are upgrading to a new release, refer to the software upgrade filename for the Cisco IOS version.
    http://www.cisco.com/univercd/cc/td/doc/product/lan/cat2950/12122ea1/ol554602.htm

  • Do we need frequency to voltage converter to connect photo interrupter to NI myDAQ

    i need to find the RPM of a motor using photo interrupter and NI myDAQ. Do we need frequency to voltage convertor for it. If yes were can i find the correct circuit for it.

    That could work but if you have a digital in on your MyDAQ it would be easier to read the pulses and convert them to frequency in software.  DAQmx read has that functionality built in (Counter > Single Sample > Pulse Frequency)
    Using LabVIEW: 7.1.1, 8.5.1 & 2013

  • My efforts to remove malware from a network external hard drive connected to my Intel based iMac is now causing programs to hang when I try to open them.

    I own an iMac, recently updated with OSX 10.75. It is the core computer on a home network shared with an iPad, Apple TV, two network printers,my wife's laptop, two iPhone, a BlackBerry and a BlackBerry Playbook. I am experiencing three if not four problems that are overwhelming.
    My original problem is associated with Windows emails files or documents  stored on my external network  hard drive. One or more has malware and is sending malware laced files across the Internet to points unknown.  As someone pointed out in a forum my iMac may be hosting,sharing and propagating Windows malware.  I originally used Trend Micro software on my IMac to monitor any viral activity. Two weeks ago I noticed a number of notices from servers around the world saying my message was not undelivered. Since I had sent messages to the people I simply deleted the emails. Next I noticed the emails on my BlackBerry and my BlackBerry playbook.I configured the Trend to do a complete scan and although it did a complete scan it did not perform a full network scan. It did identify a series of .x27 document files with the same name tbut each had a sequential number. I assumed hat these were the source files that had  sent out the email documents selling Viagara and othernproducts.  I manually deleted thousands of the source documents and the files. This caused some disruption to my computer but it did not produce a hardware or software problem. By following this effort in conjunction with security scans I do believe the malware was activated by Iranian students who were able to activate the malware through my BlackBerry and BlackBerry Playbook.  I learned this from an encounter I had when trying tondelete these files on my computer and my BlackBerry.
    When using my PlayBook after deleting the files from my computer I noticed more messages being returned from servers.  I realized that email accounts connected to my BlackBerry and BB Playbookn were not protected from this problem. As I searched for remedies I learned about turning on the firewall in the previous version of Lion but that did not stop the BlackBerry problem. Each time I deleted a source file on my computer more documents were released. I eventually received McAfee from my ISP. It provided security on the entire network. My first full scan of my external drive identified two malware files. One of them was associated with the Cialis ad the other was from a firm in the Middle East called ADP.  it could not remove the latter file.
    Moreover each time I attempted to remove the source file from my hard drive a file labeled A239A076F would show up on my Blackberry.  As I removed them thousands of these files would show up.  Ultimately I eventually disconnected the external hard drive and removed the battery from the phone and not use the email accounts these messages had used to enter my iMac.  I am contacting ATT about BlackBerry data security and switching to a different phone for business purposes. I will probably change to an iPhone or Android phone for business purposes.  I am also looking at ways to resolve the malware on that drive. There are a number of business and personal files on thatbdrive that I hope to keep. I dread having to pay McAfee to configure the software to eradicate the malware.
    Moving on...last week I updated my iMac to 10.75. It simultaneously updated every Apple based program as promised. It did not update the non-Apple programs.  I am not an IT professional and assumed that it had done so.  On Saturday I attempted to download a file associated with my router extender using my untethered Playbook and BlackBerry desktop software. The program hung. I attempted a reboot and it reopened with the hung program.  It created an alias file on the desktop.  My inclination led to put the alias file in the trash can and delete it. My computer did not respond well to that action. It has been rebooted with Cmd-s-esc tens of time to see if that would activate a file check. It did not. I was able to run a disk utility check. And in spite of the hung process it eventually said the drive was okay.
    Long story in a nutshell. My iMac is responding as if it is looking for a subprogram to complete its a function. Or it is attempting to finish the BlackBerry operation it began on Saturday. I hope this makes sense to someone and the know how I can restore functionality to my iMac.
    Thank you.

    I think the McAfee suite will do the trick when I pay them a one-time fee of $69 or $179 for a year for unlimited support.
    Your call of course but IMO a waste of money. Please read this first:
    There are many forms of ‘Malware’ that can affect a computer system, of which ‘a virus’ is but one type, ‘trojans’ another. Using the strict definition of a computer virus, no viruses that can attack OS X have so far been detected 'in the wild', i.e. in anything other than laboratory conditions. The same is not true of other forms of malware, such as Trojans. Whilst it is a fairly safe bet that your Mac has NOT been infected by a virus, it may have another security-related problem, but more likely a technical problem unrelated to any malware threat.
    You may find this User Tip on Viruses, Trojan Detection and Removal, as well as general Internet Security and Privacy, useful:
    https://discussions.apple.com/docs/DOC-2435
    The User Tip (which you are welcome to print out and retain for future reference) seeks to offer guidance on the main security threats and how to avoid them.
    More useful information can also be found here:
    http://www.reedcorner.net/mmg/

  • To connect a Power Supply over RS-232 in LabView

    Have a nice day,
    dear friends, I have done some basic programs before in LabView, my project is now to connect Agilent E3631A DC Power Supply serially and sending/recieving data(my aim to change input voltage from the computer without touching the hardware device).
    I actually already connected the Power Supply to my computer ,I also downloaded driver of it from Agilents web site.
    So the only thing is now to establish the connection in LabView.
    hmmm. can you please tell me what to do now ? I have no idea if I should choose VISA or DAQ or sth else.. how can I let the LabView to send a new voltage to the hardware.
    With best wishes
    Message Edited by Support on 11-09-2007 08:29 AM

    After installing LabView 7.0 and VISA Now I have concrete questions. Do I need some more program to install ? ( drivers I already found from ni.com )
    You should have everything you need to do serial communications installed. The drivers you downloaded should help you get started with your applicaition, so I'd install them as well.
    first of all I installed LabVIEW Evaluation version 7.0 , and I can`t open sources which are written with ver. 7.1 , how can i handle this problem ? ( because somebody sent me some codes which are written in 7.1 and I definetely want to see them )
    You can save VIs to the previous version only. So will need to have somebody save the code to 7.0 for you.
    second; should I use VISA or IVI ? whats the difference between them ?
    At this point, I wouldn't worry about IVI. The drivers you downloaded are probably "IVI Drivers" but use VISA to communicate with your instrument. If you want to know a bit more about IVI in general, just do a search on ni.com for "IVI".
    third; lets concider that I use VISA . From the IO Config menu, I choose COM 2 and VISA interface name is than ASRL2(automatic). And than from VISA Assistant, I choose the place of the driver of my Power Supply. Up to now everything seems to be ok. what is the next step after here ? Do i forget some configurations?
    The first step is to initialize the port and instrumnet. If you look on your functions palette from the block diagram, there's a sub palette named "Instrument I/O" and a sub palette of that one named "Instrument Drivers". In this drivers palette, you should see a palette for the drivers you installed for the power supply. There should also be a sub palette in there named "Applicaiton Examples" that can help you get started. There should be one or two examples that will allow you to control the power supply, and you should be able to open the block diagram and see how it's put together.
    Ed
    Ed Dickens - Certified LabVIEW Architect - DISTek Integration, Inc. - NI Certified Alliance Partner
    Using the Abort button to stop your VI is like using a tree to stop your car. It works, but there may be consequences.

  • Java communication error: Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=2 thRc=679 Transaction program not registered ).

    There is a RFC connection not working connection test fails.
    I found out the RFC is using a a program id that is not registerd.
    When I register the program on os level like rfcexec -r -a <program_id> -g <hostname> -x <sapgw> the connection test on the rfc works.
    The problem with the rfcexec is that it just works as long as the os session is active.
    From what I´ve read I need to configure this on java side in the web dynpro content administrator.
    Can you help me with that ? When I try to click Create jco destination I get an error.

    Hello Vioar,
    rfcexec is only a standard program for testing, you sould not register it for your application on the gateway.
    Since you are getting "User is not allowed to read any data..." - did you logon with the correct user? Does this user have enough authorizations?
    Regards,
    Alwina

  • Establishing a socket connection between a .swf file and a socket-test program (TCP/IP builder - Windows), in AS3.

    I have an issue with a college project I'm working on.
    Using Actionscript 3, I made a simple .swf program, an animated, interactive smiley, that 'reacts' to number inputs in a input-box.
    For the sake of the project, I now need to make the framework for establishing a socket connection with the smiley .swf, and another program.
    This is where I encounter issues. I have very little knowledge of AS3 programming, so I'm not certain how to establish the connection - what's required code-wise for it, that is.
    To test the connection, I'm attempting to use the "TCP/IP builder" program from windows, which lets me set up a server socket. I need to program the .swf file into a client - to recognize it, connect to it, then be able to receive data (so that the data can then be used to have the smiley 'react' to it - like how it does now with the input-box, only 'automatically' as it gets the data rather than by manual input).
    My attempts at coding it are as follows, using a tutorial (linked HERE):
    //SOCKET STUFF GOES HERE
        var socket:XMLSocket;        
        stage.addEventListener(MouseEvent.CLICK, doConnect); 
    // This one connects to local, port 9001, and applies event listeners
        function doConnect(evt:MouseEvent):void 
        stage.removeEventListener(MouseEvent.CLICK, doConnect); 
        socket = new XMLSocket("127.0.0.1", 9001);   
        socket.addEventListener(Event.CONNECT, onConnect); 
        socket.addEventListener(IOErrorEvent.IO_ERROR, onError); 
    // This traces the connection (lets us see it happened, or failed)
        function onConnect(evt:Event):void 
            trace("Connected"); 
            socket.removeEventListener(Event.CONNECT, onConnect); 
            socket.removeEventListener(IOErrorEvent.IO_ERROR, onError); 
            socket.addEventListener(DataEvent.DATA, onDataReceived); 
            socket.addEventListener(Event.CLOSE, onSocketClose);             
            stage.addEventListener(KeyboardEvent.KEY_UP, keyUp); 
        function onError(evt:IOErrorEvent):void 
            trace("Connect failed"); 
            socket.removeEventListener(Event.CONNECT, onConnect); 
            socket.removeEventListener(IOErrorEvent.IO_ERROR, onError); 
            stage.addEventListener(MouseEvent.CLICK, doConnect); 
    // Here, the flash tracks what keyboard button is pressed.
    // If 'q' is pressed, the connection ends.
            function keyUp(evt:KeyboardEvent):void 
            if (evt.keyCode == 81) // the key code for q is 81 
                socket.send("exit"); 
            else 
                socket.send(evt.keyCode); 
    // This one should handle the data we get from the server.
            function onDataReceived(evt:DataEvent):void 
            try { 
                trace("From Server:",  evt.data ); 
            catch (e:Error) { 
                trace('error'); 
        function onSocketClose(evt:Event):void 
            trace("Connection Closed"); 
            stage.removeEventListener(KeyboardEvent.KEY_UP, keyUp); 
            socket.removeEventListener(Event.CLOSE, onSocketClose); 
            socket.removeEventListener(DataEvent.DATA, onDataReceived);
    Trying to connect to the socket gives me either no result (other than a 'connection failed' message when I click the .swf), or the following error:
    Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: file:///C|/Users/Marko/Desktop/Završni/Flash%20documents/Smiley%5FTCP%5FIP%5Fv4.swf cannot load data from 127.0.0.1:9001.
        at Smiley_TCP_IP_v4_fla::MainTimeline/doConnect()[Smiley_TCP_IP_v4_fla.MainTimeline::frame1:12] 

    Tried adding that particular integer code, ended up with either errors ("use of unspecified variable" and "implicit coercion") , or no effect whatsoever (despite tracing it).
    Noticed as well that the earlier socket code had the following for byte reading:
    "sock.bytesAvailable > 0" (reads any positive number)
    ...rather than your new:
    "sock.bytesAvailable != 0" (reads any negative/positive number)
    Any difference as far as stability/avoiding bugs goes?
    So then, I tried something different: Have the program turn the "msg" string variable, into a "sentnumber" number variable. This seemed to work nicely, tracing a NaN for text (expected), or tracing the number of an actual number.
    I also did a few alterations to the input box - it now no longer needs the 'enter' key to do the calculation, it updates the animation after any key release.
    With all this considered and the requirements of the project, I now have a few goals I want to achieve for the client, in the following order of priority:
    1) Have the "sentnumber" number variable be recognized by the inputbox layer, so that it puts it into the input box. So in effect, it goes: Connect -> Send data that is number (NaN's ignored) -> number put into input box -> key press on client makes animation react. I optionally might need a way to limit the number of digits that the animation reacts to (right now it uses 1-3 digit numbers, so if I get sent a huge number, it might cause issues).
    - If the NaN can't be ignored (breaks the math/calculus code or some other crash), I need some way of 'restricting' the data it reads to not include NaN's that might be sent.
    - Or for simplicity, should I just detect the traced "NaN" output, reacting by setting the number variable to be "0" in such cases?
    2) After achieving 1), I'll need to have the process be automatic - not requiring a keyboard presses from the client, but happening instantly once the data is sent during a working connection.
    - Can this be done by copying the huge amounts of math/calculus code from the inputbox layer, into the socket layer, right under where I create the "sentnumber" variable, and modifying it delicately?
    3) The connection still has some usability and user issues - since the connection happens only once, on frame 1, it only connects if I already have a listening server when I run the client, and client can't re-connect if the server socket doesn't restart itself.
    I believe to do this, I need to make the connection happen on demand, rather than once at the start.
    For the project's requirement, I also need to allow client users to define the IP / port it's going to connect to (since the only alternative so far is editing the client in flash pro).
    In other words, I need to make a "Connect" button and two textboxes (for IP and port, respectively), which do the following:
    - On pressing "Connect", the button sets whatever is in the text boxes as the address of the IP and port the socket will connect to, then connects to that address without issues (or with a error message if it can't due to wrong IP/port).
    - The connection needs to work for non-local addresses. Not sure if it can yet.
    - On re-pressing connect, the previous socket is closed, then creates a new socket (with new IP/port, if that was altered)
    It seems like making the button should be as simple as putting the existing socket code under the function of a button, but it also seems like it's going to cause issues similar to the 'looping frames' error.
    4) Optional addition: Have a scrolling textbox like the AIR server has, to track what the connection is doing on-the-fly.
    The end result would be a client that allows user to input IP/Port, connects on button press (optionally tracking/display what the socket is doing via scrollbox), automatically alters the smiley based on what numbers are sent whilst the connection lasts, and on subsequent button presses, makes a new connection after closing off the previous one.
    Dropbox link to new client version:
    https://www.dropbox.com/s/ybaa8zi4i6d7u6a/Smiley_TCP_IP_v7.fla?dl=0
    So, starting from 1), can I, and how can I, get the number variable recognized by "inputbox" layer's code? It keeps giving me 'unrecognized variable' errors.

  • Do you have experience that you can connect to the cRIO-9104 but cannot donwload the program to the RT engine and FPGA?

      I can connect the cRIO-9104, I view it in MAX can it shows the cRIO-9104 is connected, but when I open the LabVIEW and want to download the program to the RT engine, it shows "Wait the RT egine to resopnse" and it shows fail to connect the cRIO-9104 later.
      May you give me some guidelines on how to deal with it? Should I try rebooting the cRIO-9104 in the MAX?
      Thank you!

    Hi
    With reference to MAX try to transfer a file from your pc to your controller. What appears as a tolerant program (MAX) might actually reveal that it isn't.
    Also
    If you don't update (F5) the Max menu then it recalls a previous set up!!
    Regarding the wireless router, I suspect that MAX has a lower default baud rate than Labview, so downgrading LV to 9600bps could actually increase the range ( if required)
    has the 9104 controller a RS232 connection? If so then run Hyper terminal and connect to the controller. Reseting the controller ( reset button) should then reboot the system , Hyper terminal program would then reveal what applications programs are loaded on the controller(9104)
    Hope that helps
    xseadog

  • Connect to FAMIC Automation Studio 5.7 via LabVIEW

    Hello,
    I am looking into developing a simulation system for my company and the closest product available out there is Automation Studio 5.7 by Famic which helps simulate complex hydraulic circuits. they do offer an OPC Client/ Server. will LabVIEW be able to interface to them to let me control the simulation and also serve as an interface between Automation Studio and our PLC Hardware.
    Thank you,
    Srikanth kapali

    Hello Srikanth,
    In general, LabVIEW should be able to communicate with that third party device. I would suggest also purchasing the Datalogging and Supervisory Control Module (DSC). This will allow you to communicate with the third party device over the OPC Client/Server. Hope this helps!
    Mychal F
    Applications Engineer
    National Instruments

Maybe you are looking for