C# Wrapper for NI CAN

Hi everybody, 
I'm begining to write a C# .NET wrapper for NI CAN ( basic function for now).
Is anybody have already done something like that or someone want to collaborate with me ?
Regards.
B.W.

Hi bw-dijon,
Please find in attachment
the C#.NET wrapper for NI-CAN. You need Measurement Studio for the moment but I
will try to do it without MS. 
Let me know if this helps
and feel free if you have any questions. 
Benjamin R.
R&D Software Development Manager
http://www.fluigent.com/
Attachments:
CAN Input.zip ‏195 KB

Similar Messages

  • Service wrapper for a web service

    Hi All,
    How can I create a service wrapper for a web service.
    Thanks
    Gopal

    Create a Message/ Service Interface for your web-service....it is the service wrapper.

  • WCF RIA wrapper for SOAP service that is compatible with Lightswitch Data Source

    I have a WCF RIA wrapper around a SOAP service and all the simple entities work just fine. Unfortunately Lightswitch does not like my represenation of complex entities like SalesInvoice that contains a list of SalesInvoiceLines. How should I represent
    such an entity in RIA so that Lightswitch can accept it? Do I use the AssociationAttribute? If so what format? What type of collection/list/entityset should the SalesInvoiceLines be? An Example would be very useful.

    HI,
    Welcome to Lightswitch forum.
    According to your description above, I researched this issue, I found that while both OData and RIA Services support complex types on entities, due to scheduling constraints LightSwitch will not. 
    If a complex type property is exposed on an entity, LightSwitch will import the entity, ignoring that property. Further information:
    How to create a RIA service wrapper for OData Source
    Please let me know if there is anything that I can do to help.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • C# Wrapper for Berkeley Db is not ptting proper key and data values

    Hi All,
    I am using C# wrapper for Berkeley Db which is available at sourceforge.net.
    Now when i am putting an integer as key value, it returns keysize as 9,
    instead of returning 4.
    That C# Wrapper contains a serialzing class called BDBFormatter which pass all the data into DBT .
    The file created using C# Wrapper is not read as key and data values are not coming properly if i try to read the file using only C berkeley db.
    Can anybody suggest me some way to create a berkeley Db file in C#. which can be accessible by Linux C berkeley Db APIs.
    Any help will be appreciated.....
    Thanks,
    Eric Hass

    user11218092 wrote:
    Hi All,
    I am using C# wrapper for Berkeley Db which is available at sourceforge.net.
    Now when i am putting an integer as key value, it returns keysize as 9,
    instead of returning 4.
    That C# Wrapper contains a serialzing class called BDBFormatter which pass all the data into DBT .
    The file created using C# Wrapper is not read as key and data values are not coming properly if i try to read the file using only C berkeley db.
    How data is encoded is up to the programmer. There is no defined way in BDB to do that, it is application dependent.
    The BDBFormatter class is just one way of encoding C# classes and structs (which includes the ability to serialize Nulls).
    It is written with BDB in mind and has some performance advantages over the standard .NET serialization classes.
    If you want to read back the data from code written in another language, you will have to duplicate how data is encoded/decoded.
    The source code is there to read. ;-)
    Karl

  • How to create a Flash Wrapper for Captivate 5.5

    I just run into the following articule, "Developing a Flash Wrapper for Adobe Captivate " The author told that it is based on Action Script 2.0. Is there any information available creating the wrapper using Action Script 3.0? Where can I find the information related to this topic?
    http://www.connectusers.com/tutorials/2009/02/certificates/index.php

    That article was, of course, written outside of Adobe... I don't know of any Adobe-specific resources to help develop such a 'wrapper'... But there may be other third-party options.
    The link you point to discusses doing this for sake of a certificate. Is that what you need? There are 'widgets' available for Captivate that may satisfy your need...
    Or here's an article discussing development of such a widget, which may apply to what you're looking for:
    http://blogs.adobe.com/captivate/2010/12/advanced-adobe-captivate-widget-creation-another- experience-in-vicarious-elearning.html

  • Access bean(wrapper) for EJB

    How can I develop access bean(wrapper) for EJB in JDeveloper?

    Search the Internet for a product called JACOB
    JAva COm Bridge

  • How do it get DNxHD to show up as a codec choice under a quicktime wrapper for export?

    I have a client that wants the Avid codec in a quicktime wrapper.  i can get it in the .mxf wrapper with no trouble.  but for some reason it's not a codec choice for quicktime.....  what's the frequency??

    Select QT as the format and, lower down under video codec, select Avid DNxHD.
    You may have to install the Avid LE 2.2.1 codec pack.

  • Writing wrapper for dll

    Hi,
    I try to write the wrapper class for dll using J2Native. I have some problems while writting wrapper for the below dll function.
    USB_STATUS WINAPI USB_Initialize(short nWidth, short nHeight, HWND hWnd);
    1. USB_STATUS
    2. WINAPI
    3. HWND
    How i write the code in java for the above 3 keywords.
    Regards,
    Saravanan.K

    Hi,
    You can have a look to the official howto at http://jnative.free.fr/SPIP-v1-8-3/article.php3?id_article=4,
    A union is basically a memory block that can handle multiple types of data, so MemoryBlockFactory.createMemoryBlock() can do it.
    Download the sources from sourceforge (http://sourceforge.net/project/showfiles.php?group_id=156421) and see how Kernel32.java or User32.java are written.
    Best,
    --Marc (http://jnative.sf.net)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • C# wrapper for NI-TCLK

    I want to use HSDIO with C# with multiple PXIe cards synchronized with TCLK. I have a wrapper for the HSDIO C DLL so that I can use it with Visual Studio. I can't find a C# wrapper for NI-TCLK. I think in LabWindows there is a niTClk.h header and an associated DLL. It was very easy to find the HSDIO C# wrapper, not sure why it is so tough to find the same wrapper for NI-TCLK. Maybe this functionality is included in other drivers instead of a standalone driver??

    Hi Josh,
    The NI-TCLK library is included in the NI-SCOPE .NET class library.  Here are links to the download page and the readme file.
    http://www.ni.com/download/ni-scope-.net-class-library-2.0/4468/en/
    http://download.ni.com/support/softlib//high_speed_digitizers/niscope/windows/dotNet/2.0/readme_2012...
    Regards,
    Jim B.
    Applications Engineer, National Instruments
    -Jim B
    Applications Engineer, National Instruments
    CLD, CTD

  • REST API Wrapper For SP

    Hi,
    I am planning to create Service based custom wrapper for sharepoint using the REST API  for my developers so fetching and basic operations becomes easier for them. it turns out that in REST API/Web Services I am supposed to pass the credentials as well.
    and since i can not pass the default credentials in my service which is out side the SharePoint environment. it will be difficult to pass the authentication. I have also thought of doing the operations using 1 single credential. But in that case all my list/document
    library etc. has that user signature in created by and modified by columns on sharepoint.
    Any suggestion ?
    Thanks, Parth

    Hi Shay,
    Thanks for reply i followed the steps given in the documents, but there is a authentication problem.
    1.I am able to see the services available in the API ----> http://host:port/rest/api/resourceIndex
    These are some of the rest services  http://host:port/rest/api/spaces/resource/templates?utoken=FAOfyLL32piL7dPu9tXJjoEFMC5n_w**
                                                          http://host:port/rest/api/spaces?utoken=FAOfyLL32piL7dPu9tXJjoEFMC5n_w**
    My question is , Are these the correct services which i need to consume in Jdeveloper (URL Service Data Control).
    While consuming these services i m getting the error like "Authentication is Required". Is it the correct way to consume these services ??.
    If not could you please tell me how to resolve this issue..? help me in this..
    Thanks.

  • Ive lost my apple ID for my ipod, now i have an iphone and i want to use the same apple ID for both can someone tell me how to do this

    I have lost my apple ID for my ipod, now ive got a new iphone and i want to use the same ID for both, can anyone one tell me how to do this? ( i no my ID for the iphone)

    Just use the same ID.
    These may alos help:
    How to use multiple iPods, iPads, or iPhones with one computer
    What is the best way to manage multiple...: Apple Support Communities

  • My iTunes card won't redeem and when I try to it comes up with this "The gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes Store costumer support for assistance" can anyone help me?

    My iTunes card won't redeem and when I try to it comes up with this "The gift certificate or prepaid card code you entered has not been properly activated. Please contact iTunes Store costumer support for assistance" can anyone help me?

    Is the store that you bought the card from nearby so that you can try going back and asking if they can activate the card properly ? If it's not, or if they can't/won't activate, then you will need to do as the message says and contact iTunes Support (these are user-to-user forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then iTunes Cards And Codes (you will probably need to give them images of the front and back of the card, and possibly its receipt)

  • HT204053 I have different iCloud IDs for my iPhone &Mac and I have 5GB on each, if I decide to use only 1 ID for both, can I have 10GB or will I be limited to 5 since it's 1 iCloud ID.

    I have different iCloud IDs for my iPhone &Mac and I have 5GB on each, if I decide to use only 1 ID for both, can I have 10GB or will I be limited to 5 since it's 1 iCloud ID. I am afraid that if I I use only 1 iCloud ID for both of them I will be limited to only 5GB which is small a nd I don't have money to be paying annually for extra GB. Thanks and waiting for your replies.

    The free 5GB allowance is per account, not per device.
    If you back up to iTunes, 5 GB should be more than enough for the average user.

  • My wife and my iphones are both on the same apple id.  If I create a new apple id for her, can we still share our music?

    My wife and my iphones are both on the same apple id.  If I create a new apple id for her, can we still share our music?

    Yes.  If you are using two different instances of iTunes on your computers, make sure the music is on both copies of iTunes.
    The person with the new Apple ID will not "own" the music, as it is owned by the one with the former ID.  But the way to deal with this is for the new ID person to do Store > Authorize This Computer from iTunes' menu, then have the person with the ID that purchased the music enter his/her Apple ID and password.

  • If I purchase Adobe Creative Cloud for student, can I have the programmes on both my laptop and desktop for the same price?

    If I purchase Adobe Creative Cloud for student, can I have the programmes on both my laptop and desktop for the same price?

    Cloud License allows 2 activations http://www.adobe.com/legal/licenses-terms.html
    -Install on a 2nd computer http://forums.adobe.com/thread/1452292?tstart=0
    -Windows or Mac does not matter... 2 on the same operating system, or 1 on each

Maybe you are looking for

  • [Forum FAQ] How to find and replace text strings in the shapes in Excel using Windows PowerShell

    Windows PowerShell is a powerful command tool and we can use it for management and operations. In this article we introduce the detailed steps to use Windows PowerShell to find and replace test string in the shapes in Excel Object. Since the Excel.Ap

  • IPhoto 6: Severe decrease in quality == faster iPhoto?

    I upgraded to iPhoto 6 today, and I like how it is much faster than 5. But I have noticed that my images (in thumbnail view, edit view, and fullscreen view) look TERRIBLE now in iPhoto. The quality seems to be drastically reduced, very LOW resolution

  • Moving music from my ipod into my itunes library

    was wondering if any one knew how to put music that i have on ipod into my itunes library

  • Problem with Legend Representation.

    Dear All, any inputs on this issue .... We have a Pie Chart which represents the data in categories and a LEGEND for understanding the ranges for categories . We have provided navigation block for further data analysis. Quoting an example which gives

  • Java is not free and Hibernate ?

    I get information, that java is not free. I mean that if we develop for our self, it's free, but if we develop or make program and sell it, we must pay to sun. We must pay with what class or jar that we use. Is it true ? What is the meaning of hibern