Seeking Advice: Labview and Boxcar Integrators

Background:
I currently use two Stanford Research SR250 boxcar integrators to acquire
voltages from two photodiodes (TTL voltages) at a repetition rate of 1 kHz
for a transient absorption experiment. An analog processor then takes the
difference (one is signal and one is reference) before a third boxcar
provides averaging and amplification. The analog output of the third
boxcar is sent to an NI multifunction board and finally monitored with
Labview.
Questions:
I am constructing another system and I am looking for advice on how I
might be able to do all (or most) of the work I described in the
background above with a new multifunction board and Labview (or Labview
RT)...any general comments or recommendati
ons are welcome
Specifically...
I know there are analog inputs, however, I assume the signal has to be
digitized before it can be manipulated (to subtract two analog signals or
divide one analog signal by another) and I want to minimize the amount of
digitization error...are there multifunction boards capable of analog
processing?
Also, will timing of the data acquisition be reproducible without using
Labview RT...along those lines, are there still timing problems with
Labview and Win98...my experience has been that milliseconds are lost due
to the overhead of the operating system...it seems that Labview RT could
solve this problem.
-thank you
Matt

I don't think you will find a standard DAQ board which can perform the gating functions of the SR250. I looked it up and the gate times range from 2 ns to 15 us. The gating suppresses noise and interfering signals during the time the gate is off.
You might be able to simulate this if you are using the long time end, perhps 5-15 us. You could use a board which samples at MHz rates and suppress all the samples except those that occur during the gate time. You would also need to sample the gate signal or trigger signal. All the channels including the trigger/gate channel wold have to be sampled simultaneously (which many boards do not do).
The averaging and differences could be performed in software, provided that the initial digitizing was sufficient to accurately represent your signal. If the signal-to-noise ratio on a single pulse is very poor, you would also need to look at the added quantization noise introduced by the A/D conversion to make sure that that would not degrade a poor signal to the point of unusability.
So can it be done? Maybe, but I doubt that it would be easy. I suggest you keep at least the two front end SR250s.
Lynn

Similar Messages

  • How to switch central frequency fastly with labview and USRP?

    Hello everybody,
             Recently I was making a frequency hopping receiver with labview and USRP N210 and SBX. The transmitter works on the 2.4G band, and it changes from one central frequency to another every 65536us. As I think, if I start receiving at the correct time, and  change the central frequency of the USRP every 65536us, I should be able to receive the data.
        But I find that, when usrp switch form one central frequency to a different one, it spends nearly 48ms and when it switch from one frequency to the same one, it only spends 3ms(I test the performance by modifying the niUSRP EX Rx Continuous Async Reconfig on the Fly.vi example). So if I want to follow the hopping sequency, I may can only receive 17ms data because I have to save time for switching central frequency. 
         My problem is that: why usrp changes central frequency so slow,  how can I make the process faster? If I want to follow the hopping sequency, can anybody give me some good advice? Thanks

    There is an attribute "LO Frequency" that you can use to lock down the frequency of the local oscillator.  Then, when you set the "Carrier Frequency" attribute, the difference between the carrier frequency value and the LO frequency value will be realized by frequency shift in the DSP in the FPGA.  Changing this "digital" frequency shift value is much faster, since you don't have to re-tune the local oscillator.
    Let's say you're sweeping from 2.44 GHz to 2.46 GHz.  Set the "LO Frequency" to 2.45 GHz then Commit.  Then, in your loop, program the "Carrier Frequency" attribute from 2.44 GHz to 2.46 GHz.  In the loop, it will only program the digital frequency shift, which will happen much faster.
    Another tip is to use the property node to program only the attributes you want to change, rather than the niUSRP Configure Signal.vi (which sets many at once).
    For more details, see the "Configuration:Advanced:LO Frequency Property" in the NI-USRP Help, and look at this example:
    <LabVIEW dir>\examples\instr\niUSRP\niUSRP EX Fine-Tune LO Frequency.vi

  • Data logging optimization function in LabVIEW and SignalExpress

    Hello, everyone!  I and a colleague have assembled the attached VI,
    which is used to control a plant growth chamber, and I could use some advice. 
    I would like to add data logging capabilities, ideally to note (1)
    environmental conditions, such as temp and CO2 level and (2) when certain
    situations occur, such as high CO2 or low pressure (which results in a change
    to the “Case Structure for CO2 and Pressure”).
    The chamber runs for weeks at a time, though, so I have a constraint.
    Instead of continuously logging all the environmental data (which would yield
    giant file sizes), I want to be able to take “snapshots”, say every 5 minutes,
    so I can examine the chamber’s condition over a long period of time.
    I attempted to use the Time Delay function to control the Write Measurements
    function (as in LabVIEW’s Cycle Analysis example, which I’ve also attached),
    but Time Delay halted my entire program. 
    I also tried the Wait (ms) function, but had no success.
    I recently discovered the powerful data review and reporting tools that
    SignalExpress has to offer.  Ideally, I
    would like to use a SignalExpress express VI to record the measurements instead of the more primative Write Measurements, but, I’m not sure how to implement this in my VI.  For example, would I make a data acquisition VI in SignalExpress for all my sensors, export to LabVIEW, and use that to replace the current DAQ structure in my VI?  (Because the chamber VI is interactive, I'm pretty sure that porting the LabVIEW VI to SignalExpress wouldn't work out well.)  And I’m
    still not sure how to control how often it records measurements.
    Any advice would be much appreciated!
    Attachments:
    Chamber VI.vi ‏789 KB
    Cycle Analysis.vi ‏300 KB

    Hi, Sarah.  Yes I definitely plan to use LabVIEW for the majority of my data acquisition and logging.  I apologize, I think I probably should have broken my post into two separate posts for clarity, as my major concern is being able to set how often LabVIEW logs the environmental data (viewing the logged data in SignalExpress would be nice, but not a requirement).
    As I explained before, I'd really like to be able to set up a system that records the environmental condtions at regular time intervals, say every 30 minutes, or if my "Case Structure for CO2 and Pressure" status changes (such as from "Normal Conditions" to "High CO2".
    As an example, attached is a boolean structure (TimedWritedMeasurements.vi) that I came up with to record a simulated signal every 5 seconds (5000 ms).  Once I can get it to work, I would connect the boolean to my environmental sensor outputs and CO2 and Pressure case structure in my Chamber VI.vi that I attached in my first post.
    My problem is I can't seem to get the Trigger and Gate function to work the way I'd like.  I'd like the Wait (ms) function to trigger the Trigger and Gate function every 5 seconds to change the case structure in the TimedWriteMeasurements.vi to "True", thereby causing the Write Measurement function to record the environmental conditions.  Then I'd like the case structure reset to false, until it's triggered to true in another five seconds.  Can anyone point me in the right direction?
    Attachments:
    TimedWriteMeasurements.vi ‏84 KB

  • Seeking advice: moving universe between systems

    Hi all,
    I've been spending some time trying to work through the Business Objects documentation to try and understand what's involved in migrating a Universe from a non-SQL Server based system to a SQL Server based system.
    I'm seeking advice not having used Business Objects as I am attempting to estimate the work involved for a customer who currently uses BO. I don't know whether it's just a simple exercise of changing the database connection, or whether more work is involved. I've tried to get this information through SAP formally, but not currently being a BO customer they've refused to answer any questions.
    During the course of the migration of the underlying data tables, some columns in some tables have changed their data-type (e.g., from smalldatetime to datetime, or changes in length/precision). I'm also not sure if the tables have changed name: in the old system, they are named in a SQL type manner (i.e. <prefix>.<tablename>) however in SQL Server the objects will be placed in a database named <prefix> with each table being named <tablename>.
    Would this potentially require a full drop of every object in the Universe, or could this exercise be achieved without having to remove and re-add any objects by saying "this object in the Universe is now this object in the database".
    Any advice welcome.
    Cheers,
    Chris...

    Hi Chris,
    The universe is quite a simple tool in that it maps the sql directly to objects. So if the universe points to a table name that is no longer present, you wil get an error in the report, or when you check the integrity of the universe (tools, check integrity)
    The standard formats will move accross without an issue, however it is possible to use vendor specific code in objects. So for instance I could write
    nvl(my_table.my_col, 0) in Oracle
    or
    IsNull(my_table.my_col, 0) in MS SQL.
    If you objects contain these defintions then your job is going to get harder.
    Regards
    Alan

  • Seeking advice ABAP With BW

    Hi Friends/Professional,
    I am working as ABAP Consultant, i would like to learn new technology in sap, i am seeking advice please help me.
    As a abaper shall i select BW or XI or ABAP HR
    which is best acording to industry india/us market.
    i am not interested in coding, please advice,
    few friends giving advice BW.
    shall i go BW or any other module.
    please give advice asap.
    Thanks in advance
    Manisha

    Hi,
    If ur good at ABAP, learn BI/BW, it is the best combination to prefer. Usaully ABAP''ers learn BW very fast( seen this practically). so go ahead & learn BI/BW.
    The  BI BOOKs /Material's which is provided bySAP:
    TBW10 (BI – Enterprise Data Warehousing)
    TBW20 (BI – Reporting & Query Design)
    TBW41 (BI – Extraction with UDI & XI and APD)
    TBW42 (BI – Advanced Enterprise Data Warehousing & Reporting)
    TBW45 (BI – Integrated Planning
    For syllabus details....check the following link...
    http://www.sap.com/services/education/certification/certroles/certificationtest.epx?context=FFC760B8923D16BB5150DAE63E7C1A6B331AF0B9E3A8F73CE3A9B7046E051044503600C911DBA13DCE978D3AC9057626D2B68111A7CD2D707E2EEC31213097E46EB790DD0106435EE0756F7B22F3FA4B4FF0645C06954BF3A150E023B4164DA2C3943DE02E599735DB9B4334B30B38FF20A1DC779D8F55E5F7A6893BDBFA38B94CF455E2A3E0E6851014966C90C80E173937CF7C2372A6FC%7cDA891B3C877030D9765B85CAE6AC82FC3EB6BC7DA10B7335
    Hope this helps,
    regards
    CSM Reddy

  • Seeking advice on SAP/cloud

    Hello all,
    Will be doing proof-of-concept on SAP on cloud, installing ERP and seeking advice/feedback.
    Based on the criteria of easier installation and faster delivery (and of course success story), what will be the recommended combination of platform (LINUX, Windows) and database (Oracle, MS SQL, MAXDB, DB2).
    Thanks in advance.
    Regards,
    Terry

    There are lots of  documents in SDN and other forums which will give much better idea ... but these are my observation
    Installation - Once you have gone past the access process to the cloud environment, after that you can hardly differentiate whether you are on doing a install on cloud or non-cloud. Though definately the time to get the infrastructure for install is much faster.
    Windows or Linux - I would put it as windows or Unix, not sure how many providers offer other flavors of Unix apart from Linux. But obviously the Product itself to some extent will govern what you choose, as has been the case in non-cloud env.
    Database - Again have seen Oracle and DB2 being mostly used. Not sure why, may be stuff like doing system refresh in 15 min ,  etc  are easier to achieve with products like Oracle and DB2.
    Regards,
    Neel
    I dont have any exposure to windows on cloud. So i am not aware of specific positives it might have in cloud.
    Edited by: Neelabha Banerjee on Nov 22, 2011 3:40 PM

  • Seeking advice for backing up Xserve G5 w/ RAID PCI card

    Hello all!
    I'm a newbie to Macs and server admin, and I have inherited the job of setting up a server at work for file storage. I'll do my best to give a concise description of our set-up - I'm looking for some advice on the last few odds and ends... mainly how we can backup the system.
    We bought an Xserve G5 with an option RAID PCI card. We have 3 500GB drives in the Xserve, configured to RAID 5 (giving us effectively 1TB of storage space). We will be using the server for data storage. About 20 computers will access the server over a network; we are using an assortment of Macs and PCS.
    I am seeking advice on backup systems for the server. In the event that the RAID5 fails, we don't want to lose our data. We just need a snapshot of the server; we don't need to archive data or to take the HD offsite. Our old server just used Retrospect to run incremental backups every night (with a complete clean backup once a month). Our current thought is to attach large external hard drive to our admin computer (not the server directly) and run nightly backups as before.
    The major points I have are:
    -Any thoughts on reliable 1 TB external drives?
    -Any recommendations on software that can backup from a RAID over a network? I found info for Retrospect Server 6.0 - it seems to do what we want, but is rather pricey.
    Thanks in advance for any advice! I really appreciate it!
    Xserve G5 Mac OS X (10.4.2)

    Greetings-
    We all started out as newbies at one time or another-no worries. That is why we are here.
    I personally use the Lacie branded drives. They are sturdy and reliable. My only thoughts here are to have at least three external drives-one for today's backup, one for a backup stored securely nearby, and one to be securely stored off-site. Rotate the drives daily so that your worst-case scenario will be a catastrophe that requires you to use a three-day old backup, depending upon how old your off-site backup is. Not ideal but better than the alternative. External drives are cheap enough these days to allow you to do this at a reasonable cost. Plus it is easy enough to throw one in a briefcase and tote it home for safety (just don't lose it!)
    I would stay away from Retrospect. If you search these forums you will find several instances of folks having some serious issues with the program. I use a program called Carbon Copy Cloner that does the job nicely for my basement server. There are ways to do the backups via the command line interface as well but I am not so familiar with those commands. You may have to dig a little deeper to find something that works for you.
    One of the other advantages of the FW external drive is that you can share it with other users, so perhaps you can set things up to have your network backups to go to that drive. Tis a thought.
    Luck-
    -DaddyPaycheck

  • Seeking advice on moving up to HDV editing

    I appreciate folks on this forum who have assisted me in the past when I’ve had questions about iMovie, editing, burning DVDs etc. Karsten, Lennart, Bengt and others from around the world have been very kind and helpful. I am now seeking advice from anyone regarding “moving up” to the HDV world of video editing.
    I recently "retired" my 2003 iMac G4 800 MHz flat screen and replaced it with an iMac 2.8 GHz Intel core 2 duo with a 320 GB hardrive and 4 GB of upgraded RAM. I have a 250 GB external drive as well. I also replaced my old Sony TRV-30 digital camcorder (a great old workhorse which is still going strong after 8 years) with a Canon Vixia HV40 that has high definition recording capability (uses mini DV tape).
    I had been using iMovie HD 06 to edit my video projects along with iDVD and Toast 6 to burn them to DVD. I would like to start shooting HDV video with the new Canon, edit and burn the projects to Blu Ray high definition discs. MCE Technologies (among others, I believe) offer both internal and external Blu Ray burners. I don’t believe that the internal Blu Ray burner would work in my new iMac, but I may be wrong on that. (Does anyone know the answer?)
    I believe that the MCE external Blu Ray burner would work with my equipment if attached to one of the Firewire ports or possibly through one of the USB 2 ports. (there is both a 400 and 800 Firewire port on this iMac model.) I was planning to acquire Final Cut Express as the editing program with Toast 10 Pro (plus the Blu Ray plug in) to burn the edited projects.
    Will this work? Is there anything I should know before I plunge “headlong” into HDV editing? Any advice would be most welcome. Thanks in advance.
    Message was edited by: scooper

    scooper wrote:
    .. iMac 2.8 GHz Intel core 2 duo with a 320 GB hardrive and 4 GB of upgraded RAM. I have a 250 GB external drive .. Canon Vixia HV40 .. external Blu Ray burner .. Final Cut Express .. Toast 10 Pro (plus the Blu Ray plug in)
    Will this work?
    I'm jealous.. wow! MY set-up..
    HDV is supported by IMHD6.. just to mention that. so, HDV-editing is same as SD..
    iMHD6 Export 'FullQuality' creates a file, which is HiDef too, for your Toast/BR workflow ..
    HDV creates on import (IMHD6/FCE) huuuuuge files, 40-60GBs/h .. 250 extHDD = 6h, full..
    actual price for extHDD with 1TB <100€ ..
    keep in mind: internal harddrive has to offer any time 10-20GBs free..
    not every BR-standalone-player accepts homebrewn disks..don't be disappointed...
    Toast and iDVD can burn DVDs (=which offer SD only) from HiDef projects.. no need to 'convert'.. both apps downsize automatically...
    FCE has a (very) steem learning curve.. totally different to iMovie.. no one-click-only, no templates, no ready-mades.. but zillions of options, 101% control.. (simple example: ken burns with zoom-to-zil and rotation and moving out of frame...)
    buy a book of FC Mastermind and AppleDiscussions-Level5 supporter *Tom Wolsky* - he's a sensei, in-depth-knowledge, hands-on (=no tech blabla), easy to read and understand.
    don't start with a project, start with 'tests for the trashbin'..

  • Seeks the LabVIEW part time job ,Beijing China (6 years exp)

    Seeks the LabVIEW part time job, if appropriate knocks, it can change to full-time job. The following is the simple introduction,I hoped it can help you to understand me. I had worked for more than 5 years in the China Aerospace Science & Industry Corp. I was engaged in research and development work about the instruments control,Virtual Instrument System Integration,etc.I have finished many projects with LabVIEW. Such as:The Auto Measurement System for People's Liberation Army General Staff Department NO.2. The Time & Frequency Metrology Subsystem of some military project for China Electronics Technology Gropu Corporation 54.(CETC54).The Auto Calibration System for China Aerospace Science & Industry Corp 203 (CASIC203). GPS Rubidium Crystal Oscillator Metrology Auto Measurement System for China Shipbuilding Industry Corporation 750. All of projects have finished the test of army and aerospace. At the same time, I have optimized and improvement the KIT/KPS System for Daya Bay Nuclear Power Operations and Manavement Co.,LtdIn addition, I have finished Auto Measurement Platform for some company. It save 10,000 RMB for the company.I hace finished automatic production line of Fuse for Schneider Electric company.  Tips:  If  the project is very complex and difficult, I can cooperate with my friends. But most projects I can finished by myself.Please contact me, if necessary:Mr.Wang Beijing,ChinaCell Phome:13691203761 Email:[email protected]     [email protected] 

    The appropriate message board for this is LabVIEW Developers Seeking Employment

  • Seeks the LabVIEW part time job ,Beijing China

    Seeks the LabVIEW part time job, if appropriate knocks, it can change to full-time job. The following is the simple introduction,I hoped it can help you to understand me. I had worked for more than 5 years in the China Aerospace Science & Industry Corp. I was engaged in research and development work about the instruments control,Virtual Instrument System Integration,etc.I have finished many projects with LabVIEW. Such as:The Auto Measurement System for People's Liberation Army General Staff Department NO.2. The Time & Frequency Metrology Subsystem of some military project for China Electronics Technology Gropu Corporation 54.(CETC54).The Auto Calibration System for China Aerospace Science & Industry Corp 203 (CASIC203). GPS Rubidium Crystal Oscillator Metrology Auto Measurement System for China Shipbuilding Industry Corporation 750. All of projects have finished the test of army and aerospace. At the same time, I have optimized and improvement the KIT/KPS System for Daya Bay Nuclear Power Operations and Manavement Co.,LtdIn addition, I have finished Auto Measurement Platform for some company. It save 10,000 RMB for the company.I hace finished automatic production line of Fuse for Schneider Electric company.  Tips:  If  the project is very complex and difficult, I can cooperate with my friends. But most projects I can finished by myself.Please contact me, if necessary:Mr.Wang Beijing,ChinaCell Phome:13691203761 Email:[email protected]     [email protected] 

    The appropriate message board for this is LabVIEW Developers Seeking Employment

  • Controls System Engineer-Labview and Teststand

    One year experience in Labview and Teststand/automated testing system for Locomotives.Masters in Embedded Software. Seeking Employment Fulltime/Contract.

    Hi,
    Thank you for responding. I am based at USA. Currently looking for opportunities here.
    Thanks!
    Priya

  • Plot different data set depending of some conditions using labview and veristand

    Hi Community,
    i have a couple of points saved as XY data points on my desktop.  The files are save as csv.  the idea is to read the file utilizing the Read From Spreadsheet File vi when some conditions are met and then plot the XY data wiht XY Graph Addon of the veristand workspace.
    for instance:
    if case 1 is true read the corresponding file and then plot the first set of data
    if case 2 is true read the corresponding file and then plot the second set of data
    if case n is true read the corresponding file and then plot the n set of data.
    Could you give some advices how to implement it (Labview and Veristand)?
    I'm using LV and NIVS 2012
    Thx
    Mich
    Attachments:
    vide.vi ‏35 KB

    Hi Michel,
    I believe the easiest method will be to use the VeriStand .NET API to call into VeriStand and utilize LabVIEW for creating the decision making cases that you have.  I have attached some examples of using the VeriStand API in LabVIEW.
    Using the NI VeriStand .NET API in LabVIEW to Control a VeriStand System
    https://decibel.ni.com/content/docs/DOC-32268
    Where Can I Find LabVIEW Examples Using the NI VeriStand API?
    http://digital.ni.com/public.nsf/allkb/E1066949FA67B6CE862578A7005988D5?OpenDocument
    Please let me know if this helps.
    Matt S.
    Industrial Communications Product Support Engineer
    National Instruments

  • I am receiving the data through the rs232 in labview and i have to store the data in to the word file only if there is a change in the data and we have to scan the data continuasly how can i do that.

    i am receiving the data through the rs232 in labview and i have to store the data in to the word or text file only if there is a change in the data. I have to scan the data continuasly. how can i do that. I was able to store the data into the text or word file but could not be able to do it.  I am gettting the data from rs232 interms of 0 or 1.  and i have to print it only if thereis a change in data from 0 to 1. if i use if-loop , each as much time there is 0 or 1 is there that much time the data gets printed. i dont know how to do this program please help me if anybody knows the answer

    I have attatched the vi.  Here in this it receives the data from rs232 as string and converted into binery. and indicated in led also normally if the data 1 comes then the led's will be off.  suppose if 0 comes the corresponding data status is wrtten into the text file.  But here the problem is the same data will be printed many number of times.  so i have to make it like if there is a transition from 1 to o then only print it once.  how to do it.  I am doing this from few weeks please reply if you know the answer immediatly
    thanking you 
    Attachments:
    MOTORTESTJIG.vi ‏729 KB

  • Problem with Labview and an ARM Cortex

    Good morning,
    I am currently trying to use Labview with a board from ST Microelectronics (MCBSTM32) with an ARM Cortex Processor.
    I use the SDK and have followed the tutorials.
    But, when I try to launch the program (the simple loop as write in the tutorial n°2 : http://zone.ni.com/devzone/cda/tut/p/id/7029 ), Keil gives me an error via Labview:
    "Argument 'DARMSTM' not permitted for option 'device'."
    It seems that Keil does not allow an ARM Cortex from ST as the device.
    Moreover, after having this problem, I am unable to use a Keil project ,even a project which worked before, without Labview. I need to restart the computer.
    I also try to launch the Keil project generated by Labview, without using Labview, and it works. But as soon as I use Labview, I have the error.
    Did anyone already have this error or know how to solve it
    Thank you for your answer and sorry for my bad english.
    Regards,
    Raphaël VAISSIERE

    Hi Raphi,
    So let me make sure I understand,
    The project created in LabVIEW errors out with the message "Argument 'DARMSTM' not permitted for option 'device" 
    If you open the same project in Keil uVision, it runs fine
    Here are my questions:
    1. So how does the code run when run through Keil? does it deploy and run fine?
    2. Did you follow the porting procedure completely?
    Your target STM32F103RB  is techincally supported by Keil but you need to port the RTX kernel to it. This paragraph explains it:
    To determine if your target already supports the RTX Real-Time Kernel, browse to the \Keil\ARM\Startup directory, then browse to the folder that corresponds to the manufacturer of your ARM microcontroller. If there is an RTX_Conf*.c file for your target, then the RTX Real-Time Kernel has already been ported for your ARM device. If no such file exists, skip to chapter 4 for more information on the RTX Real-Time Kernel and a guide for porting RTX to your ARM microcontroller. 
    You also need to port the Real-Time agent to it.
    I just want to make sure that you have followed the guidelines. If you have and are still having problems, we will continue to explore this.
    Thanks,
    National Instruments
    LabVIEW Embedded Product Support Engineer

  • I am trying to use Labview and RP1210 compliant hardware to connect to a truck J1939 bus and receive messages.

    I am trying to use Labview and RP1210 compliant hardware to connect to a truck J1939 bus and receive messages. 
    Specifically I am attempting  to read data frames using the RP1210_READMESSAGE .   am able to configure the hardware and send a message to the J1939 bus. .    I think I have not configured something correctly.  I can use the RP1210_SENDMESSAGE and see the message I have sent on the bus using CANalyzer   When I use the RP1210_READMESSAGE   I get the timestamp from a message and the return from the function sends back the correct number of bytes (the number matches the number of bytes I sent out plus four bytes from the timestamp).  What I am having trouble with is actually receiving the data. I have had the same type of behavior from two different hardware (Vector CANcase XL and Nexiq USB Link), so I don't think the issue is vendor specific.
    Has anyone been able to make the RP1210_RECIEVEMESSAGE function work correctly?
    Thanks for any help

    Thanks
    I have already tried that.  The links are the NI RP1210 wraper. The problem I am having is using labview to interface with the RP1210 layer.  The RecieveMessage char*fpchAPIMessage this is the output which is a pointer to a cahracter array.  In this variable I can receive the timestamp of the message but not the message.  The retun showns the correct amount of bytes are aviaable (18 for a 8 byte message) but I can only get the 4 byte timestamp  I think I have to dereference this pointer to view the data.  I am not sure how to fix this. 

Maybe you are looking for