What functions can I use to read from a RS-422 serial port?

I'm reading a continuous strem of three numbers of an anemometer connected via RS - 422. What is the easiest way to read these in LabVIEW? Also it would be easy to separate these numbers andplot them separately against the clock?

Dear

He's hit 422 network operations and Miss at best. We decided to use their equipment to convert RS232 RS422 but only use an intrument on each 422 network. So we didn't need mark of unity, we use a serial port, separate for each instrument. I just configured to run in default mode on several occasions where they send their status message. The default mode also transmits all three (if you use patterns 3-axis) for the playback speed.

When operating in this mode and configuration, everything I have to do is surround data and analyze the updated.

This screenshot should show you everything you need to get started.

Have fun!

Ben

Tags: NI Software

Similar Questions

  • What function can I use for the mode of addition of the worlds effect composite two?

    How can I do this without browsing the costume?

    ADD mode means R = Ra + Rb, G = Ga + f, B = b + Bb, A = Aa + Ab

    Is there a simple way of composite worlds integrates what AE?

    Hi Tenshi,

    You can do like this:

    PF_CompositeMode compositeMode;

    compositeMode.xfer = PF_Xfer_ADD;

    compositeMode.rand_seed = 0;

    compositeMode.opacity = PF_MAX_CHAN8;

    compositeMode.rgb_only = FALSE;

    compositeMode.opacitySu = PF_MAX_CHAN16;

    ERR (suites. WorldTransformSuite1()-> transfer_rect (in_data-> effect_ref,

    -> quality in_data,

    PF_MF_Alpha_PREMUL,

    PF_Field_FRAME,

    & world2-> extent_hint,

    & world1,

    & compositeMode,

    NULL,

    0,

    0,

    world2));

    You can replace PF_Xfer_ADD with any mode of transfer you like (you can find them in AE_EffectCB.h).

    See you soon,.

    François

  • not to mention that Notepad, what else can I use to write notes?

    Not to mention that Notepad, what else can I use to write and save notes

    Besides Notepad, Bruce Hagen suggested there are WordPad and Open Office.

    Open Office is an excellent free office program and in contrast to Microsoft Office Home and Student which is only for domestic use and costs about $130 Open Office can be used for commercial purposes also.

    If you download Open Office and take the time to learn it and set the parameters correctly it is Microsoft Office compatible.

    You also have the Windows log on your computer, so one with Vista can also read files (notes) you send them and you can export Windows Journal files like (* mht, * mhtml) files that can be read on XP.

    Christophe

  • Case function can be used as a parameter when calling a procedure, please advise...

    Case function can be used as a parameter when calling a procedure, please notify

    The daily procedure is called with the parameter 3 following one of the parameters using a function box between them as shown below.

    Daily_Ins (c1.p_mtrid, c1.p_UOM CASE WHEN "KWH" THEN 1 ELSIF 'KW' THEN 2 END, v_dateHold);

    In my opinion, using decode is illegal, so I think that I cannot say something like :

    Daily_Ins (c1.p_mtrid, ( decode c1.p_UOM, "KWH", 1 'KW', 2), v_dateHold);

    I think I just found something on the net

    SQL > DECLARE

    2 wages NUMBER: = 20000;

    3 employee_id NUMBER: 36325 =;

    4

    5 PROCEDURE give_bonus (emp_id in NUMBER, bonus_amt number) IS

    6 BEGIN

    7 DBMS_OUTPUT. Put_line (emp_id);

    8 DBMS_OUTPUT. Put_line (bonus_amt);

    9 END;

    10

    BEGIN 11

    12 give_bonus (employe_id,

    13 CASES

    14 salary when > = 10000 AND salary<=20000 then="">

    15. WHAT salary > 20000 AND salary<= 40000="" then="">

    16. WHAT > 40000 salary THEN 500

    17 0 OTHERWISE

    18 END);

    END 19;

    20.

    PL/SQL procedure successfully completed.

  • Can I use Adobe Reader DC to insert bookmarks and hyperlinks in documents that have been scanned in pdf?

    Can I use Adobe Reader DC to insert bookmarks and hyperlinks in documents that have been scanned in pdf?

    Hello

    I'm sorry, but you can't add bookmarks and hyperlinks to PDF using CD player. It isn't the apt software to carry out the Assembly.

    You will need Acrobat to perform this function.

    Concerning

    Sukrit diallo

  • If we then use the DML in function, this function can be used inside s

    If we use the DML statement in a function, then this function can be used within the select query or any DML query?
    select f from t2;
    

    I think that you wanted to interrogate t1.

    This works if the function is a stand-alone transaction:

    create or replace function f return number
    is
    PRAGMA AUTONOMOUS_TRANSACTION;
    begin
        update t1 set c=2;
        commit;
        return 1;
    end;
    / 
    
    select f from t1
    

    But as Billy, why would you do this way DML. And it's not stand-alone procedures should be used.

    A response to an interview question, but nothing wrong with it.

  • What query can we use... .for more than 30 days

    Select the PROPERTY, RELAVANTDATE,
    Sum (records) more)
    partition of property
    order of RELAVANTDATE
    between the '30' day interval preceding and the current line
    ) "SUM".
    of Test_Data

    What query can we use... .for more than 30 days
    can I use following or preceding
    SCOTT@soti_9> WITH Test_Data AS (
      2    select 10100 as property, to_date('25-JAN-07') as RelavantDate, 20 as notices from dual union all
      3    select 10100 as property, to_date('25-DEC-07') as RelavantDate, 5 as notices from dual union all
      4    select 10100 as property, to_date('02-JAN-08') as RelavantDate, 10 as notices from dual union all
      5    select 10100 as property, to_date('01-DEC-08') as RelavantDate, 10 as notices from dual union all
      6    select 10100 as property, to_date('02-DEC-08') as RelavantDate, 20 as notices from dual union all
      7    select 10100 as property, to_date('31-DEC-08') as RelavantDate, 20 as notices from dual union all
      8    select 10100 as property, to_date('03-JAN-09') as RelavantDate, 30 as notices from dual union all
      9    select 10100 as property, to_date('25-JAN-09') as RelavantDate, 20 as notices from dual
     10  )
     11  select PROPERTY,RELAVANTDATE ,
     12    sum(NOTICES) over (
     13      partition by property
     14      order by RELAVANTDATE
     15      range between current row and interval '30' day following
     16    ) "SUM"
     17  from Test_Data
     18  ;
    
      PROPERTY RELAVANTD        SUM
    ---------- --------- ----------
         10100 25-jan-07         20
         10100 25-dec-07         15
         10100 02-jan-08         10
         10100 01-dec-08         50
         10100 02-dec-08         40
         10100 31-dec-08         70
         10100 03-jan-09         50
         10100 25-jan-09         20
    
    8 rows selected.
    

    Kind regards
    Dima

  • How can I use a song from my iTunes as a ringtone

    How can I use a song from my iTunes as a ringtone

    You cannot use a song you bought. You will need to buy a ringtone.

    Good day to you mate.

  • In my laptop, when I open the itunes window there is an option 'Internet Radio' to listen to the different type of music. This "Internet radio" function can be used on my iphone5? And if so, how can I make it work?

    In my laptop, when I open the itunes window there is an option 'Internet Radio' to listen to the different type of music. This "Internet Radio" function can be used on my iphone 5? And if so, how can I make it work?

    No more. It merged with the Apple's music.

  • Any idea which function Essbase or a combination of function can be used to get the level zero members of a list of members.

    Any idea which function Essbase or a combination of function can be used to get the level zero members of a list of members. I know that @RELATIVE or @DESCENDANTS cannot be used.

    If you want to fix on all level 0 members in a member set, then maybe @ILDESCENDANTS will work for you.  Something like: @ILDESCENDANTS (@LIST (members), 0)

  • Satellite T130 - 12K - what SSD can I use?

    What SSD for use in satellite T130 - 12K?

    Hello

    You should be able to use each SSD on the market, because the Satellite T130 has already SATA interface. Thus, yust buy a 2.5 SSD that you prefer.

    As you can read from other readers like OCZ, G.Skill, etc. have already been used successfully :)

  • What function have to use

    Dear all,

    I'm working on a query that needs complex condition, could someone can help me what function or statement to have to use in this test?

    This is the query:

    SELECT MAIN_ICODE,

    GROUP_ICODE,

    SUB_ICODE,

    SUB_IDESC,

    UNIT_PRICE,

    NVL (BAL_QTY, 0) BAL_QTY,

    TTYPE

    OF INCH03

    WHERE RTYPE = 'T'

    AND TTYPE =- need to Add Condition here

    AND NOT MAIN_ICODE ('001 ', ' 002')

    Data in my table,

    MAIN_ICODEGROUP_ICODESUB_ICODESUB_IDESCUNIT_PRICEBAL_QTYTTYPE
    100600118702ENGINE WITH TECHO FOR CENTRIFUGE SENSOR43000.000B
    201300118725LIGHT STEM TUBE 40 W (GREEN)180.000M
    301300118709SWITCH ON / OFF FOR R.O.PLANT.650.000M
    400500118730BRASSO METAL POLISH200.000
    500600318677MEMOGRAPHY UNIT1400000.000B
    600600118712TEETH MICRO FORCEPS650.000B
    700600118713PLAIN OF MICRO FORCEPS550.000B
    801300118728FOR LIGHT FLASHING1 050,000M
    900500218642MAGNESIUM SULFATE POWDER1800.000
    1000500218643WATER PURIFICATION TABLETS80,000
    1100500118654FILTER OIL [LF-670] TO 800 KVA1550,000
    1201300118659CHANGE OVER THE POLE AMP 4 BOX 40023000.000M
    1301100118731SERVER DELL POWEREDGE 2950 SAS * 4 MACHINE115500.000I have
    1401100118732SERVER DELL POWEREDGE 2950 SAS * 3 MACHINE99500.000I have
    1503300118656THE WOODCUT DISCK 8 "680,000
    1600900118631BLOOD BAG [DOUBLE WITHOUT SET]320,000
    1700500110874FILTERS FOR WATER [F 10-2]95.000
    1800500110887[O - RING] WATER FILTER150.000
    1903300111602SAW BLADE MOUNT25.000
    2000500111657[M-601-C] WATER FILTER200.000

    Here, I need to add the condition if TTYPE = 'I' return all data 'I' game but if TTYPE is selected else as am ' can it return data of'm ' including NULL values condition also same data for 'B '.

    Please help me in this matter.

    Thank you

    Atif Zafar

    Dear Sir

    Give the following condition

    AND (TTYPE =: TTYPE OR (: TTYPE <> 'I' AND TTYPE IS NULL)). So the total query will be

    SELECT MAIN_ICODE, GROUP_ICODE, SUB_ICODE, SUB_IDESC, UNIT_PRICE, NVL(BAL_QTY, 0) BAL_QTY, TTYPE
    FROM INCH03
    WHERE RTYPE = 'T' AND (TTYPE = :TTYPE OR (:TTYPE <> 'I' AND TTYPE IS NULL)) AND MAIN_ICODE NOT IN ('001', '002')
    

    Manu.

  • When I updated my Adobe Acrobat plug-ins it uninstalled Adobe Reader and installed Adobe Acrobat Reader DC. Can I use Adobe Reader instead?

    I am running Windows 7 Home Premium 64-bit. Firefox said that my plugin Adobe Acrobat was outdated, so I've updated. It uninstalled my Adobe Reader Version 11.0.12.18 and replaced it with Adobe Acrobat Reader Version 2015.008.20082 DC. I did not like this program, and more I read there are still bugs in there. I uninstalled the program and reinstalled Adobe Reader Version 11.0.12.18. I went into the menu of options of Firefox under applications and changed the options Adobe to use Adobe Reader as the default application for PDF files. It is a safe choice, or should I leave Firefox dictate what PDF program I use? I am concerned about safety issues. Any opinions?

    I think that your question has been answered mainly in this thread: https://support.mozilla.org/questions/1079182

    In my opinion, you can trust Adobe to keep the series XI Reader updated for awhile. It is completely safe is impossible to know, given that vulnerabilities are often discovered and kept secret.

  • Can I use time capsule from Apple and an external hard drive that is connected to my Mac at the same time to save?

    I have an external hard drive (1 TB ADATA HV620) and a time capsule of Apple 2009. So far I have used the external drive-DATA to back up regularly on my Mac, but it uses one of my USB slots. I would like to start using the time capsule from Apple to everything back up, as it does so wireless, but I still want to be able to back up by using the ADATA hard drive occasionally. Is it possible to use two devices to back up or can I use only one device? Thank you.

    You can use the two devices, but Time Machine... If that's what you use to back up... can back up only to a disc at a time. So if you set up Time Machine to back up on both discs, it will support drive until one first, then the other after the first drive of the backup is complete.

  • What digital IO to use to read the temperatures of a pt100?

    Hi all

    If this isn't a question about programming, but on the material and I need advice!

    For my experience, I have a usb-6008. The problem is I pt100 3 that I need to read and of course the usb-6008 work very badly because he does not read the resistance, but the tension and so I find myself with ridiculous in my readings of temperature fluctuations, making it completely useless.

    So here's my question, what guys would you use? Honestly, the usb-6008 case is average enough for my needs and work well with everything else I don't except this. I also doubt that my boss would be willing for me to buy a labview $ 1500 digital I/o, so I kinda need a less costly solution. Or maybe there's a way to twist the casing usb-6008 to make do what I want?

    Any suggestions would be very welcome!

    Thank you very much!

    For equipment, you can use NI 9217 and carrier cDAQ 9171:

    4 ch Module RTD 100 ω for USB

    You can also use DC pt100 or, possibly, 4 - 20mA pt100 my , these modules can then be fed to your USB9008. I have not used this particular means, but if you do a search on the web, you will find a lot of similar products.

Maybe you are looking for

  • Games on Satellite Pro A60

    I bought my new computer some months there is too much use for school and a little play.I too wanted to play the new World Of warcraft online game.But its as if the graphics card can not work properly with the game. Im not used too many cell phones.

  • Skype disconnects me

    I really hope someone has a solution to this. Whenever I turn off my cell phone that Skype now disconnects me if I constantly to reconnect. It has just begun in the last week. I have the latest version of Skype, any suggestion would be appreciated. T

  • more same trace name

    I have table of waveform with plot more than Ditto and I want to assign the name of single Ditto before the start of the program... How can I missionattribue the name of simple concession Ditto? tanks for help

  • ACPI\VEN_HPQ &amp; DEV_6001

    need to driver hp

  • the hand book

    Is started for my new HP desktop computer, product name p6510c, Pages11 to 19 in English are missing how to do? Thank you