How can I change a hex value to normal without changing the characters

How can I change "3932" (hex displayed string) to "39 32" (normal displayed string with space)
Solved!
Go to Solution.
Attachments:
Hex to Normal without changing value.vi ‏5 KB

I think your VI works and if I understand what your input data looks like and the output that you want is, does it?I really can't see a better way. Does it not work for what you want? What form is the actual data in as you receive it? (not how it is displayed by the display setting of the string control) You have the string control set the “Hex display” and that may be confusing some of us as to what the actual input data is.
And what you want your output to look like. Do you get a “stream” of bytes that are the actual numbers in the form of a string?or Do you get a “string” of ASCII char that represent numbers?
These are two different things, but may look alike depending on the display setting of your controls are set.
 Changing the display mode of a control or indicator does not change the under lying data. It only changes the way your eye “see” it, not how LabVIEW “sees” it.  We need to know what your raw input string looks like.
tbob's snipit assume your data is one way and your VI assumes another.
Omar
Omar

Similar Messages

  • How can i purchase an app of japan store without change my itunes store? i have balance in my US ac so i cant change my stores, but the app i want to purchase in jp store is a free app.... i know apple dun allow balance spend in other countriesbutitisfree

    How can i purchase an app of japan store without change my itunes store? i have balance in my US ac so i cant change my stores, but the app i want to purchase in jp store is a free app.... i know apple dun allow balance spend in other countries but it is a free app

    You cannot use the Japanese iTunes Store unless are physically present there and have a Japanese payment method. This applies even for free apps; you cannot get them from the Japanese iTunes Store if you are in the US.
    If you are in Japan, you can set up a new iTunes Store account just to get free apps. See:
    http://support.apple.com/kb/HT2534
    Read the steps carefully as the order in which you follow them is  critical. Note that you can do this only when creating a new Apple ID. You cannot use an existing ID.
    If you have moved to Japan and wish to change the country of your account permanently, you can contact the iTunes Store and ask them to clear your remaining balance. You will need to be able to provide a Japanese payment method, though.
    Regards.

  • How can I sync my iPod with my computer without deleting the songs that are on my ipod

    how can I sync my iPod with my computer without deleting the songs that are on my ipod

    See this post by forum regular Zevoneer on transferring files from the iPod to your computer.
    tt2

  • How can i transfer iPhone 3G photo to iPhoto without repeating the same photo to iPhoto?

    How can i transfer iPhone 3G photo to iPhoto without repeating the same photo to iPhoto?

    Sorry, you question doesn't make sense. If you're trying to import photos, in your camera roll, to iPhoto, iPhoto doesn't import them twice.

  • How can you upload photos to FaceBook from iPhoto without using the sync where is deleted in iPhoto it will be deleted in FaceBook

    How can you upload photos from iPhoto to FaceBook without having the sync where if you delete from iPhoto you delete

    I think you have to have the files on your HD. So either put them in iPhoto or copy them to a folder in Finder, and from there you can upload to Facebook.

  • How do I read a hex value and then convert to the binary equivalent?

    I am reading hex values from a register on my unit under test. I only want to monitor certain bits in the hex value to check a status. I have everything down to run the program except how to read my hex values in binary form. Any suggestions out there?

    If this is just a matter of display, then right click and choose "Format & Precision...". Beware, this works only with integer indicators (I8/16/32 and U8/16/32).
    If the problem is to extract a bit value in a specific position, then go to the "Advanced >> Data manipulation" sub-palette where are all bit manipulation functions (rotate, shift, split...).
    Don't forget either the logical functions (And, Or...) in the boolean sub-palette, where is also the "number to boolean array" function (to be used in conjunction with an index array node).
    Another option is to use string conversion functions, in the "String >> String/Number conversion" sub palette.
    Have a look to the attached image.
    Enough ?
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    Hex_&Bin.tif ‏20 KB

  • I locked my volume level, and forgot the code to unlock it, so how can i get my volume back to normal without a code??

    About four years ago I set the volume lock on my ipod to half way up. To do that, you enter a four number code. I decided to change the code one day, and then ever since then i can not remember the code. I would like to remove my volume lock from half way, so that i can turn it up to max volume, but to do this it is asking for the old four number code, which i don't remember! So how can i take this volume lock off without knowing the code??? I tried to reset all settings, but that did not remove the volume lock. Please help me figure out how to achieve full volume level!
    Thanks.

    See here: Restoring iPod to factory settings
    B-rock

  • My computer where my itunes library is stored is no longer accessible.  how can i add songs to my ipod nano without losing the songs already on it.

    The computer where i have my itunes library is no longer accessible.  How can I add new songs to my  Ipod nano without losing the song already on it?

    You will need that library copied from the old computer. If not, then you can take a look at this in getting 3rd party software to recover your library from the iPod. Syncing to a "New" Computer or replacing a "crashed" Hard Drive

  • How can i outline an object made of shapes without outlining the individual shapes or marging them

    How can i outline a visual shape made of a group of elements (vector shapes) without outlining the individual elements or margeing them togeather. I would normally go by marging them togeather but client requested they be unmaged

    Here is another way
    similar but a little different
    group the objects
    select the group in the appearance panel and go to Effects>Path>Outline Object
    then add a new stroke to the Group
    then select that stroke in the appearance panel and go to Effect>Pathfinder>Add
    the go to Effect>Path>offset path if you wish to give it some space around the object like such

  • How  can I open a document that i saved without buying the latest pages?

    I saved two documents last week and now I can not open them without "buying the latest version of pages"  Is there anyway to save this information without being forced to buy new software.   I have been happy with my old pages and saved it with my old pages and not I can not open it with out buying the new version.  I feel that apple is holding my document hostage.  Any help would be appreciated.

    DM,
    You probably already have V5 without knowing it. Unless someone else edited your documents with V5, it was you, and you just need to make sure that you are using V5 for edits.
    Right-Click the docment in Finder and choose Open With: Pages V5.x
    I'd be surprised if you didn't find that option.
    Jerry

  • How can i add a hashmap to another hashmap without lossing the second one?

    hi all
    can anyone show me how to add a hashmap object to another hashmap object without lossing anything that was in the second one. thanks

    hi all
    can anyone show me how to add a hashmap object to
    another hashmap object without lossing anything that
    was in the second one. thanksDo you want to add the hashmap itself to the hashmap? If so:firstMap.put("someKey", secondMap); should do it. But I suspect you want to add all key/value pairs from the second map to the first, in which case the "putAll" method is what you're looking for. Note that the putAll method will replace the values in the first map with any values with the same key that are in the second map.
    Good Luck
    Lee

  • How can I add an iPad to Apple Configurator without losing the user's settings, folders, etc?

    When attempting to add an iPad that has already been in use (for some time) by a particular user into Apple Configurator, I end up having to either wipe the iPad entirely as if it is a new iPad, or restore the user's settings and configuration from iCloud during mini-setup. It seems to be one choice or the other.
    Is there a way to add the "old" iPad into Apple Configurator for management purposes yet still be able to restore the user's settings from iCloud? That is - items like: folders, pictures, email settings, app data?

    nsdjoey wrote:
    theAntioch wrote:
    This isnt true. Connecting an unsupervised device to configurator and supervising it will wipe the device, there is no way around that. You can attempt an iCloud restore from here, but anything not backed up prior to supervising the device will be erased when supervising it. I have never tried to restore data from an unsupervised iPad so I have no clue if everything will come back.
    Let me clarify... You can successfully restore an iCloud backup of an unsupervised iPad to a new (i.e. different) iPad and have it Supervised with data intact. The process below will allow Configurator to Supervise a device without wiping it when an iCloud backup from a different unsupervised iPad is restored to it.
    Try it… Get 2 new unsupervised iPads… we'll call them iPad "A" and iPad "B." Take iPad "A" and install a few apps, take a few photos, change the background, create a new document in Pages, etc. Run an iCloud backup of iPad "A" using your Apple ID. This is our unsupervised backup of iPad "A."
    Now take new unsupervised iPad "B" and start running through the setup assistant. When you get to the restore screen, choose to restore from iCloud backup. Log in with your Apple ID. Select the backup for iPad "A." The backup will restore and then the iPad will restart. Once it restarts, you get to a "Hello" screen on the iPad. At this point, plug the iPad into your Configurator computer. On the Prepare screen, turn Supervision ON and select "Don't restore backup." Click Prepare.
    Configurator will not wipe the iPad. It will run through the supervision process but not wipe it. Once complete, you'll see that iPad "B" is now exactly the same as iPad "A", but if you go to Settings -> General -> Profiles on iPad "B" you will see a Supervision profile installed.
    The key here is to use a different iPad from the originally backed up iPad. You can't restore the backup of iPad "A" to iPad "A" again and supervise it without wiping it. But you can take the backup of unsupervised iPad "A" and restore it to iPad "B" and retain apps, data, and settings of iPad "A" but with the Supervision profile.
    Hope this clarifies things!
    ~Joe
    I see where your going with that. I dont have any way to reproduce this scenario in my environment, but I will take your word for it that this works. I have only ever plugged in an unsupervised device to configurator and gone through the setup, which always wipes the device. If your saying theres a way around that you should give that a shot OP.

  • My Apple TV is having problems with slideshows for photos synced from iTunes. How can I make it play thew whole slideshow without starting the loop again half way through?

    My Apple TV randomly returns to the beginning in the middle of the slideshow for no reason. I don't habve the photos on shuffle
    I started the slide show many times and somtimes it got through 20 photos, other times 50. Then all of a sudden, it goes back to the beginning and starts again. It's so frustrating as there is no reason for this and it doesn't loop back to the start on the same photo each time. I have about 350 photos in the album and they all loaded fine as thumbnails before I played the slideshow.
    Can anyone help please?
    Thanks, Adam

    Have solved my own problem. My PC sits on the floor so I have a four-port USB hub on my desktop with one port in use. I use one of the other three ports for USB-related task. As I was shutting down for the night I had a - what turned out to be inspired - thought about whether there was an adequate power supply from the hub. I then tried the iPod USB connection directly into the front of my machine and everything worked. It seems that an inadequate power supply was the cause of this strange set of conditions.

  • How can I temporarily remove games from my iPhone without losing the app data included?

    My iPhone 5 is running low on space so I plan on cleaning it out soon. I have a lot of games on my iPhone with app data included that I don't play as often. I was planning on removing these temporarily because some day I might want to play them again but I'm afraid I won't have my progress anymore. Ex: My levels conquered on Cut The Rope or my worlds on Minecraft PE.
    So is there a solution out there for me to be able to temporarily remove my games without losing their app data? All feedback is greatly appreciated and I how there is a way to do this!

    The only way to recover the data for a deleted app would be to restore from a backup made before you deleted the app.  Apps and their data are integral to eachother, so deleting one deletes the other.
    If you have a backup, you could restore from that to restore an App's data, but a restore is also an all or nothing option - the restore will restore everything to the state of the backup, not single or selective items.
    Other than that, there is no way to acheive what you wish - if you delete the app you delete its data.

  • How can i add music to my iPod 4 without removing the music that's already there ?

    I want more music on my iPod 4 , and my dad has a lot of music that I like . We have one of those computers where there can be more than one user , so each of my family members have their own user account and they have different itunes and whatnot . Well I'm trying to add some of my dad's music onto my iPod but it's saying that if I do that , then I'll be having to remove my current music and sync my dad's . I don't want that , so is there a way I can keep my music and add his ?

    SHARING iTunes MUSIC
    http://macmost.com/five-ways-to-share-music-in-itunes.html

Maybe you are looking for

  • Missing maximize, minimize and close buttons

    I see that people have been having problems with these issues before the finalized FF4, I have the most updated version on my PC. The answers all seem to say it was a problem with beta versions. When I stay online for long periods of time my full scr

  • How Do Decrypt .rem Files on Mac OSX10.6.8

    hi, i have an old bb curve 8900 with over 1000 pics and i am trying to download the pics, but every time i try they all have the .rem extension. ive tried transferring them to my mac using the bb desktop manager but it is only reading 168 pics and ig

  • My /etc/udev/rules.d is empty? [SOLVED]

    The other week i installed a virtal inviroment in QEMU, i read a little bit about writing udev-rules, in order to work with USB. but for some reason.. the folder in mentioned in the topic happends to be empty.. and it just strikes me, because when go

  • Rollup is going nowhere.

    Hi Gurus; I am having this issues sometimes for one of our cube. While doing the rollup for the aggregates it gets hunged and go nowhere. For example even for few hundreds records it's takes all nights all day if we keep the job and finally we have t

  • Linksys has bad RMA/Customer Services

    We bought a batch full of Linksys Switches (8 port Gigabit switches) from our retail vendor.  After 2 months of using them they were faulty.  After several researches on the web, turns out the batch we got are known problems where the switches heats