How to send 0 logic, logic 1 to labview wireless?

Hi all

I'm a starter of labview.

Now that I'm trying to do is build a button, and when someone presses the button, the labview can receive logic 1 as 'true '.

I know that this kind of communication of the key to the labview can be done by using the serial port, but for my case, I want it to be wireless, which means that the button signal can be sent to labview wireless.

The middle between the button and labview is ZigBee.

No one knows how to do?

Hi no,

the question is: what kind of ZigBee receiver do you use?

LabVIEW is a programming language, not a type of hardware to receive WiFi signals...

Once you sort the necessary equipment, you can determine the port (PC) to get the signal into the computer. LabVIEW is able to access (almost) all ports of a standard PC...

@muks:

You don't think a white paper on the tests of the transceivers of ZigBee is a kind of overkill for this request?

Tags: NI Software

Similar Questions

  • How to send the picture of u with labview

    Hello

    How to send table unsigned 32-bit via UDP.

    How to convert the 32-bit unsigned byte array table.


  • How to send and receive a trigger on Labview signal?

    Hello

    I use a PCI-6221 card with a SCXI box to control a system.

    I want to send and to receive a signal system which I use another system, which is not a system of NOR, to start and stop processes both sampling on both systems.

    Someone knows how to do this in labview?

    Thanks for your help in advance,

    Its up to you. Which ever you feel is best. If you're new to it so better use assistant DAQ & then convert as in source code & learn things.

    If you still need help, you can send the same.

    Congratulations are welcome. Don't forget to close the thread of "accepting" the solution

  • How to send content from a HP OJ 6500 wireless printer queue to another queue of JO 6000 HP wireless?

    Sent several items to print on the HP OfficeJet 6500 from my laptop, then it crashed (dead printhead). I don't have access to these sources any longer, so I need to send/copy the content in the file print from the queue of the 6000 6500's. Any ideas?

    Unfortunately there is no way to "switch" elements of a print to another queue. My recommendation is leave those in the queue of the printer until the print head can be replaced, or find the originals of these documents and return them to the JO 6000.

    Once a document is sent to the printer, it is allocated and passed by this driver, and each driver is unique. You need to run the query using the software of 6000 and you should have no problem to print these documents.

    Have a great day!

  • How to send a fax with a cable modem wireless system?

    HP 8600 Officejet Pro, iMac running OS 10.8.5, system call Comcast Cable, Comcast modem, Apple Airport Extreme router.

    Modem and router are on the floor, the printer is down.  I can fax based on this step-up.  Error, says that there is no phone line

    Thank you

    Hi Sandwedge66,

    To send and receive faxes in standard, the printer must be plugged into a phone jack.

    Other options would be:

    1. Scan documents and attach them to emails.
    2. There are pay sites on the Internet that allow you to send {and receive} faxes to a standard fax machine using your computer without the use of a telephone line.  EFax.com is an example.
  • How to get the logical tab in the main area of 4.1.2 Data Modeler?

    Data Modeler.jpgI just installed Oracle Developer Data Modeler: Version 4.1.2.895.

    I was following section 2.1 development of the logic model

    http://docs.Oracle.com/CD/E48219_01/doc.40/e48205/tut_data_modeling.htm#DMDUG36169

    I used the example of library. I added the areas.

    Then I tried to create the books.

    The document says:

    1. In the main area (right) of the Data Modeler window, click the logical tab.
    2. Click the icon of the new entity.

    But I don't see the logical TAB on the right side at all.

    I see the Start Page. On the far right is the browser window. Basically, I see Messages - Log.

    On the left side, I have the browser window.

    Can someone tell me please how to get the logical TAB in the main area?

    Thanks in advance.

    Hello!

    In the browser with the right button on the logic model and select view.

    I hope this helps!

    Heli

  • How to create the logical tables & how to give joints according to obiee 11g?

    Hello

    I have again to obiee 11g. I want to create the logical tables in MDB layer.

    After that I want to give joins according to MDB.

    I don't know, how to create the logical tables and how to give joints according to obiee 11g?

    Please help me.

    Thanks in advance,

    A.Kavya

    Hello

    The new logical table is right click on the MDB itself, for the join you generally in the business model diagram (again right click on objects).

    Maybe it's better if you start from a kind of tutorial to at least have an overview of what is happening where (layer business and physical layer etc.).

    Take a look at what Oracle has available: Oracle BI EE 11 g

    And no doubt, it can be a good start: https://apexapps.oracle.com/pls/apex/f?p=44785:24:0:NO:P24_CONTENT_ID, P24_PREV_PAGE:9787, 2

  • How to send a single code of hexa from 1 byte with sending VISA for every 500 ms?

    Hello

    I would like to send only a 1-byte hex code in LabVIEW to an external device using RS - 232 (300 bps, 8 data bits, no parity bit, no flow control) every 500 ms.

    The TX pin on the computer should stay at the logical level 1 once he finished transmitting the 1 byte of data and wait before transmitting again 500 ms.

    I'm building a test below code:

    The output of "Channel 1" will connect in the sending VISA write buffer. (Please note that the code above does not include the 500 ms delay I mentioned. Just ignore for a moment.)

    This code will work like what I described above? I tried on my project, but I was getting weird things on the device.

    Convert the code hex correctly?

    And how to send it VISA pass in the string? Does include the other 'useless' strings with the hex code that I want to send?

    Any help will be appreciated.

    Thank you.

    Hi eddiechai...

    you will get a string of length 2, so you have 2 bytes. You must use the U8 and the cast function type. (see attached photo). You have to disable the stop character to get what you want.

    Mike

  • How to send a message between two custom components

    I have a datagrid in a custom cuomponent that is.

    < mx:Canvas id = "customerGrid".
    Width = '100% '.
    Height = "350" >
    < customer: CustomerGrid / >
    < / mx:Canvas >

    < customer: CustomerDetail / >

    The < customer: CustomerDetail / > has a TextInput. How to send a message to < customer: CustomerGrid / > to < customer: CustomerDetail / > when you click the datagrid control. When a user clicks the selectedItem I want this detail to display in the TextInput, which is in another component.

    I'm looking in Restaurant Finder sample. He uses exactly as I wanted to do. However, it uses a kind of AccessibleText. Is there somewhat easier to implement.

    Thank you

    One way to do this is to use the property data, most of the components inherit and use links between the custom grid and the detail view.


    Width = '100% '.
    Height = "350" >

    Now, in the light of the foregoing, I assumed that CustomerGrid is actually extending DataGrid, if this isn't the case, you will need to add additional logic to CustomerGrid. You will need to define a public property to the value of the selected item in the DataGrid inside the CustomerGrid and make it Bindable (see docs: metadata that can be related).

    Inside the CustomerDetail, bind the TextInput property data, by setting the property in the data object to which you want to display.

    Say the selectedItem (in the DataGrid) has a customerName field, you would do something like that (inside CustomerDetail).

  • How to send an audio message, but not with imessage?

    How to send an audio message, but not with imessage?

    Find another app/service that will allow you to do. Or record a voice memo using the voice recorder application and attach to an SMS.

  • How to send to apple iphone for repair of the screen

    Hi, I bought an iphone over 6s (64 GB) two weeks ago, the screen has been hacked by accident.

    I looked up on the apple site the cost of repair in the citation is $ 249

    However, when will organize a repair via the apple website he's trying to make me pay more than $500 Ouch!

    I think it's because they want to send me authorized service center apple not themselves, someone has a solution to this question and a suggestion how I can get this repaired for $249.  IE, how to send to apple authorized reseller.

    I'm in Darwin in Australia

    With our thanks

    Suresh

    Hello

    Contact Apple support (mail service may be available) or make a Genius Bar reservation to repair screen.

  • How to send a file to the cloud?

    (1) how to send a file to the cloud?

    (2) at - it a difficulty to find and recover a file that has been sent to the cloud? If the use is similar to the use of an external hard drive, I don't mind.

    The following contains information on how to activate and use iCloud drive. Note that with iCloud as it exists currently with OS X El Capitan, for any file stored in iCloud drive a local copy is also stored on your Mac.

    iCloud Drive FAQ - Apple Support

  • How the sender can resolve this message may be a scam?

    How the sender can resolve this message may be a scam?

    When your question has been answered can mark you the thread as "Solved" Please?
    Thank you.

  • How doi send texts using the speech function without hitting the Send button?

    using the speech function in texting, how to send the text without actually pushing the Send button? When I say 'send' or 'send message' he just keeps typing

    "Hey, Siri, send a message to Bob. Siri will then ask you what you want text Bob. Once you stop dictating, Siri will ask then if you're ready to send the message. Say, "Yes." It's really very nice.

    If you are already in the message app and using speech-to-text, you must press the Send button.

  • How to send a video that I made with my iPad email?

    How to send a video that I fool with my iPad to email? When I try to get an answer that I connect to wifi, which I'm connected to..?

    iCloud, sharing photos - Apple Support < also videos

Maybe you are looking for