Ethernet + application

Hello

I have the problem. I use the application (examples) with connetion through ethernet to my Daq. And it works.

Then, I create this application (exe file). There are only 3 files in the build directory. There are of course on the destination computer LVRTE2011f3std.exe installed.

When I run this application on the destination computer, she wanted a library file (dll files). I don't understand this.

I have another question: I can (or should I) install 'measurement & automation explorer' on the destination computer (for this application to work)?

Is there a tutorial when "application building" is described?

You have installed the DAQmx drivers on the computer running the .exe.  The runtime is not enough.

Tags: NI Software

Similar Questions

  • CNVString - send strings of a PXI chassis by ethernet to an application of labWindows on another computer

    I have a PXI chassis with a PXI-8101 controller. It is equipped with a system of operating in real time. I connect to it on a PC with a Windows operating system. I am trying to send my PXI system variable length string messages to my PC.

    On the PC, I have a LabWindows application that allows you to send and receive data with the PXI system. I'm trying to send the PXI system error messages to the PC on ethernet. I am able to send digital data between them, but not the string messages. The PXI software meets the CNVCreateArrayDataValue() function call and not to her, but never returns. There only have this problem when the CNVDataType parameter is CNVString; When I change the CNVDataType to CNVBool it doesn't have this problem. I'm new on this time real PXI so would appreciate the help. Here is the code on my PXI system that sends these text messages.

    At the beginning of the RTMain, I create the writer

    CNVCreateBufferedWriter ("\\\localhost\\system\\" REG_CAL_ERROR_STRING, 0, 0, 0, 64, 5000, 0, & gErrorPublisher);

    Then I call a function with a string in the list of parameters:

    void SendRT_ErrorMessage (char * message)

    {

    Data CNVData = 0;

    int error;

    error_str char [256];

    int i;

    char out_str [ERROR_STRN_SIZE * 4];

    strcpy (out_str, message);

    size_t arrayDims = ERROR_STRN_SIZE;

    arrayDims = strlen (message) + 1;

    error = CNVCreateArrayDataValue (& data, CNVString, out_str, 1, & arrayDims);

    If (error<>

    {

    strncpy (error_str, CNVGetErrorDescription (error), 256);

    }

    CNVPutDataInBuffer (gErrorPublisher, data, 1000);

    CNVSetArrayDataValue (data, CNVString, out_str, 1, & arrayDims);

    CNVPutDataInBuffer (gErrorPublisher, data, 1000);

    CNVDisposeData (data);

    }

    Change this:

    public static void CVICALLBACK ErrorMessageCallback(void * handle, CNVData data, void * callbackData)
    {
    char message [ERROR_STRN_SIZE];

    CNVGetScalarDataValue (data, CNVString, & message);
    (void) SetCtrlVal (panelHandle, PANEL_TEXTBOX_DEBUG_MSG, "got something\n");
    (void) SetCtrlVal (panelHandle, PANEL_TEXTBOX_DEBUG_MSG, message);
    (void) SetCtrlVal (panelHandle, PANEL_TEXTBOX_DEBUG_MSG, "\n");

    CNVDisposeData (data);

    }

    To do this:

    public static void CVICALLBACK ErrorMessageCallback(void * handle, CNVData data, void * callbackData)
    {
    char * message;

    CNVGetScalarDataValue (data, CNVString, & message);
    (void) SetCtrlVal (panelHandle, PANEL_TEXTBOX_DEBUG_MSG, "got something\n");
    (void) SetCtrlVal (panelHandle, PANEL_TEXTBOX_DEBUG_MSG, message);
    (void) SetCtrlVal (panelHandle, PANEL_TEXTBOX_DEBUG_MSG, "\n");

    CNVDisposeData (data);

    }

    You also need to add CNVFreeMemory to free the memory allocated for the string.

  • Data transfer Ethernet fails on deployed Application RT

    I wrote a TCP/IP client that interacts with a TCP/IP server on a LAN (cable). I've developed this during a few months on LabVIEW 2014 (no SP1) targeting a cRIO9068 chassis.

    Development went very well, never had any problem Ethernet flaky with LabVIEW. Once I got all the balls I have deployed and went out of the factory.

    Ethernet connects at the factory, but no data is transferred. Puzzled, I reconnected my LabVIEW Development for the chassis machine, opened the project from which the application has been deployed and ran from the project. This works. I see this behavior on the original chassis also, so I have two chassis, which work with the development environment but do not work when it is deployed.

    What's up with that? All ideas appreciated, I can't on this topic in these forums or a general search on Google.

    Thank you

    Bill

    The problem was caused by the execution of the first level VI is the reentrant value framework. I put it to not reentrant.

    With the help of the key has been

    netstat - a

    I saw that demand had several ESTABLISHED connections where alone should be possible.

    Along the way I cleaned up my code a little, but the root cause was multiple instances of the application currently running on the cRIO. If the boot vi is reentrant and then you get an instance when the material starts or restarts, then you get another instance when you launch the front panel on the web. Instead of the Panel connection to the program running, another one is started.

    During the execution of the development environment, that this does not happen. The development environment requires a single run on the top-level vi.

    A shout-out to the people of software OR: a small warning: 'several instances of the program can execute because the first level VI is reentrant' to the start of construction, and add something Panel documentation as "Connect a remote panel based on the web in a VI environment level a second copy of the top-level VI will call" would have saved me a day...

    See you soon,.

    Bill

  • "MB Ethernet Slave Demon.vi" connection lost when opening a windows dialog box in my application

    Hello everyone,

    I am currently working on a LabVIEW application that communicates with a PLC using a Modbus Protocol (with an ethernet cable). The PLC is the master and the PC is the slave.

    The code is based on the Modbus of LabVIEW examples: "MB Ethernet example Master.vi, MB Ethernet example Slave.vi and MB Ethernet slave Demon.vi. It is not the first time I use it.

    But I recently discovered a problem. In my application, I have a pop-up with a button that opens a windows dialog box to select a result file.

    When the windows dialog box opens, the "MB Ethernet Slave Demon.vi" crashes (I put a meter inside to see what happened and it stops at the moment opens the dialog box), then when I close the dialog box, the counter continues to count, the connection ID is empty, and the number of the demon slave VI connection resets to 0. When communication is re-established between the PC and PLC (like 10 seconds after the closure of the dialog box), the number of connection go to 1 and table of login ID is no longer empty.

    Otherwise, the communication works very well. But not when the dialog box opens and is a significant problem for me because the user must be able to open results file during production that needs the Modbus communication at work because it's the controller who gives orders the computer to run the production cycle.

    Thanks in advance for your help.

    If you think that the problem is inside the library NI Modbus (old), why don't you use the most recent which is available on the network of tools? Link is here: https://decibel.ni.com/content/docs/DOC-30140

    Looking into some of the screws in the library, she uses methods of Server VI as "Run a VI" that will perform the loop of the root, as it crashes while the file dialog is open. I suspect that the new version of the library is not the problem.

  • Secure Ethernet host application.

    Is it possible to host a single folio on an internal Ethernet secure application?

    If you have a DPS license, you can create a simple editing via App Builder application and then distribute it in-house using the company's distribution (if you have a business with Apple account). The application resulting will be autonomous and is available inside your company.

    Neil

  • Satellite S50D-to-10F - application of Ethernet connection

    Hello

    I have problems connecting to the internet using a wired connection.
    I don't get a connection when connected to my laptop computer directly into the modem via an Ethernet cable.

    I installed a new driver Atheros (version 2.1.0.21) found via the download page for the driver on the Toshiba site, but appears not to have had any effect.

    I use Windows 8.1 and have double checked that it is not the cable or modem that is causing the problem.

    Any help is greatly appreciated.

    Thanks for the comments.

  • Windows 98 not reconizing card ethernet from another application what to do

    How can I get windows 98 to recognize a card ethernet to another version?

    Hello

    I wish to inform you that, Support for Windows 98 ended.

    I suggest that you follow the below mentioned link see the information on the life cycle of the product.

    http://support.Microsoft.com/lifecycle/?ln=en-us&P1=6898&x=11&y=14

    I hope that helps!

  • How to connect an external device via an Ethernet cable with iPad Air?

    I need to connet to my iPad, a digital mixing console THE Behringer X Air xr18.

    LLA WiFi connection e/s is not overall durin live so I need to use the Ethernet cable.

    You can not unless someone makes a dongle, but even in this case an application had to talk with the dongle do not believe that a dongle could add something like kernel as a new network interface which could access normal applications

  • Should the Apple TV be wifi to pair the remote app? It can use Ethernet instead?

    I was unable to get the new application Apple TV to pair with my iOS devices. Or see the other. I have Apple TV via the Ethernet cable is plugged in (4th gen). It has network and internet access very well. Must be on wifi to sail with an iPhone or an iPad? Google searches have turned up nothing so far.

    Thank you!

    Apple TV can be on wifi or ethernet, it makes no difference. However, they need to be on the same network.

  • Ethernet port on iMac 2013 does not connect

    iMac 2013 WiFi works, but slow (25 to 40 Mbps off potential 250 + Mbps. Somedays as fast as 179 Mbps wifi, but not lately) router misplacement slows me down and very hard to change the location of the router. Ethernet cable is good. Cable used to work with the iMac, but now it does not work. Not sure if hardware problem, or if the updates of the AOS has caused. Same cable works always with older macBook and iMac. 270 Mbps with the cable connected to the MacBook. A detailed visual inspection of the port does not bent pins. New looks.  Ports of the router has changed. Changing cables. Reset the router. You wonder if El Capitan or other updates might close port? How to re-enable?

    OS X El Capitan to 10.11.5

    iMac 21, 5 - uh 213

    Processor Intel Core i5 at 2.7 GHz

    8 GB 1600 MHz DDR3

    Broadcom 57766-A1:

    Name: ethernet

    Type: Ethernet Controller

    Bus: PCI

    Vendor ID: 0x14e4

    Device ID: 0 x 1686

    Subsystem Vendor ID: 0x14e4

    Subsystem ID: 0 x 1686

    Revision ID: 0x0001

    Width of the link: x 1

    BSD name: en0

    Kext name: AppleBCM5701Ethernet.kext

    Firmware version: 57766a - v1.13, 0x010e63c4

    Location: /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AppleBCM570 1Ethernet.kext

    mDNS capable unloading: 68:5 b: 35:7e:f8: ff

    Version: 10.2.0

    In addition, Apple Support recognizes that they broke the Ethernet Ports and suggest that if we:

    "Kernel Extension Configuration Data incompatible Version 3.28.1" we can fix it by going to the command line entries.  However, this version is not on my computer. I have 3.28.2 since 29/02/16 and articles 3.30.1 06/04/16 and 17/04/16.

    They say on the following link:

    If the Ethernet on your Mac has stopped working recently - Apple supports

    If you can connect to Wi - Fi, follow these steps to update to version 3.28.2

    1. Open the activity monitor, located in the Utilities folder of the Applications folder.
    2. Select the CPU tab in the activity monitor, and then type "up-to-date" in the search field. The process of softwareupdated should now be the only listed element.
    3. Open the Terminal application, which is also in your Utilities folder.
    4. Enter this command in a Terminal to upgrade to the current version of the extension of the "Incompatible Kernel Extension Configuration Data" kernel:

      sudo softwareupdate --background

    5. Enter the admin of your OS X user account password when prompted.
    6. Switch to the activity monitor. When using the processor (CPU %) of the process softwareupdated is reset, the extension of the core must be updated.
    7. Select restart in the Apple menu to reboot your Mac.

    I prefer not to do that since I could break it's worse and I 3.28.2 and beyond.

  • My school's Web sites will not load on wifi but most except this one works with ethernet connection

    I have a macbook in 2007 and went to school. Last week, we got our connections and what not and can surf the internet completely fine with the exception of our email, our course Web site and portal to all these things. These websites won't even load, so I can never put in my credentials. I then plugged in ethernet and everything worked except for the portal site. The error message that I always get "Firefox can't establish a connection to the server." I spoke with some computer scientists and that they had no idea of what could be done.

    A treat at random, it's that he actually responsible yesterday at a random time but the minute it X'ed out of it (not even exit the application) it didn't work anymore. The site is https://socrates.med.psu.edu

    Any ideas on what I can do in firefox or here the beats hurt?

    Thank you

    Try disabling IPv6 in Firefox.

    You can also try to reset (power off / on) of the router.

  • New MBP affected by frequent kernel panics and crashes application

    New MBP affected by frequent kernel panics and application crashes.

    If anyone can identify which can cause a kernel panic, I would be very grateful.  Latest kernel panic today documented report below

    I already finished the Apple data download procedure with an analyst, and she communicated its engineers did not respond with anything out of the ordinary, but something's not someone. I have also reinstalled the operating system twice. Sincerely appreciated.

    OS X 10.11.3

    MacBook Pro (retina, 13 inches, early 2015)

    2.9 GHz Intel Core i5

    8 GB 1867 MHz DDR3

    Intel Graphics Iris 6100 1536 MB

    SN: C2QQ505FGKJN

    =========START===================

    Anonymous UUID: 02C55208-70BF-B4CC-FA7C-EE0BDA6D81FC

    Fri may 6 13:24:41 2016

    Panic report *.

    panic (the appellant 2 cpu 0xffffff801af6829c): has no validity mbuf: mbuf 0xffffff811ea9dc00 len - 13 type 1 flags 0 x 2 data 0xffffff811ea9dcb6 rcvif 5 ifflags 0 x 8863

    Backtrace (2 CPU), Frame: Return address

    0xffffff8124bc3e20: 0xffffff801acdf792

    0xffffff8124bc3ea0: 0xffffff801af6829c

    0xffffff8124bc3f60: 0xffffff801af6aea9

    0xffffff8124bc3fb0: 0xffffff801adccf77

    Corresponding to the current thread BSD process name: kernel_task

    Mac OS version:

    15 D 21

    Kernel version:

    15.3.0 Darwin kernel version: Thu Dec 10 18:40:58 PST 2015; root:XNU-3248.30.4~1/RELEASE_X86_64

    Kernel UUID: DECC9F02-27D7-31F0-9599-A9EF2873902C

    Slide kernel: 0x000000001aa00000

    Text of core base: 0xffffff801ac00000

    Text __HIB base: 0xffffff801ab00000

    Name of system model: MacBookPro12, 1 (Mac-E43C1C25D4880AD6)

    Availability of the system in nanoseconds: 98155089309514

    last load kext to 90992427425984: com.asix.driver.ax88772 1.4.0 (addr 0xffffff7f9d833000 size 61440)

    Finally unloaded kext to 90128671005251: com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1 (addr 0xffffff7f9be69000 size 32768)

    kexts responsible:

    com.asix.Driver.AX88772 1.4.0

    jp.plentycom.driver.SteerMouse 4.2.6

    8.2 com.microsoft.driver.MicrosoftMouseUSB

    8.2 com.microsoft.driver.MicrosoftMouse

    com Apple.filesystems.smbfs 3.0.0

    com Apple.filesystems.autofs 3.0

    com.apple.driver.AudioAUUC 1.70

    com.apple.driver.AGPM 110.20.22

    com.apple.driver.ApplePlatformEnabler 2.6.0d0

    com.apple.driver.X86PlatformShim 1.0.0

    com.apple.driver.AppleOSXWatchdog 1

    com.apple.driver.AppleGraphicsDevicePolicy 3.7.7

    com.apple.driver.AppleUpstreamUserClient 3.6.1

    com.apple.driver.AppleHDA 272.51.3

    com Apple.Driver.pmtelemetry 1

    com.apple.iokit.IOUserEthernet 1.0.1

    com.apple.driver.AppleIntelBDWGraphics 10.1.2

    com.apple.driver.AppleBacklight 170.8.8

    com.apple.driver.AppleLPC 3.1

    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport 4.4.3f4

    com.apple.driver.AppleSMCLMU 208

    com.apple.driver.AppleMCCSControl 1.2.13

    com.apple.driver.AppleIntelBDWGraphicsFramebuffer 10.1.2

    com.apple.iokit.IOBluetoothSerialManager 4.4.3f4

    com.apple.Dont_Steal_Mac_OS_X 7.0.0

    com.apple.driver.AppleHV 1

    com.apple.driver.AppleIntelSlowAdaptiveClocking 4.0.0

    com.apple.driver.AppleCameraInterface 5.41.0

    com.apple.driver.AppleThunderboltIP 3.0.8

    com.apple.driver.AppleUSBCardReader 3.7.1

    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1

    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0

    com.apple.BootCache 38

    2.8.5 com.apple.iokit.IOAHCIBlockStorage

    com.apple.driver.AppleAHCIPort 3.1.8

    com.apple.driver.AppleTopCaseHIDEventDriver 86

    com.apple.driver.AirPort.Brcm4360 1020.17.1a1

    com.apple.driver.AppleRTC 2.0

    com.apple.driver.AppleSmartBatteryManager 161.0.0

    com.apple.driver.AppleACPIButtons 4.0

    com.apple.driver.AppleHPET 1.8

    com.apple.driver.AppleSMBIOS 2.1

    com.apple.driver.AppleACPIEC 4.0

    com.apple.driver.AppleAPIC 1.7

    com Apple.NKE.applicationfirewall 163

    com Apple.Security.Quarantine 3

    com.apple.security.TMSafetyNet 8

    com.apple.driver.usb.AppleUSBHub 1.0.1

    com.apple.driver.usb.AppleUSBHostCompositeDevice 1.0.1

    com.apple.driver.IOBluetoothHIDDriver 4.4.3f4

    com.apple.iokit.IOUSBHIDDriver 900.4.1

    com.apple.driver.usb.IOUSBHostHIDDevice 1.0.1

    com Apple.kext.Triggers 1.0

    com.apple.driver.DspFuncLib 272.51.3

    com.apple.kext.OSvKernDSPLib 525

    com.apple.driver.AppleGraphicsControl 3.12.6

    com.apple.driver.AppleBacklightExpert 1.1.0

    com.apple.iokit.IONDRVSupport 2.4.1

    com.apple.iokit.IOSurface 108.0.1

    com.apple.driver.AppleHDAController 272.51.3

    com.apple.iokit.IOHDAFamily 272.51.3

    com.apple.iokit.IOAudioFamily 204.3

    com.apple.vecLib.kext 1.2.0

    com.apple.driver.X86PlatformPlugin 1.0.0

    com.apple.driver.IOPlatformPluginFamily 6.0.0d7

    com.apple.iokit.IOBluetoothHostControllerUSBTransport 4.4.3f4

    com.apple.driver.AppleSMBusController 1.0.14d1

    com.apple.AppleGraphicsDeviceControl 3.12.6

    com.apple.iokit.IOAcceleratorFamily2 205,1

    com.apple.iokit.IOGraphicsFamily 2.4.1

    com.apple.driver.AppleSMC 3.1.9

    com.apple.driver.CoreCaptureResponder 1

    com.apple.iokit.IOSlowAdaptiveClockingFamily 1.0.0

    com.apple.iokit.IOSerialFamily 11

    com.apple.iokit.IOSCSIBlockCommandsDevice 3.7.7

    com.apple.iokit.IOUSBMassStorageDriver 1.0.0

    com.apple.iokit.IOSCSIArchitectureModelFamily 3.7.7

    com.apple.iokit.IOBluetoothFamily 4.4.3f4

    com.apple.driver.CoreStorage 517.20.1

    com.apple.iokit.IOAHCIFamily 2.8.1

    com.apple.driver.AppleThunderboltDPInAdapter 4.1.3

    com.apple.driver.AppleThunderboltDPAdapterFamily 4.1.3

    com.apple.driver.AppleThunderboltPCIDownAdapter 2.0.2

    com.apple.driver.AppleHIDKeyboard 181

    com.apple.driver.AppleMultitouchDriver 304.10

    com.apple.driver.AppleHIDTransport 5

    com.apple.driver.AppleHSSPIHIDDriver 41.7

    com.apple.driver.AppleThunderboltNHI 4.0.4

    com.apple.iokit.IOThunderboltFamily 5.1.0

    com.apple.iokit.IO80211Family 1110.26

    com.apple.driver.mDNSOffloadUserClient 1.0.1b8

    com.apple.iokit.IONetworkingFamily 3.2

    com Apple.Driver.corecapture 1.0.4

    com.apple.driver.AppleHSSPISupport 41.7

    com.apple.driver.AppleIntelLpssSpiController 2.0.59

    com.apple.driver.AppleIntelLpssGspi 2.0.59

    com.apple.driver.usb.AppleUSBXHCIPCI 1.0.1

    com.apple.driver.usb.AppleUSBXHCI 1.0.1

    com.apple.driver.AppleIntelLpssDmac 2.0.59

    com.apple.iokit.IOUSBFamily 900.4.1

    com.apple.iokit.IOUSBHostFamily 1.0.1

    com.apple.driver.AppleUSBHostMergeProperties 1.0.1

    com.apple.driver.AppleEFINVRAM 2.0

    com.apple.driver.AppleEFIRuntime 2.0

    com.apple.iokit.IOHIDFamily 2.0.0

    com.apple.iokit.IOSMBusFamily 1.1

    com Apple.Security.sandbox 300.0

    com.apple.kext.AppleMatch 1.0.0d1

    com.apple.driver.AppleKeyStore 2

    com.apple.driver.AppleMobileFileIntegrity 1.0.5

    com.apple.driver.AppleCredentialManager 1.0

    com.apple.driver.DiskImages 417.2

    com.apple.iokit.IOStorageFamily 2.1

    com.apple.iokit.IOReportFamily 31

    com.apple.driver.AppleFDEKeyStore 28.30

    com.apple.driver.AppleACPIPlatform 4.0

    com.apple.iokit.IOPCIFamily 2.9

    com.apple.iokit.IOACPIFamily 1.4

    com.apple.kec.Libm 1

    com Apple.KEC.pthread 1

    com Apple.KEC.corecrypto 1.0

    System profile:

    Airport: spairport_wireless_card_type_airport_extreme (0x14E4, 0 x 133), Broadcom BCM43xx 1.0 (7.21.94.136.1a1)

    Bluetooth: Version 4.4.3f4 16616, 3 services, 27 aircraft, 1 incoming serial ports

    Bus crush: MacBook Pro, Apple Inc., 27.1

    Memory module: DIMM0/0 BANK, 4 GB DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544

    Memory module: DIMM0/1 BANK, 4 GB DDR3, 1867 MHz, 0x80AD, 0x483943434E4E4E424C54414C41522D4E5544

    USB device: USB 3.0 Bus

    USB Device: Card reader

    USB Device: USB Bluetooth host controller

    USB device: USB 2.0 Hub

    USB device: AX88772C

    USB device: Microsoft¬ae Comfort Mouse 4500

    Serial ATA Device: APPLE SM0512G, GB 500,28 SSD

    Model: MacBookPro12, 1, MBP121.0167.B16 of BootROM, 2 processors, Intel Core i5, 2.9 GHz, 8 GB, MSC 2.28f7

    Service network: Ethernet, 2 USB, Ethernet, 5

    Network service: Wi - Fi, AirPort, en0

    Graphics card: Intel Graphics Iris 6100 6100, integrated Intel Iris graphics card

    Rid the MBP asix device and files and see if the panic stop.

    Ciao,.

  • Slow to initialize at startup Ethernet

    Lately, at the start, my mac connects to the network. It is wired for good than ethernet, but for some reason it takes a long time for the internet initialize; Sometimes the minutes. No problems one after the connection is established and AHT has not revealed internal hardware problems. Below are the specs for my machine. I use a modem arris and an Airport Extreme. Don't know if the problem is in the router and do not know how to test that. The delay seems to increase over time. Advice?

    Network Utility.app (included on your Mac) can show you the speed and meter real connection to any network connection error.

    If this is not present in

    / Applications/utilities

    It is located in:

    / System/Library/CoreServices/Applications

    Your connection should be at the expected speed and there should be no more than a handful of initial errors and no reason continues to errors.

    .

  • AppleTV pairs with the watch but subsequently does not appear in the application of the watch.

    I have 2 AppleTV, a connected by wifi, domestic one on the LAN by ethernet.  Those on ethernet not showed as a selection on the application of the monitoring, so I "added feature" on the application Remote, the Apple Watch appeared in the matching section of the AppleTV remote and was easily matched.

    But even if the AppleTV can see the watch for matching it still does not offer as one of the selections, just connected wifi AppleTV and my iTunes home sharing.

    Just rebooted, removed and re-paired the watch with the ethernet connected AppleTV and still it is not offered as an option in the Remote app.

    How could he be watch for matching and not for actual use?

    Hi Bob

    Guidelines for the use of Apple Watch as a remote for Apple TV Apple inform that this is possible when the devices are connected to the same Wi-Fi network:

    "You can use Apple Watch as a remote control for your Apple TV, when you are connected to the same Wi - Fi network."

    More information:

    Use Apple Watch as a remote for iTunes or Apple TV - Apple Support

  • HP Pavilion Elite 235f: Ethernet Driver missing after WIndows Update 10

    Our desktop shipping computer got the update of windows 10 and now it cannot connect to the internet.

    The troubleshooting page says that it cannot find the driver of internet card.

    Help!

    Hello:

    The only suggestion I can offer would be to try the W10 Realtek ethernet controller driver from the link below.

    1 driver on the list.  Download, unzip and run the installation application.

    http://www.Realtek.com.tw/downloads/downloadsView.aspx?langid=1 & PNid = 13 & PFid = 5 & Level = 5 & Conn = 4 & DownTypeID = 3 & getdown = false

Maybe you are looking for

  • How to create a desktop shortcut icon for sites that I use a lot

    until I started using firefox, I used to be able to right-click on any site I used and the possibility of creating a desktop for a firefox shortcut icon does not seem to allow this am - I missed something else I can try-i find it very useful shortcut

  • New iPad 9.7 Pro smart cover feels cheap toxic plastic

    Feel a little ripped off having bought a product 'Pro '. All this experience on their new 'pro '?

  • Is anyway to manually day time / play count in iTunes 12.3?

    I have just updated several old albums (but preferred) with a higher throughput, better quality versions. But in doing so, the lower bitrate versions now have been removed and so I lost all references the number of times individual tracks had been pl

  • How can I connect my 24 "LED TV to my computer.

    Laptop computer connection TV I want to connect my 24 "LED TV to my computer.  I bought a VGA cable and connected the two.  I can get the background image to display on the TV.  How to make programming online show and get the sound.  I connected soun

  • Laptop 15 r-201TX: help me with drivers WLAN

    Hello. I use HP Notebook 15 R-201TX The problem is with the drivers. On the site I found similar drivers appears twice. I don't know that one to download. There are two listed Broadcom WLAN drivers and another Qualcomm also, when I chose my model. Wh