System design for remote control

I just wonder which tech of ni I should use.
My system is one data center and some remote DAQ site. The communication is through WAN.
It need to
- start stop and schedule DAQ card from remote data center
- send realtime data back for display
- report the DAQ running status, such as online.
- send history data from site pc to center database 
there are many choice, such as tcp/ip, data socket server, shared varible, remote panel, remote vi server, web server.
May I know which one is more fit for the application?
Thanks a lot.

krishh wrote:
Hi all,
I am very new to Labview, but I have to deal with somewhat difficult problem of remotely controlling the Laser in next room. The PC I will be using has already built labview software to control the laser if laser is closeby. But the laser is next door (~200-300 feet), and the PC which controls the laser also have the labview software to control the laser. Please suggest me how should I start communicating from my first PC to the laser (may be using the laser labview software or not). To start with I would be glad to find some reads or demonstrative examples or any suggestion which will head me to right direction.
I hope for great help.
Regards
Krish
It would probably be a good idea to start a new message on this rather than continue in this message thread.  It seems to be a different situation you are asking about then what the original poster was doing.
How does the PC communicate with the laser if it is close by?  Is it a serial connection? ethernet connection?  GPIB?  something else.  If it is serial, is it RS-232, RS-485, USB?   200-300 feet is too far for an RS-232 or USB connection.  But there are numerous products on the market that will adapt those serial protocols to either an RS-485 wiring setup, or put it out over an ethernet connection.  So you can go RS-232 to RS-485 on one end.  RS-485 goes to 4000 feet (depending on baud rate).  Then on the other end another adapter converts it back to RS-232.  I have also used a remote USB hub that connects to a LAN connection, and with driver software installed on the PC, it turns that remote connection into virtual serial port connections.
These are good devices that have worked for me.  But if they would work for you all depends on how the PC connects to the laser now.

Similar Messages

  • Does Av digital adapter works with the universal dock for remote control?

    if I only connect the Lightning to 30 pin adapter to the universal dock for remote control it works so good with music, spotify, Netflix, YouTube etc.
    but if I add the av digital lightning adapter to watch on Tv, the dock and remote control don't work anymore    what can I do? I want to watch stuff on tv and use the IR dock for remote control please help me what's going wrong?

    Thanks for your advice.
    I recently purchased a universal dock for my iphone 3g. It works great. I just had one question. When my iphone is sitting on it for lets say 20 - 30 minutes. Then if i press the buttons on the remote. nothing happens! If I then press the home button while it is on the cradle then, the remote, it plays music. There after lets say if I stop stop the music through the remote and again press the remote button after a few minutes it starts playing. So what happens after a long time. Why do i have to press the home button on the iphone for the remote to work. Is that how it is supposed to work???
    Thanks

  • Help networking a Security System DVR for remote viewing

    Hey,
    I am trying to network my Security System DVR for remote viewing but cannot seem to get it working. I have read some post on this site as well as many others and followed instructions to the T but to no avail.
    Here's what I've got:
    Linksys WRT54G2 V1 connected to a modem.
    My DVR has 3 settings for networking:
    -PPPOE
    -Static
    -DHCP 
    On DHCP, The DVR automatically sets these settings:
    IP Address: 192.168.1.100
    Subnet:  255.255.255.0
    Gateway: 192.168.1.1
    and then the DNS is the same as the one on the "status" area of the router settings...
    Port: 10000-10020
    I set up port forwarding for 192.168.1.100 for port 10000-10020 selecting "both"
    If I pull up the "DHCP Clients Table" it shows the above IP Address but with no name....and the MAC address is something like ee:ee:ee:d4:03:5f.
    I have tried to change the DVR to Static and do everything manually but thats not working either.
    I created a Dynamic DNS with goddns.org but the DVR seems to have its own one built in that you cannot change. (at the bottom of the network settings it says something like "URL: 123484984.goddns.org----Status:  OK."  But when I try to type that in the address bar of IE it goes no where.)
    I hope someone can tell me why its not working.... It was working when we first got everything set up...then it stopped. then I messed with it and got it working but didn't know what I did.  Now its broken again and I don't know what to do.  
    -Ian
    PS.  When I am connected to the router via LAN cable and I type the internal IP Address assigned to the DVR by the DHCP (192.168.1.100:10000) it brings up the DVR menu perfectly.  But when I try to log into it from a different location...with the external IP address...thats when I have trouble.  I do not think my external IP has changed since I got this router set up.
     Any help would be awesome. 

    Hmmm... Did that and I can't seem to get it working still. Whats weird is that as long as I am connected to the router...I can access it through the internal IP address.... (if using DHCP its 192.168.1.100:10000 and if using static its 192.168.1.99:10000)
    Those both work when set up on DHCP for the first and Static for the second.  But as soon as I type the external IP address with the port it doesn't work.  Its like there is a firewall OR the port forwarding is not working.  But everything on the port forwarding page looks good... Its enabled, set on Both, correct port range... 10000-10020...
    Any Ideas?
    -Ian 

  • Import for remote control

    If I install desktop management agent on our XP workstations will those
    clients get automatically registered, and imported upon login? The goal is
    to have workstations registered and imported in order to have
    them created for remote control.
    Mike

    There is no error. The console screen from the server is just blank showing
    no activity. When I deleted the server policy the screen still had no
    activity. I should have gotten a message on the console indicating that no
    policy exists.
    On a functioning server with autoimport enabled, a message will be displayed
    showing that a workstation was created. In this case nothing happens, and
    the workstation doesnt get created.
    "Timothy Leerhoff" <[email protected]> wrote in message
    news:VzUCd.15438$[email protected]..
    > > unable to auto import
    >
    > What error are you getting on the PC during import? Please post the
    > error log.
    >
    > --
    > Timothy Leerhoff
    > Novell Support Forum Volunteer Sysop

  • About system design for RAC

    Oracle Real Application Clusters, Concepts manual, Release 9.2.
    About scalability, it says that "poorly designed systems do not scale well on either single-instance Oracle databases or Real Application Clusters databases-poorly designed applications will likely experience performance degradation as demand increases."
    What does it mean when it says "poorly designed systems". What features should my sistem have to scale well in RAC databases?

    krishh wrote:
    Hi all,
    I am very new to Labview, but I have to deal with somewhat difficult problem of remotely controlling the Laser in next room. The PC I will be using has already built labview software to control the laser if laser is closeby. But the laser is next door (~200-300 feet), and the PC which controls the laser also have the labview software to control the laser. Please suggest me how should I start communicating from my first PC to the laser (may be using the laser labview software or not). To start with I would be glad to find some reads or demonstrative examples or any suggestion which will head me to right direction.
    I hope for great help.
    Regards
    Krish
    It would probably be a good idea to start a new message on this rather than continue in this message thread.  It seems to be a different situation you are asking about then what the original poster was doing.
    How does the PC communicate with the laser if it is close by?  Is it a serial connection? ethernet connection?  GPIB?  something else.  If it is serial, is it RS-232, RS-485, USB?   200-300 feet is too far for an RS-232 or USB connection.  But there are numerous products on the market that will adapt those serial protocols to either an RS-485 wiring setup, or put it out over an ethernet connection.  So you can go RS-232 to RS-485 on one end.  RS-485 goes to 4000 feet (depending on baud rate).  Then on the other end another adapter converts it back to RS-232.  I have also used a remote USB hub that connects to a LAN connection, and with driver software installed on the PC, it turns that remote connection into virtual serial port connections.
    These are good devices that have worked for me.  But if they would work for you all depends on how the PC connects to the laser now.

  • Looking for remote control App (iPhone) to use with iMovie

    I just got a Macbook Air, and my infrared Apple remote control doesn't work with it.
    I wanted to be able to do presentations (in this case using iMovie) and be able to have a remote so that I could pause, go back, fast forward, i.e. the usual things a remote does.
    There probably is a good App that I can install on my iPhone that will let me use my iPhone as a remote control, but I don't know which one. Any suggestions????  Ideally, it would be a bluetooth program (although Wi-Fi would work too) that would also work with other programs, like Keynote.
    Thanks!
    Dan

    Well, I don't know much about this, but if you need to control the actual system in some way, you are going to need to use JNI (Java Native Interface), which is essentially embedding C/C++ code in your java app, which doesn't lend well to platform-independence. I too develop on a Mac, and there is a mailing list for Java related issues on the Mac. You can check it out at: http://developer.apple.com/java/
    If you sign up for ADC (Apple Developer Connection, it's free), you can have access to these mailing lists. They've been quite helpful to me in the past. I don't mean to slam the forums here, but you are looking for a Mac specific solution, and you'd probably get more specific information on this mailing list. Hope this helps!!
    James

  • Manual for remote control

    Where can I get a users manual for the remote control and the DVR features?  I don't need help with programing to control my TV.  I want to know about the features, menues, how to use the favorites, etc. 

    what is displayed as the answer - where can I get a manual for my dvr - does not address the X1 equipment I received yesterday. The remote is completely different from what is shown in the manual displayed - must be an older model, and the dvr is also completely different. Does anyone know whether these manuals are available at a Comcast center?

  • When will Canon start making its' own software for remote control since Pixela is so terrible at it?

    It totally sucks that Canon dares sell their camcorder on the fact that YOUR smartphone is the remote control and yet they have ZERO support on the software! At present your chances are far more likely that your smartphone will not work with the Pixela software and that you WILL NOT HAVE A REMOTE CONTROL for your Canon product. Canon seems very uninterested in taking care of this problem.
    How many people have bought a Canon product with the promise of your remote control being your smartphone and then not finding that they have a phones that is not “compatible” ?!?!?!? Is Canon expected everyone that buys one of these to then buy a matching phone? This is crazy and it sure puts a terrible light on Canon! 
    This is my first Canon product and I am NOT impressed! I have the Canon Vixia HF R42 and Android 2.3.4 and I am NOT a happy camper with Canon! Send me my damned remote control for this camera!

    Canon should have a complete list of all the phones that do not work with this crappy software maker! Better yet, they should include a real remote with their cameras, but at present Canon needs to advertise that more than likely their camcorders with be remoteLESS for you! This is crazy that you don’t know until AFTER you get the Canon product home that you might have to buy a new phone to have a remote control. 
    This seriously SUCKS!

  • Digitrex ctf3271 codes for remote control

    Hi I want to get my remote to control tv but I cant find my tv manual. Does anyone have the codes for this type of tv?

    The updated code list is at the following URL:  http://www22.verizon.com/ResidentialHelp/FiOSTV/Remote+Controls/SetUp/QuestionsOne/122830.htm
    0027 works for my 26 inch Westinghouse,  Here's the line of codes from the above website.
     Westinghouse 0027, 0478, 0912, 0916 

  • Verizon Codes for remote control for LCD TV

    I just got a Westinghouse 26 in lcd tv and need the codes for my verizon remote. I check online but neither worked. They are 0912 and 0916. Can anyone help me ?

    The updated code list is at the following URL:  http://www22.verizon.com/ResidentialHelp/FiOSTV/Remote+Controls/SetUp/QuestionsOne/122830.htm
    0027 works for my 26 inch Westinghouse,  Here's the line of codes from the above website.
     Westinghouse 0027, 0478, 0912, 0916 

  • What rights are needed for remote control

    I have a user that I want to allow remote control rights for a group of
    classroom PC's. What rights do I need to give her and where do I apply
    them? I have read TIDS that tell me I have to give rights at each
    workstation object which I find hard to believe as its so time consuming!
    Thanks in advance
    Hazel

    > On Thu, 27 Jan 2005 19:38:56 GMT, [email protected] wrote:
    >
    > > I have read TIDS that tell me I have to give rights at each
    > > workstation object which I find hard to believe as its so time
    consuming!
    >
    > depends.. if you have not eDir that's the case..
    >
    > but take a look at tools zenworks remote operators... which will help
    you a
    > lot in this case...
    > --
    >
    > Marcus Breiden
    I have edirectory and imported workstations etc .. running zen 4.1 .. I
    just cant seem to figure out how to give this user rights to remote
    control only one classroom.
    Hazel
    >
    > Please change -- to - to mail me.
    > The content of this mail is my private and personal opinion.
    > http://www.edu-magic.net

  • Get Operating System info for remote computer?

    I trying to figure out how to pass credentials to this command to get operating system of a remote computer.
    get-wmiObject win32_operatingsystem -Credential domain\username
    Anyone know how to include the password as well?  You can see in my picture below, it prompts.  If I enter the password in the prompt, the command works fine.
    Any suggestions?  Thanks

    Hi Romatio,
    where there is a will, there is a script:
    $pwd = ConvertTo-SecureString "password" -AsPlainText -Force
    $user = "Domain\User"
    $cred = New-Object System.Management.Automation.PSCredential($user, $pwd)
    Make sure you store the script securely though, the password is readable in plain text after all.
    Cheers,
    Fred
    Edit: Just in case: Use the $cred variable then for the -Credential Parameter
    There's no place like 127.0.0.1
    well u can store password this way
    http://social.technet.microsoft.com/wiki/contents/articles/4546.working-with-passwords-secure-strings-and-credentials-in-windows-powershell.aspx

  • DTT 3500 - Looking for remote control

    Could anyone help me finding for this remote control, I have damaged mine!
    Thank you for your tips.
    Cheers.

    Hi super_user,
    You may check this link for the compatibility of headsets for your Asha and Lumia phones.
    Aleisha11

  • Restrictions on "prompting user for permission" for Remote Control

    How can I go about restricting the ability to enable/disable the
    "prompt
    for permission" on remote control to only network admins? We want our
    Help Desk to be able to remote control workstations, but not be able
    to
    turn of the prompt for permission. Any help is appreciated.
    Thanks,
    Wayne

    Wlac,
    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:
    - Check the knowledgebase and SolutionNet databases at
    http://support.novell.com
    - 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.
    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.
    Your Novell Support Connection Forums Team
    http://support.novell.com/forums/

  • What is a good design for remote Views?

    Hi All,
    I am thinking how would I design my process for performance consideration in retrieving dynamic values of table/view data.
    The requirement is like this:
    1. We have 50 databases residing on each own server counterpart (50 servers).
    2. Each database has table Patch_LeveL (apps_name, patch_level), which contains  just one row only to reflect the latest patch level applied for the apps on this database. Note that are we constantly on applying service packs for this apps.
    3. On our central monitoring server (db). I create 50 database LINKS for each of the 50 databases.
    4. I created 50 views over these links to make  it centralized to represent  the 50 Patch_Level tables. As   patch_level_view1, 2, 3.....patch_level_view50.
    5. I then create a central view as .... as  union of the 50 individual views Actually I am just planning to do the above activity.
    My question is....is this a good design for performance? Can you share be a better approach?
    Is there a limitation of joining "union" of 50 views?
    Thanks a lot,

    Is there a limitation of joining "union" of 50 views?What can happen is if the connection to one of these servers is interrupted, the big "union" view will not work. As said by above poster MV, with lets say an hourly refresh, helps with this situation as you have the data that was gathered last time (and most likely it is still valid).

Maybe you are looking for

  • 2G iPhone push notification not working

    Have an iPhone 2g still locked on o2! Some how the push notification isn't working! Any one know how to fix it? Dnt wanna unlock or jailbreak it to put that app called push fix!

  • Can't open Illustrator CS5 because PowerPC not supported

    Hi, I just purchased a brand new macbook pro OS X 10.8.2. I tried to reinstall my CS5 Design Premium Suite and all the apllications work EXCEPT Illustrator. The error message reads "You can't open the application "Adobe Illustrator CS5.1" because Pow

  • Tomcat does not work when using only netcfg to start network

    hello! for myself i wrote a script to connect automatically to a wireless network using netcfg. i do not start my network via the daemon (/etc/rc.d/network). i have a project and so i want to use tomcat. but it does not work correct, i can start it,

  • Load previous tabs when starting

    I know Mozilla recently created a "feature" that had Firefox load only one tab/page from a previous session upon starting up, regardless of how many tabs/pages were open when Firefox was last closed. I want to reverse this, and have all tabs load sim

  • SSD Samsung 840 EVO 250GB with problem. Support to change - Brazil

    Hello, I bought in Orlando Best buy one SSD Samsung 840 EVO 250GB and when I tried to install in my laptop the SSD it was not possible Clone the current HD because it´s not working properly. I´d like some support to understand what is my option to so