Extra characters appearing when using VISA

Hi, I am new to labview and have a problem I've been working on for a few days. I am reading masses printed from a scale hooked up by a RS-232 to USB connection, with the ultimate goal of recording mass vs. time. Currently random letters appear in the mass at various times and cause the waveform chart to drop to zero, Looking at the signal using another program I am getting a constant  mass reading. Searching the forums I have not been able to find a way around this problem. Any help would be . I attached my current program to the bottom to better explain my predicament. 
Solved!
Go to Solution.
Attachments:
Mass.jpg ‏211 KB

1. Use a proper Stop button.
2. Set the loop's termination condition to be Stop When True.
3. Do not use the Run Continuously.  What you are doing here is constantly reinitializing the serial port, which is likely causing data to be missing and giving you your weird results.
4. Close you port after the loop.
5. There is no need at all for that property node.  You can define what the termination character is with the Configure Serial Port.
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines

Similar Messages

  • My files, photos, email files, software programs, and all information did NOT transfer over to Mavericks (from Mt. Lion).  How do I get all my stuff to appear when using Mavericks?

    Will someone please help me?
    My files, photos, email files, software programs, calendar info, and all information did NOT transfer over to Mavericks (from Mt Lion).  How do I get all my stuff to appear when using Mavericks?
    My email did transfer over.
    Thank you.

    First click on the Apple > Logout and Log back in or restart the unit see if that solves it.  If it doesn't do you have a backup of your system prior to upgrade?  Check Disk Utility and see how much space is being used to make sure the drive wasn't somehow erased.

  • Images on Facebook do not appear when using different web browsers

    Images on Facebook do not appear when using Safari on my Macbook Pro (I've tried Google Chrome too with the same result).  This makes me think it's a setting within OS Mavericks that I'm missing.  I have not seen this issue on any other computers.  This only occurs on my, and others' profile pictures on my profile page and on the news feed, not photos that are posted in albums or on walls.  and yes, i have images enabled in Safari.
    In safari the images don't appear, and in their place is a small blue "?" square >>.
    In Chrome it appears as a broken image link >>
    Has anyone encountered this?  Is there a fix?  It is very annoying.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Error 1074396120 appears when using IMQA copy

    error 1074396120 appears when using IMQA copy,when i used in vision its working but when i tried to execute in labview its showing error image not found and not valid image. pls help me regarding this .

    Have a look
    Thanks and Regards
    Himanshu Goyal | LabVIEW Engineer- Power System Automation
    Values that steer us ahead: Passion | Innovation | Ambition | Diligence | Teamwork
    It Only gets BETTER!!!

  • Apple Logo Screen (turn on screen) suddenly appear when using

    Apple Logo Screen (turn on screen) suddenly appear when using my iPad Mini Retina, but every thing goes back to normal after. It happens like few times since I bought my iPad since December. My OS is ISO7.0.4

    The iPad basically re-booted.
    Eveytime it re-boot, take note of what app you are running. You need to find out what is causing the re-boot.

  • Error code 5075 appearing when using Andor SDK to configure an EMCCD

    Error code 5075 appears. The error code is undefined and doesn't appear when the examples are run, however does appear in any new programs that are produced using the vis provided by Andor. Any suggestions or help would be fantastice.

    oj2 wrote:
    Error code 5075 appears. The error code is undefined and doesn't appear when the examples are run, however does appear in any new programs that are produced using the vis provided by Andor. Any suggestions or help would be fantastice.
    Isn't it a matter of comparing their examples to your VIs?

  • JSP/Servlets: Extra Characters appear randomly.

    One of the major problems that we are having with our JSPs and Servlets is these extra characters (probably in hexa format and probably equal to the content length of the output) keep appearing at random. If the output is small then you see these characters just once - at the top, but if the output is long (like the result of a query being displayed within an html table), these characters appear randomly anywhere in between the generated output and break the html.
    If the same resource is accessed via the Database listener http endpoint then this problem does not occur - i.e. when you bypass Apache.
    Can anyone help?
    Thanks in advance.
    Ashish.

    one more thing...the code runs properly on localhost... i tested it on my pc n it was fine..both in firefox and IE...
    i guess there is a specific syntax i need to follow (strict syntax) but i dunno what it is...:(

  • Random wrong characters appear when typing in Firefox--why?

    While typing in Firefox, random wrong characters appear (e.g. I type "i" and "n" appears). If I go back and retype it, the same wrong character may appear two or three times, then the correct character appears. This happens while using gmail, but also, for example, when entering search terms into Yahoo. It does not happen while using other browsers such as Chrome, and it does not happen using other applications.

    the wrong type characters kept appearing--I
    would type the letter i and a 5 would appear instead.
    This would indicate you have activated the feature which turns the right side of the keyboard into a numerical keypad. It might be Fn-F6 that controls this -- sorry I don't have a notebook and am not sure exactly how this works.

  • How to force simple tags and null attributes to appear when using SQL/XML?

    Hello everybody:
    I'm developing a non-schema based XMLType view.
    When the XML document is generated, i noticed two things I need to manage in order to achieve the desired result:
    1. Oracle generates a <tag></tag> pair for each XMLELEMENT defined; in my case, some tags need to appear as <tag/>... how do I do? Is it possible when using schema based XMLType views? Is it possible while using a non-schema approach?
    2. When using XMLATTRIBUTE('' AS "attribute") or XMLATTRIBUTE(NULL AS "attribute"), no one attribute with label "attribute" and null value appears at the output; how do I force to Oracle DB to render those attributes which are with no values (needed to render those attributes as another parsing code will await for all the items)?
    3. Some tip about how to route the output to an XML text disk file will be appreciated.
    Thanks in advance.
    Edited by: Enyix on 26/02/2012 11:21 PM
    Edited by: Enyix on 26/02/2012 11:22 PM

    Hello odie_63, thanks for your reply:
    Reasons why needed single tags are these two next: Needed to generate a single XML file from 50,000,000 rows, where the XML ouput matches not only row data but another default values for another elements and attributes (not from database but using strings and types with default values); by using start and end tag, the generated file is as much twice bigger than using single tags; second, needed a very precise presentation for all the document.
    For generating that document, currently focus is based on using a batch process relying on Spring Batch with using a single JDBC query where a join happens between two tables. From my point of view, that approach uses: database resources, network resources, disk resources, and processing resources, including the price of making the join, sending to network, creating objects, validating, and making the file (Expending too much time generating that XML file). That processs currently is in development.
    I think possibly another approach is delegating the complete generation of that file to the database using its XML capabilities. My current approach following your recomendations is to generate a clob where I will put all the XML and putting it into a table. It leads me to another issues: Considering limitations on memory, processing and disk space, needed to append a single row-as-xml into the clob as soon as possible, and putting the clob inside the field as soon as possible, or putting the clob inside the field, and appending into it as the data is generated; so How do I manage the process in order to achieve that goals?. Seen these issues aren't related to my original question, so I'll open a new post. Any help will be apreciated.
    Thanks again in advance.

  • Extra characters appearing in Stickies and TextEdit

    Having a problem with the design computer at work. Font issues all over the place. For instance, I'm trying to type into this field, and my cursor isn't exactly lined up with the text... so I don't really know where I am . It's inserting extra characters and spaces into the text field. This is happening on Stickies and TextEdit... and not anywhere else... not with Mozilla Thunderbird or MS Word. Weird.. Also the font is very light... as If I'm missing a core font.. which is possible because I used FontExplorer X (from LynoType) to clear the font cache and remove fonts from the system folder than weren't installed by Apple. I t may have screwed up the font folder... I might need to reinstall fonts, but I don't want to reinstall the system if I can avoid it. Any suggestions?
    Dual 2GHz PowerPC G5   Mac OS X (10.4.9)  

    Hi wlp165,
    Try printing the Word Doc to Adobe PDF printer and then check the issue.
    Or would it be possible for you to share the document.
    I sent you private message for sharing the document.
    Regards,
    Anoop

  • Satellite C50-A-1CK double characters appear when typing

    All
    I have a brand new Satellite C50-A-1CK which is perfect for my needs EXCEPT I continually get double characters appearing on screen when typing which is:
    A. VERY frustrating
    B. Wasting a lot of time as I have to keep correcting words to remove the duplicate characters.
    Please does anyone know of a fix for this? It can affect any key on the keyboard and it doesn't matter if I type slow or quick, press the keys firmly or as light as possible.
    Have checked for firmware updates but none available.
    Thanks in advance!

    The Touchpad issue you have I mayy be able to help with....
    It sounds like you have the "Enable Edge Swipes" set on. This will bring up Windows 8 menu on the right hand side of the screen when ever you swipe from the right hand side of the keypad towards the middle.
    Yours is a different model to mine but assuming the setting is in the same place then:
    open Control Panel
    Open Hardware and Sound
    Under Devices and printers click "Mouse"
    In the "mouse properties" window click on Device Settings
    Highlight the touchpad and click the "settings" button below it
    De-select "Enable Edge Swipes"
    Hope this helps

  • AIM Application Icon does not appear when using Today Theme

    When using the 'BB Dimension Today' theme that came with my Blackberry Curve, the AIM application icon does not appear.  If I change back to any of the other themes, the icon reappears.  Any ideas as to why this is the case, or how I can use both the 'Today' theme as well as AIM?
    Thanks! 

    Welcome to the Frums
    Are they hidden behind another icon ? or just hidden (click menu and show all).  Sometimes that happens.
    Nurse-Berry
    Follow NurseBerry08 on Twitter

  • Contacts - appears when use of whatsapp or sms but not while using contacts to dial

    i have a problem, few names / contacts do not appear whein i use 'contacts'.
    whereas the same names / conacts appear when i search using sms text messages or using whats app but does not appear when i use 'contacts'. 
    kdindlly assist. 
    Sonal Gandhi

    try copying all the contacts to the device using import contacts

  • OJ Pro8000 thin black line appear when using photo paper but not regular paper

    When using both my OJPro 8000 and my wife's OJPro8500, thin black lines appear every 7/8" on the paper when using photo paper.  This does not happen if I print on regular bond paper.

    Anything?  It's only happening in Photoshop, other apps print fine.

  • My entire TV show library does not appear when using home sharing to ipad

    I've tried everything to get my entire library to show when using home sharing on the ipad but it only displays the shows under letter A to the beginning of F.  Is there a limit on the seasons that can be displayed? Im streaming from itunes on a PC.

    I figured out my own problem. Thanks dmule you're a genius. All I had to do was turn off home sharing on my iPad and then turn it back on. Now all the video art work matches their proper movies.

Maybe you are looking for

  • 0material_attr

    Hi all, I am facing error while scheduling infopackage for 0MATERIAL_ATTR. I have ECC source system. 0BASIC_MATL  is not a valid. amit

  • Connection problems

    Hi, I have installed a Netgear wireless router, which is connected to my eMac by an ethernet cable. I can access the internet through Firefox without a problem, but when I try to check software update or get to the itunes store it says it cannot conn

  • How can I find out what application is using bandw...

    I've noticed recently there is a constant active internet connection on my phone. If I disconnect it in connection manager it just starts again but I can't figure out which application on my phone is causing this as there is nothing running in the op

  • My itunes crashes when I leave it on overnight

    I recently built a new computer and donwloaded the latest itunes. Im running 7 64 bit and every time i leave my itunes on to listen to music while I sleep my computer crashes. This is the only time it does. If i dont have itunes running my computer s

  • Master in Oracle and explicit tablespaces

    Hi All - I'm curious if anyone has installed Tidal 6.1.x without explicitly defining tablespaces.  The DBA's don't define tablespaces as "Oracle has managed tablespaces for the last 4 versions." I can update the upd.xml file for the Master database,