Communicat​ion ethernet crio avec un modem wireless

Bonjour,
je souhaite envoyer des données sur un server FTP via un modem 3G connecté par câble ethernet sur mon compactRIO.
Le problème est que je suis débutante dans la programmation labview et que je n'ai aucune idée comment réaliser cette fonction.
J'ai paramétré le modem et le cRIO avec une IP fixe dans une même plage pour qu'il puisse discuter ensemble.
J'ai recherché des exemples sur NI pour m'orienter dans une direction de programmation, mais je n'ai rien trouvé.
Si quelqu'un pouvait m'aider..
Cordialement,
Julie

Merci d'avoir épondu si vite.
Je ne sais pas faire du FTP filaire, pour l'instant j'essais de voir comment fonctionne les VI FTP sur labview, mais j'ai beaucoup de difficultée à avoir un résultat.
Je n'utilise pas le toolkit NI FTP, devrais je?
Pour ma connexion 3G j'utilise un modem de chez Sierra Wireless le raven Xe connecté en ethernet sur le cRIO.
Les paramètres que j'ai configuré sont les suivant:
cRIO: port ethernet 1: IP 192.168.13.102
         masque de sous réseau: 255.255.255.0
         port ethernet 2: IP 192.168.13.104
         masque de sous réseau: 255.255.255.0
mon ordinateur : IP 192.168.13.101
masque de sous réseau: 255.255.255.0
et le modem IP 192.168.13.102
masque de sous réseau: 255.255.255.0
Merci beaucoup pour votre aide
Julie

Similar Messages

  • Labview : Communicat​ion série avec un périphériq​ue

    Bonjour,
    Sous Labview, j'essaie de communiquer via un port série à un périphérique. En parallèle, j'essaie de recevoir et d'envoyer des données. Je voudrais me placer en mode écoute (Activer la réception sur ce port : Visa read) puis envoyer une commande (Visa write). De ce fait, en se plaçant en écoute avant l'envoie de la commande, je suis sûr de recevoir la réponse du périphérique.
    Je veux donc envoyer un caractère tout en écoutant sur le même port com la réponse de mon périphérique (J'ai déjà un doute à ce sujet. Avec un port série, on peut lire et écrire en même temps ? )
    Mon problème est le suivant : En lançant ce programme sous Labview, il se place en écoute mais n'envoie pas le caractère de commande (montage en parallèle). Après le timeout de l'écoute (Visa read), le programme écrit bien le caractère (Visa write) comme un fontionnement série.
    Comment réaliser des tâches multiples en parallèle sur LabView ? Auriez-vous un exemple ou plus d'information à ce sujet ?
    Merci,
    Jérémy

    Bonjour,
    je confirme le fait qu'un UART ne peut pas travailler en "parallèle".
    Pour dialoguer avec un équipement, il faut envoyer une commande "Write" si besoin, pour que le produit te réponde.
    Tu récupères ensuite la réponse avec un "Read".
    Pour dimensionner le nombre de données à lire, plusieurs méthodes par la suite se présente à toi.
    - Attendre un certain temps : Interruption de la lecture sur timeout
    - Attendre un caractère de terminaison \A : 0xD par défaut.
    - Lire un certain nombre d'octet : Utilisation du noeud de propriétés nbre de bytes sur la liaison fortmeent conseillé.
    Si après une manipulation simple, tu ne relies pas de données, n'hésites pas à mettre une temporisation de 100 ms entre ta requête et ton écoute, il n'est pas rare d'avoir des équipements avec un temps de réponse de l'ordre de 50ms sur port série (spécification présente dans la documentation de l'équipement en général).
    Bonne journée,
    Michael

  • CANOpen Communicat​ion NI cRIO 9022 (9853 CAN module) and MAXON EPOS2

    Hi all
    I am trying to implement a velocity control loop on my Maxon EPOS2 motor controller, by using PDOs sent through my real-time controller (NI cRIO 9022) with a CAN module (9853).
    I configured the PDO mapping in the object dictionary of the EPOS2, so that each new RxPDO1 contains the new desired velocity setting value, and I am trying to use the simple example contained in the National Instrument example directory criocanopenbaisc (freely downloadable here http://zone.ni.com/devzone/cda/epd/p/id/5474).
    I can change manually in the object dictionary the value of desired velocity by using the EPOS studio tool by connecting via USB the EPOS2 to my computer, but when I connect the EPOS2 to the CAN0 port of cRIO the newly sent values does not make effect.
    At the first try the .vi file hung on the Read PDO command, which is right after the Write PDO command. I suppose it means that no real PDO is sent over the CAN bus. However, I excluded the "Read PDO" from the diagram, now the file executes and terminates but no command is sent to the EPOS. I can verify through an oscilloscope that many similar digital waveforms are sent, just like if no ACK signal was received.
    After various tentatives, I sent PDOs structured in the following way:
    COB-ID (4 bytes containing the U32 representation of the COB-ID for RxPDO1: 531)
    Updated value (4 bytes containing the representation of the desired velocity value, U32).
    0 in U32
    0 in U32.
    The last two U32 are sent so to be coherent with the example of the NI library nicanopenbasic.
    At the moment only one signal is sent (no more repetitive signals representing fault communication), but the values are not updated in the EPOS2... 
     Cheers  
    Solved!
    Go to Solution.

    Duplicated post

  • How can I configure one of the gateway NI9792 Ethernet port to communicate with a cRIO PAC ?

    Hi NI Engineers,
    I intend to use my gateway NI9792 the following way:
    1. One Ethernet port for network connection. That's how I'll develop it, download software and monitor my application through my PC at my desk.
    2. Can the other port be used to communicate with a cRIO device? If so, how can I do it?
    It seems to be a stupid question, but I truly could not work this out!
    Thanks in advance,
    Luiz
    "Together we stand, divided we fall..."
    Certified LabVIEW Associate Developer
    Solved!
    Go to Solution.

    Good afternoon, Luiz
    Follow the first link to guide which module can be used and other links to the best part of bore configuration CRIO. Any questions please contact us.
    How Do I Configure My Time Server on the NI WSN-9791 or NI 9792 Gateway?
    http://digital.ni.com/public.nsf/allkb/44FA322FAFF8D58D862575BD00591A54?OpenDocument
    NI WSN Product and Configuration Guide
    http://zone.ni.com/devzone/cda/tut/p/id/8710
    Configuring the Dual Ethernet Ports on Real-Time Controllers
    http://digital.ni.com/public.nsf/allkb/67F94BB93BCE32CF86257367006B3659?OpenDocument
    video setup and installation CRIO
    http://www.ni.com/swf/demos/us/crio/outofbox/
    Automatic Network Configuration for cRIO-9073 and cRIO-9074 CompactRIO Controllers
    http://digital.ni.com/public.nsf/allkb/37C790309A210A748625757000570938?OpenDocument
    Sincerely,
    Mauro Vera.

  • I have connected my time capsule to motorola SG6580 modem via ethernet.  I have a wireless network on the motorola and a wireless network from the time capsule.  I get duplicate IPs error messages sometimes. How do I fix?

    I have connected my time capsule to motorola SG6580 modem via ethernet.  I have a wireless network on the motorola and a wireless network from the time capsule.  I get duplicate IPs error messages (no connection) sometimes when trying to connect devices to the wireless network. How do I fix? Sometimes devices cannot connect to the network because of conflicting IPs.  I look on the Motorola and every device has a unique IP assigned but occasionally a device has taken the IP of another device.  I have been writing down all the devices and the IPs they have been using.  It happens more with PCs than Macs, ipads or iPhones.

    If the Time Capsule is set up correctly in bridge mode, then it is the responsibility of the Motorola modem/router to provide the correct IP address assignments for all devices on the network.
    Check to insure that the Time Capsule is correctly set up to operate in bridge mode as follows:
    On your Mac, open AirPort Utility
    Finder > Applications > Utilities > AirPort Utility
    Click on the Time Capsule icon, then click Edit in the smaller window that appears
    Click the Network tab at the top of the next window
    Insure that the setting for Router Mode is configured to read "Off (Bridge Mode)"
    Once you have confirmed that the Time Capsule is configured correctly, everything else is the responsibility of the Motorola modem/router as far as network routing and IP address assignments for devices.
    If you continue to have IP address issues, then you should contact the Internet Service Provider (ISP) that provided the Motorola device to you and ask them to fix the issue.

  • My macbook pro connects online to my cable modem by by using ethernet only - I lost my wireless feature - help

    my macbook pro connects online to my cable modem by by using ethernet only - I lost my wireless feature - help

    Did it ever work?

  • Is It Possible For 2 Tiger Equipped Macs To Communicate Via Ethernet ?

    My eMac has Tiger and my iMac Panther. They are connected with ethernet cables via a Netgear Wireless Router/Modem.
    Originally when they were BOTH Panther equipped, each one could communicate with the other (Go>Connect to Server).
    After I upgraded my eMac to Tiger, because of Tiger's limitations, I could only communicate one way - from my Panther iMac.
    If I upgrade my iMac to Tiger will I be left with no ethernet communication?
    If so, is there any simple workaround, other than using Target Disk Mode or buying plugin USB wireless connections?
    Ian.

    .................EGG ON MY FACE !.................
    I have found the answer to my problem in the Help Menu!
    However, before you curse me, I would like to say that I read somewhere that Tiger did not support ethernet connections and from the moment I installed Tiger, sure enough, the connection could NOT be made from eMac to iMac.
    It would work from iMac (Panther) to eMac (Tiger), which is what I had also read - so that seemed that! I assumed it would be useless to search Help. So why have I just done it now? Who knows?
    The way I had always made my connections was Go>Connect to Server>Connect and then enter the password etc.
    However, in the Help Menu it details a slightly different method:-
    "On one of the computers, choose Go > Connect To Server and then click Browse.
    Double-click the other computer in the window and enter your password, if necessary".
    Voila! It works both ways just as it always did!
    I cannot remember where I read that the Tiger to Panther connection would not work, but if anyone knows I would certainly like to read it again!
    Ian.

  • Using AEBS with non-wireless Mac mini to connect with modem wirelessly

    Daughter has a Mac mini w/o wifi on 2nd floor and DSL wifi modem which must be located on 1st floor. Due to other old computer, modem is configured to 64-bit WEP for wireless.  Want to add mini to her network.  (I've discovered that 40-bit mode on AEBS is really 64-bit mode.)
    I'm trying to use a new Airport Extreme Base station by connecting mini to AEBS via Ethernet cable.  Then I'm hoping to configure AEBS to connect to the DSL modem wirelessly - don't know if that is possible.  I tried setting AEBS to "join a wireless network".  It finds the DSL network, so I enter the modem's password. I've then gone through a number of configurations on AEBS but each time, when AEBS restarts, it doesn't get out of yellow blinking light or (on one try if I recall correctly) I got the green light - but then Airport Utility is never able to find AEBS and I end up starting from scratch by resetting AEBS.
    1) Can I even use AEBS to connect to a wireless network and have a Mac wired to it so the Mac can reach the Internet?
    2) if yes, what wireless mode should I set AEBS to?  What other settings do I need to get right?
    Thanks

    This is a "n" version of AEBS.
    Please refer back to the previous posts. I was talking about an AirPort Express (AX) as the device that has this special feature.
    Ironically, the less expensive AirPort Express will do what you want with a special feature that allows it to "join" a wireless network and then enable the Ethernet port.
    If you have an AirPort Express 802.11n, I will post the steps for you if you want them.

  • Modem/Wireless Router: Connection

    Hi all. I'm looking into purchasing a modem/wireless router combo. I only have one computer (laptop), so I would mainly use the router in order to connect throughout my house without wires.
    1.) Everything I read about routers mentions connecting the router to one computer so other devices can access the signal. What if I only have one computer? Will the router/modem work on its own without being wired to any devices?
    2.) Can I use the router/modem combo with the wireless option turned off? Can I connect through an ethernet cable directly when I want to?
    Thanks in advance!
    BK

    1). Yes, although you'll have to connect to the modem through an ethernet cable at first to set everything up.
    2).  That depends on the make and model of your modem/wireless router.  Some offer the fucntion of turning the radio off. Many do not offer this fucntionality.
    If you find my post useful or informative, please click the icon below with the plus sign and star to give kudos. Thank you!

  • Modem/wireless router choice

    My current setup is DSL to Westell modem, ethernet to Airport Extreme(n), ethernet from AE to Dell desktop, and AE wirelss to MBP. Yesterday my modem crashed, so what I'd like to do is get a modem/wireless router combo (DSDL-2???) that still allows my PC to be connected via ethernet(no wireless card on PC) and then set up the AE to extend the wireless signal from the new wireless router. Can anyone recommend a particular brand and/or setup for a good quality modem/wireless router that would me the needs stated above?

    ...what I'd like to do is get a modem/wireless router combo (DSDL-2???) that still allows my PC to be connected via ethernet(no wireless card on PC) and then set up the AE to extend the wireless signal from the new wireless router.
    That is not possible. the AirPort Extreme base station (AEBS) will only wirelessly extend a network if that network is created by another AEBS, an AirPort Express (AX), or a Time Capsule.
    None of Apple's base stations, including the Time Capsule, can act as a modem. They all require an Ethernet connection to the internet.

  • I acquired an airport express to extend my cable modems wireless signal, BUT having difficulty getting set up.

    Having trouble getting set up.  I'm trying to set up airport express to extend my existing wireless network, so i can get a better signal for my iPad at the other end of the house.  I can get a green light on the airport device , but signal is still weak.  How do I tell if apple express has been properly set up.  Does the apple express need to be connect via ethernet to my cable modem (either for set up or to operate properly)?

    I'm trying to set up airport express to extend my existing wireless network
    If you are trying to "extend" using wireless only, Apple's "extend a wireless network" feature is a proprietary design that is designed to only work with other Apple routers.
    It would be extremely unlikely that the Express could be configured to "extend" a wireless signal from a 3rd party modem/router or gateway.
    More likely, the Express has been set up to "join" the wireless network. It does not provide any additional wireless signal in this type of configuration, which is designed for use with AirPlay.
    I can get a green light on the airport device , but signal is still weak.  How do I tell if apple express has been properly set up.
    If you have a Mac laptop handly, you can perform a quick check to see if the Express is actually "extending" the signal.
    Locate the laptop near your main router. Hold down the option key on the Mac and click on the fan shaped AirPort icon at the top of the screen. Look for the BSSID and jot down the least few numbers for identification.  The BSSID is actually the AirPort ID of the device to which your Mac is connected at that time.
    Now move the laptop close to the AirPort Express and perform the same check,  If you see the same BSSID, this confirms that the laptop is still connecting to your main router's wireless signal...and the AirPort Express is not "extending" the wireless signal.
    If the Express is "extending", you will  of course see a different BSSID when you perform the check.
    Post back on your results, so we will know how best to proceed if you want to configure the Express to provide more wireless coverage. It will help if you can provide the make and model number of your "modem", which is likely a combination modem/router or gateway type of device.

  • Can signal from ethernet cable from DSL modem be split? to AX and G4

    Due to desktop airport going blind to wireless base station AX, want to give it ethernet feed from DSL modem, same time as continuing to connect the AX base station which will serve other computers? What is the best splitter if there is such a thing (analogous to a phone or cable tv splitter)?

    There is a product you can use to share an internet connection, most likely
    w/ high-speed (dsl/cable) and it is generally known as a cable/DSL internet
    router -- some have 4 or 8, etc port switches. I'm not sure which one to get
    or exactly how they work. I did find some additional products and ideas in
    a search: [ DSL Cable internet switch router share internet ]
    They have wired models and also wireless ones. To retain your own AX
    unit, you'd probably want a (wired) ethernet model. I'd be willing to bet
    some of the wireless ones have a pass-through port so a wired computer
    could be used, too. There are several models out there; LinkSys and others.
    Best of luck in isolating the correct product and then configuring a system!

  • A modem/wireless router in one, Airport Exreme and Express...oh my, help!

    Hi,
    I'm upgrading to a faster internet connection (ADSL2, 22MB) and my ISP is forcing me to buy a modem from them for the upgrade to go through (connection price will be the same as my current 8MB ADSL charge). Now, the one and only modem they have on offer is the Netgear DG834GT ( http://www.dsl-warehouse.co.uk/product.asp?pr=DG834GT for more info ).
    This modem is a wireless router and modem in one. My problem is, I already have an AirPort Extreme base station, along with an AirPort Express station (as a WDS to cover the parts of my house which Extreme alone can't cover). So if I get this Netgear modem which is a wireless router as well, is it possible I can STILL use my current setup of Extreme and Express? Surely, if AirPort Extreme alone can't cover my house, this Netgear modem can't manage it on its own. What I want to know is, will I be able to switch off the wireless signal on the Netgear modem once I get it and connect AirPort Extreme through one of the ethernet ports on the modem to act as my wireless router? That way, I can set up AirPort Express as a WDS. There shouldn't be any technical limitations or some kind of block from allowing me to do this, right?
    Thanks.

    Yes, you certainly can connect your existing Airport Extreme Base Station (set up as a WDS main base station) to one of the LAN ports on the DG834GT. You would want to disable the router built into the Airport Base Station by unchecking the setting to "Distribute IP addresses" found under the Network tab of the Airport Admin Utility. When doing so, ignore any warning messages about doing so on a Base Station set up for WDS. After doing this, pull power from the Airport Express to force it to reboot and restart all wireless Macs.
    As for the DG834GT itself you could disable its wireless transmitter if possible, and if not just turn its power down to the minimum. However, you might first see what sort of range you get with just the DG834GT - it is possible that it might succeed in providing all the wireless coverage you need.

  • Connecting a powerbook G3 to the internet via ethernet and a DSL modem. Does the G3 have the ability to do this?

    I am trying to connect an older powerbook G3 (M4753) to the internet via ethernet and a DSL modem. Does the G3 have the ability to do this? I'm having alot of trouble. G3 Dialog box states the DHCP server will populate IP address, etc. It does not. The G3 also insists I enter the DHCP client ID.

    Anything useful in the following articles?
    http://support.apple.com/kb/TA20782
    http://support.apple.com/kb/TA20785
    Jan

  • Out of the blue, my ITouch is unable to access my wireless network ONLY when my PC has been turned on (PC is connected via Ethernet cable, and has no wireless capability as far as I know).  What gives?  It works fine when the PC is off.

    Out of the blue, my ITouch is unable to access my wireless network ONLY when my PC is on (the PC is connected via Ethernet cable, and has no wireless capabilities that I know of).  What gives?  When the PC is turned off, everything is totally fine.  I\m stumped. 

    Does the iOS device connect to other networks?
    Does the iOS device see the network?
    Any error messages?
    Do other devices now connect?
    Did the iOS device connect before?
    Try the following to rule out a software problem:                 
    - Reset the iOS device. Nothing will be lost
    Reset iOS device: Hold down the On/Off button and the Home button at the same time for at
    least ten seconds, until the Apple logo appears.
    - Power off and then back on your router
    .- Reset network settings: Settings>General>Reset>Reset Network Settings
    - iOS: Troubleshooting Wi-Fi networks and connections
    - Wi-Fi: Unable to connect to an 802.11n Wi-Fi network       
    I suspect a problem with your router. Try changing the security. First use no security as a test.
    - iOS: Recommended settings for Wi-Fi routers and access points
    - Restore from backup. See:
    iOS: How to back up
    - Restore to factory settings/new iOS device.
    If still problem and it does not connect to any networks make an appointment at the Genius Bar of an Apple store since it appears you have a hardware problem.
    Apple Retail Store - Genius Bar

Maybe you are looking for