How to find, separate and convert hexagonal channels streaming via the com port?

Hello

I have a xbee wireless network set up with 3 sensors. Output 1 (23bytes) at 20 Hz, the other 2 (46bytes) to 1 Hz. The data arrives correctly in the computer and I can see the stream on my read series VI (joint) basis. on my software XCTU (terminal program that comes with the wireless nodes), the console displays the packets received:

22/08/2016 13:36:04.196, 6126, RECV, 7E00178100002B00205A203030303230207A2030303031350D0A00
22/08/2016 13:36:04.252, 6127, RECV, 7E00178100002B00205A203030303230207A2030303031350D0A00
22/08/2016 13:36:04.296, 6128, RECV, 7E00178100002B00205A203030303230207A2030303032300D0A04
22/08/2016 13:36:04.346, 6129, RECV, 7E00178100002C00205A203030303230207A2030303032320D0A01
22/08/2016 13:36:04.346, 6130, RECV, 7E00178100002F00205A203030303230207A2030303032320D0AFE
22/08/2016 13:36:04.436, 6131, RECV, 7E002E81000032004F20303230362E332054202B32352E38205020313031382025203032302E3237206520303030300D0AC4
22/08/2016 13:36:04.436, 6132, RECV, 7E00178100003200205A203030303230207A2030303032300D0AFD
22/08/2016 13:36:04.486, 6133, RECV, 7E00178100003600205A203030303230207A2030303031350D0AF5
22/08/2016 13:36:04.536, 6134, RECV, 7E002E81000032004F20303230362E362054202B32362E38205020313031392025203032302E3237206520303030300D0ABF
22/08/2016 13:36:04.596, 6135, RECV, 7E00178100003800205A203030303139207A2030303030380D0AE9
22/08/2016 13:36:04.596, 6136, RECV, 7E00178100003300205A203030303138207A2030303030380D0AEF
22/08/2016 13:36:04.652, 6137, RECV, 7E00178100003100205A203030303139207A2030303032320D0AF4
22/08/2016 13:36:04.652, 6138, RECV, 7E00178100002F00205A203030303139207A2030303032340D0AF4
22/08/2016 13:36:04.738, 6139, RECV, 7E00178100002F00205A203030303139207A2030303032310D0AF7
22/08/2016 13:36:04.786, 6140, RECV, 7E00178100003000205A203030303139207A2030303032300D0AF7
22/08/2016 13:36:04.836, 6141, RECV, 7E00178100003200205A203030303139207A2030303032320D0AF3
22/08/2016 13:36:04.886, 6142, RECV, 7E00178100003200205A203030303139207A2030303031380D0AEE
22/08/2016 13:36:04.946, 6143, RECV, 7E00178100003200205A203030303139207A2030303031330D0AF3
22/08/2016 13:36:04.996, 6144, RECV, 7E00178100002E00205A203030303138207A2030303031310D0AFA
22/08/2016 13:36:05.046, 6145, RECV, 7E00178100002C00205A203030303138207A2030303031360D0AF7
22/08/2016 13:36:05.096, 6146, RECV, 7E00178100002C00205A203030303139207A2030303032350D0AF6
22/08/2016 13:36:05.146, 6147, RECV, 7E00178100002E00205A203030303138207A2030303031340D0AF7
22/08/2016 13:36:05.146, 6148, RECV, 7E00178100002F00205A203030303138207A2030303031330D0AF7
22/08/2016 13:36:05.236, 6149, RECV, 7E00178100003000205A203030303138207A2030303032300D0AF8
22/08/2016 13:36:05.286, 6150, RECV, 7E00178100003300205A203030303138207A2030303032320D0AF3
22/08/2016 13:36:05.346, 6151, RECV, 7E00178100003700205A203030303138207A2030303031360D0AEC
22/08/2016 13:36:05.396, 6152, RECV, 7E00178100003900205A203030303138207A2030303031320D0AEE
22/08/2016 13:36:05.446, 6153, RECV, 7E002E81000032004F20303230362E332054202B32352E38205020313031382025203032302E3237206520303030300D0AC4
22/08/2016 13:36:05.446, 6154, RECV, 7E00178100002A00205A203030303138207A2030303031360D0AF9
22/08/2016 13:36:05.506, 6155, RECV, 7E00178100002600205A203030303138207A2030303032320D0A00
22/08/2016 13:36:05.506, 6156, RECV, 7E00178100002300205A203030303138207A2030303031380D0AFE
22/08/2016 13:36:05.566, 6157, RECV, 7E002E8100002E004F20303230362E362054202B32362E37205020313031392025203032302E3237206520303030300D0AC4

Since it is an endless stream of hexagonal channels, how can I isolate each of them so that I can convert them then their values digital sensor to plot, display, etc.?


Tags: NI Software

Similar Questions

  • How to find children and parent of a resource in the HQU

    How to find children and parents of a resource in the HQU?
    for example, there is a server, how can I find all its services and its platform?

    by the way, where can I get a full HQU API doc? There is no description in detail in the Documentation of HQU:http://support.hyperic.com/display/hypcomm/HQU+Documentation

    Hello

    You can use the ResourceCategory.getPlatform () method to get the parent platform and you can use Resource.getViewableChildren () to the children. Here is a very basic example which comes out in the server.log:

    import org.hyperic.hq.hqu.rendit.metaclass.ResourceCategory
    import org.hyperic.hq.hqu.rendit.helpers.ResourceHelper
    imports org.hyperic.hq.authz.server.session.AuthzSubjectManagerEJBImpl AuthzMan

    def authzMan = AuthzMan.one
    def Overlord = authzMan.overlordPojo
    def rHelper = new ResourceHelper (overlord)

    def resource = rHelper.find (server: 12226)

    println ("" Resource: "+ resource.name +" is a child of ' + ResourceCategory.getPlatform (resource) .name + "and has children:" ")
    resource.getViewableChildren (overlord) .every child {-->
    println (child.name + "\n")
    }

    As far as documentation goes, what you see on this page is all that is available at this time. I use the code source HQApi as reference when I can't find anything in the docs.

  • How can I get multi channel audio via the HDMI port on an early 2015 MacBook Pro?

    I try to get the 7.1 audio channels to flow from my MacBook Pro to a cinema set up. The display works fine now I plug the HDMI in however the sound still Mac speakers. I checked the settings and no HDMI output is available. An airtime option is available, but that returns only two channels as a maximum to the receiver. When I go to the configuration of the source on the receiver it receives video at 1080 p 60herts however it is specifically stated No Audio from the Source.

    Also, I have connected my iPhone 6 s more using an Apple through the same HDMI cable adapter and it works perfectly. We also use HDMI with our PS4 occasionally and it works perfectly, even with the 3D.

    Thus, the MacBook Pro is early 2015 with an i5, the receiver is a Harmon Kardon AVR 2700 (we run 7.1 channels of this) and we are connecting via the HDMI port through a 50 ft HDMI before. The receiver sends the audio to a projector with 1080 p 60 hertz if it changes anything...

    Also if it helps the receiver supports dts - hd master audio decoding, Dolby True HD/Digital Plus decoding, HDMI 1.4 (HDMI is compatible 2.0), as well as multi-channel input and PCM and linear PCM.

    I use a "Behringer UCA202' audio device I bought on amazon.com for only $29.

    It works very well for the audio 5.1 or 7.2. Works connect optical toslink. Just plug it into a usb port on your Mac and a cable optical toslink to your AV receiver.

    My Yahmaha 7.2 audio/video receiver is measuring process the digital signal in THX, DTS, Dolby digital Pro logic, a cinema, etc.

  • Re: How to connect to the mobile phone via the com port

    Hello
    I have problem with connecting my Nokia n82 (s60) phone to bt via COM port. I want to connect mobiola webcam and need it. Can U help please?

    Hello

    Satellite A300 Vista preinstalled
    Battery Bluetooth version 6.10.07
    Motorola Razor V3 mobile phone

    Not the same mobile phone, but the principle is the same.
    Without doing anything special, I connected my phone to the laptop in a minute.

    Allow BT using FN + F8
    Open Bluetooth settings, click the BT symbol in the taskbar
    Click on new connection
    Select the Express Mode > mode activate Visible on laptop > click OK
    On the new connection wizard, choose phone list and click OK
    When offered choose security PIN (for example, 1234)
    Check connection on mobile phone and enter PIN security
    After the PIN CPM40 control port will be enabled

    Then now is your phone connected to your laptop and you can, for example, transfer files from the phone to the laptop.

    By the way: what model of laptop do you have and which version of battery Bluetooth?

  • How to create a stop button to send commands via the serial port and finish labview vi?

    I want to send two commands on my camera, the first to stop the execution and the second to get out of the remote control mode. This is done on RS232. What I want is a way to put this in my existing VI that tells the device to run. Now if I stop the program, that the devices just run the last command unless I have stop manually. How can I set up a stop button that are not sent to all orders except in such a hurry? I tried the structure of the case, but didn't know how to put a part of 'status quo' If island stops in the while loop is not pressed the button.


  • I tried to download a pdf and convert them into excel, but the data in excellent is always to the image format.  How can I get the pdf data into the columns and rows?

    I tried to download a pdf and convert them into excel, but the data in excellent is always to the image format.  How can I get the pdf data into the columns and rows so that I can do the calculations?

    If you start the https://forums.adobe.com/welcome Forums Index

    You will be able to select a forum for the specific Adobe products you use

    Click on the symbol "arrow down" on the right (where it is said to see all our products and Services) to open the drop-down list and scroll

  • Hi people! Can someone advise me something in Lightroom please CC.  When I export files once after you have finished the adjustments etc. and I click 'Save with the previous' - how to find where it was recorded, if I forgot the last folder saved to?

    Can someone advise me something in Lightroom please CC. When I export files once after you have finished the adjustments etc. and I click 'Save with the previous' - how to find where it was recorded, if I forgot the last folder saved to?

    I guess you mean "Export with previous. If so, open the export page. It will be defined as "precedent".

  • My video files mp4 are too large. How can I compress and convert it into smaller files of html5?

    My database of inventory will be pointers to videos, but the mp4 files are too large. I've read that I'm supposed to use html5 as it will be the most recent file type. But how can I compress and convert these 1 minute in length mp4 files into a format that html5 can be used?

    I think you might be a little confused, html5 documents using the tag

    HTML5 video

    HTML tag video

    Because not all browsers can see .mp4, you also need a video .ogg or .webm so these browsers have something to look at. This secondary source is added to the

    To reduce your video, you need to reduce its actual pixel dimensions (if they are full-screen HD videos, in the applicant to 640 x 480 or similar do not reduce the size of the file) or the framerate.

    Here's a converter for the .ogg format...

    http://video.online-convert.com/convert-to-Ogg

  • How to find users and groups in the Sun box

    Please adivce how to find users and group in sunsolaris

    Thanks in advance

    We can get all the details of the Group of the file/etc/Group.

    Similarly the user details are in/etc/passwd.

  • How I find myself with two passwords to iCloud for the same account?

    How I find myself with two passwords to iCloud for the same account?

    For security reasons, I only use iCloud for Contacts and "find my iPhone".

    Several months ago Apple forced me to change my password to iCloud.  So I did this.   In the last months, I used successfully the new password to 10 or 12 times when asked without problem.

    However, I received a notification of a software update for my Apple Watch. I did the update without problem. However, after completing the update my iPhone asked me to connect to my iCloud account. When I did this, she rejected my password. I made 4 attempts typing very slowly and with care for you sure I did it right.

    Then, operating under a hunch, I decided to enter my old password to iCloud. It worked?  I'm confused about this, any ideas would be appreciated.

    I had a similar problem last year. I had to call Apple. Contact is a bottom of this page.

  • When I send several documents for signature, how can we separate these documents again once I got the signature?

    When I send several documents for signature, how can we separate these documents again once I got the signature for each of them. Its way easier if I send all together, because the signatory needs to sign once and then just click on the other signature fields, but if I separate documents, how I divide again?

    Hello Anna,

    If you have a professional account, there is a feature that you can enable to recover separate documents. You can go to the account-> account setting-> general framework 'Keep the separate documents' and select Save.

    Kind regards

    -Usman

  • How to change the IRQ and address of some of the COM ports

    Original title: jcertain

    No, I loaded 7 a window in one of our systems.  I want to change the IRQ and address some of the COM ports and were not too.  In the pasted, you can enter the Device Manager and click on the device, then go to the "resources" tab.  There, you can find a box that allows users to disable "USE AUTOMATIC ADJUSTMENT", which would allow you to change the IRQ and address.  But for some reason any box is not highlighted so you can not.

    Please post your request here:

  • I want to detect and use the video entering via the HDMI port on the computer. I was told the HDMI port was not set, but I can't seem to find the signal or the video.

    I want to detect and use the video entering via the HDMI port on the computer. I was told the HDMI port was not set, but I can't seem to find the signal or the video.  Any suggestions?

    As Tom SC replied, you must contact the company that manufactured your computer.  In general, the ports HDMI on most computers is an out-bound port, send video / digital audio output.

    You should probably use a video capture card that can capture from HDMI source,

  • With the help of VISA can not find the com port

    I use visa read but cannot find any com port in Windows 7.

    How can I find the com port in Windows 7?

    Windows 7 is not released. A version of LabVIEW for windows 7 is not released. A version of NI-VISA for windows 7 is not released. Wait until MS releases windows 7. Then wait tile view deleted OR made available versions of LabVIEW and NI-VISA that work with windows 7.

  • Prevention and management of concurrent access to the same port VISA

    Hello

    I currently have a VI with three parallel loop: a loop for the UI with a structure of the event; a loop for the collection of data; and a loop for data tracing.

    The loop of data written to the serial port to put the camera to send a probe reading update. The device sends the sensor updated playback and loop bed devices response data collection.

    I have a situation where the user interface loop must also 1. write to the same device (via the same port), 2. read the answer, then 3. write using the response data and user input. My problem is that the user interface loop is reading the response of devices in the loop of data collection rather than the response to the user interface loop.

    So the problem looks like:

    loop data collection: how hot is?

    device: 30 degrees Celsius

    loop data collection: how hot is?

    device: 30 degrees Celsius

    loop data collection: how hot is?

    loop UI: what color is the sky?

    device: 30 degrees Celsius

    user interface loop: Ok! the color of the sky is 30 degrees Celsius.

    device: Blue

    I'm tempted to look for a solution where the user interface loop interrupts somehow the other two loops while it is writing and reading on VISA port, but I doubt that it is the appropriate solution. My code is big enough, but I can try to view if necessary. I remember seeing messages from people with similar problems, but it seems impossible to find today. Thanks in advance for the help!

    Famous engine Action Nugget of Ben is always a good read. http://forums.NI.com/T5/LabVIEW/Community-Nugget-4-08-2007-action-engines/m-p/503801

    Now that you've been through that we will develop a specific EI style that I call a Module on resources.  A RM exposes only the functions required by a given application to using an external resource while protecting sections of code of "criticism".  In your example even if the VISA operations block several appellants to write simultaineously, you did not protect the operation "Request" critical so readings were responses to the caller of evil.  The 'query' is essential and must block access to other operations until the query is complete.

    Look at this "Very basic" RM implementation that does not protect the critical query operation:

Maybe you are looking for

  • Apple only in the App Store updates don't work/download

    Hi all It's a fairly persistent question. Only Apple updates just don't work-they don't start the download. After hitting "Update", the download status bar appears for about 2-3 seconds (download remains at 0%) and it "jumps" 'update '. All the other

  • With Satellite U400 wireless issue

    Hello guys,. my laptop is Satellite U400-10n. (Vista OS)It was working perfectly. But now I can't connect to a wireless network. When I search a wireless network, sometimes nothing comes. I use cisco Network Magic program, but it did not help. I've t

  • Satellite L755 - suddenly then turn off blinking of power and the battery LEDs

    In recent weeks, when using the laptop (Satellite L755 psk2ye) he died suddenly and the power and the battery leds start flashing simultaneously. It also takes place when charging the battery when the unit is off... then l must cut off the power and

  • 4GB, 8GB - how much of that is usable space?

    I'm sure this has been asked before, but I had no luck with a forum search or nets of FAQ/general Questions. How much space on the clips of 4GB and 8GB is available for use? I would like a precise figure because I plan to pick up a Clip of 4 GB due t

  • Como corregir erro 8024001

    No is can fornuis el equipo me of erro 8024001 as debo hacer, y al tratar apagar informed me tiene 50 plots para instalar y nunca zip why no fornuis can, tambien me dice of Quebec sale una venta el instalador modulos funcionar dejo that. that hacer g