Has somebody can give me an example of LON.DLL functions program in LabView.

thank you in advance.

You must have the interface documentation of the DLL to create VIs interfacing that DLL.
Go in help to "VI and Function Reference>>Advanced VIs and functions>>Call Library functions".
Look in an answer for an example for a VI interfacing a function in shell32.dll. That's the way LV will interface to a DLL.
I don't now the lon.dll, but if the interface will have functions which will have callback functions or pointer to structs as parameter you are forced to write a special interface DLL of your own.
Waldemar
Waldemar
Using 7.1.1, 8.5.1, 8.6.1, 2009 on XP and RT
Don't forget to give Kudos to good answers and/or questions

Similar Messages

  • Who can give a whole example on toplink developed in JDeveloper?

    I am interested in web development by toplink.
    I downloaded those flash demo in this web site.
    But they are not complete about toplink.
    Who can give a complete example about toplink developed in JDeveloper?

    Hi
    I dont know if you are still looking but here are some of the toplink tutorials i used.
    http://www.oracle.com/technology/obe/obe9051jdev/advancedtoplink/toplinkadvanced.htm
    http://download-west.oracle.com/otn_hosted_doc/toplink/1013/b13593/preface003.htm
    This one is very good:
    http://www.oracle.com/technology/obe/obe9051jdev/ide1012/adfworkshop/buildingadfapplicationsworkshop.htm

  • Somebody can give me some manual about tuxedo! thanks

    I need the tuxedo manual about its functions and atmi , api!
    so somebody can help me !
    Please give a link or post them to me mailbox !
    [email protected]
    thanks!

    http://edocs.beasys.com/more_tux.html
    "redtomy" <[email protected]> wrote:
    >
    I need the tuxedo manual about its functions and atmi , api!
    so somebody can help me !
    Please give a link or post them to me mailbox !
    [email protected]
    thanks!

  • Anybody can give me an example about net procedure & gross procedure??

    dear SAP consultant,
    are there anybody can give an example about transaction with net procedure or gross procedure for tax calculation..
    so far this is my mind set..
    net procedure transaction
    revenue    1000
    discount       50
    tax              100
    gross procedure
    revenue     1000
    discount        50
    tax              950
    which one is true??or both of them totaly wrong??
    need your help
    Warm regard,
    Land Lord

    Hi,
    Gross tax on sales/ purchases
    In this procedure, the system posts taxes to the expenditure or revenue account assignment. The lines for sales/purchase tax are distributed proportionally to the FM account assignment elements (for example, commitment item, funds center and fund) of other relevant lines.                                                           
    ·        Separate tax on sales/purchases
    In this procedure, the system posts the taxes in Funds Management to a separate commitment item. The lines for sales/purchase tax are distributed proportionally to the FM account assignment elements (for example, funds center and fund) of the relevant lines. The tax commitment item is derived, for example, from the tax account.
    ·        Net tax on sales/purchases
    The tax is updated to a separate commitment item as it is in the separate tax update, provided that the tax account is assigned to a statistical commitment item with financial transaction 30. Otherwise, no update is carried out.
    Thaks
    Prasada

  • Has somebody can tell me how to find the user_exit ?

    Hi experts,
    I am using MIRO to auto posting the specific account, but now i don't need the "subsequence debit" posting the differences to this account. Hence, i want to add some abap code to control it.
    Has someone can tell me which user_exit i can use ?
    Thank !
    ZZ

    Hi Carlos
    These are some user exits. Please check some of the exits
    LMR1M001  User exits in Logistics Invoice Verification
    LMR1M002  Account grouping for GR/IR account maintenance
    LMR1M003  Number assignment in Logistics Invoice Verification
    LMR1M004  Logistics Invoice Verification: item text for follow-on
    LMR1M005  Logistics Inv. Verification: Release Parked Doc. for Po
    LMR1M006  Logistics Invoice Verification: Process XML Invoice
    MRMH0001  Logistics Invoice Verification: ERS procedure
    MRMH0002  Logistics Invoice Verification: EDI inbound
    MRMH0003  Logistics Invoice Verification: Revaluation/RAP
    MRMN0001  Message output and creation: Logistics Invoice Verifica
    ~ Ranganath
    PS : Reward points for useful answers !

  • SOMEBODY can give me a hint !!!

    If we have the input string "i am waiting for you."
    and if we want to follow the following rule ie: for->4 ait->8 you->u
    the input string should be changed to "i am w8ing 4 u."
    (You are not allowed to use subString method)
    somebody can tell me how to do it?
    i am a little bit confusing.
    THANKS!

      char[] buf    = new char[3];
      StringBuffer out = new StringBuffer();
        // prefill the buffer
      buf[0] = yourString.charAt(0);
      buf[1] = yourString.charAt(1);
      for ( int x = 2; x < record.length; x++ )
          // get the next character
        buf[2] = record[x];
          // do we have a string (in buffer) to replace ?
        boolean match = true;
        String test = new String( buf );
        if      ( test.equals( "for" ) )  buf[0] = '4';
        else if ( test.equals( "ait" ) )  buf[0] = '8';
        else if ( test.equals( "you" ) )  buf[0] = 'u';
        else match = false;
          // output the first character in buffer
        out.append( buf[0] );
          // if matched, then discard last two buffers
        if ( match )
          buf[1] = yourString.charAt( ++x );
          buf[2] = yourString.charAt( ++x );
          // now shuffle the buffer by one character
        buf[0] = buf[1];
        buf[1] = buf[2];
        // don't forget the last two characters in buf !
      out.append( buf[1] );
      out.append( buf[2] );The above code isn't totally correct - treat it as pseudo code and you should see the algorithm I'm suggesting.

  • Somebody can give me some instructions

    How should I download the products I was buy ing and pay ing

    Hi Stef Demol,
    Please quit Creative Cloud desktop application and rename the Opm.Db file within the mentioned location :
    Windows : : "Users\ {User Name} \AppData\Local\Adobe\OOBE "
    Mac: :" ~/Library/Application Support/Adobe/OOBE "
    Once done you can launch your Creative Cloud desktop application once again and it will give you the option to download. Let us know for further query.
    Regards,
    Ratandeep Arora

  • Where can I find an example of teh overload functions for the "Createvariable"

    I am trying to find a coding example of the overloads for the "CreateVariable" function in Measurement Studio.  The goal is to define a variable type at creation time.
    Thanks

    Hi JohnnieM,
    You can see the three overloads for the CreateVariable method in the help here: http://zone.ni.com/reference/en-XX/help/372636F-01/mstudiowebhelp/html/3c1ef3de/. I couldn't find an example snippet of code but if you wanted to explicity define the type you need to use CreateVariable(VariableCreationOptions) like this:
    string processName = "myProcess";
    string variableName = "myVariable";
    ServerProcessInfo procInfo = ServerProcess.Create(processName, true);
    VariableCreationOptions varOptions = new VariableCreationOptions(processName, variableName);
    varOptions.VariableType = typeof(Double); //this is where you specify the type
    ServerVariableInfo varInfo = procInfo.CreateVariable(varOptions);
    Hope this helps!
    Kevin

  • In the privacy policy, it states that percentages and durations of books read are being collected to ensure that publishers can have a metered price model, prices depending on how the book was read. Give me an example of a company with such a price model?

    In your privacy policy, you state that the percentages and durations of books read are being collected to ensure that publishers can choose a metered price model. Prices which depends on the duration for which the book was read.
    Give me an example of a company with such a price model? Are the information being collected even where the companies have not asked for the information, even when the metered price models are not being used?
    Here is an extract från the privacy policy:
    What information does Adobe Digital Editions collect and how is it used?
    The following information may be collected when an eBook with DRM is opened in Adobe Digital Editions software. If an eBook does not have any DRM associated with it, then no information is collected.
    User GUID: The User GUID is a unique value assigned in place of your User ID and is used to authenticate you.
    Device GUID: The Device GUID is a unique value generated to identify your device. It is used to ensure that the eBook may be viewed on your device and that the number of devices permitted by the license is not exceeded.
    Certified App ID: This ID represents the application that is being used to view the eBook, in this case Adobe Digital Editions. It is necessary to ensure that only a certified application may display an eBook. This helps to minimize piracy and theft of eBooks.
    Device IP (Internet Protocol): This identifies the country you are located in when you purchase an eBook.  It is used by eBook providers for the enablement of localized pricing models. Only the country identifier of the Device IP is stored.
    Duration for Which the Book was Read: This information may be collected to facilitate limited or metered pricing models entered into between eBook providers, such as publishers and distributors. These models are based on how long a reader has read an eBook. For example, you may borrow an eBook for a period of 30 days. While some publishers and distributors may charge libraries and resellers for 30 days from the date of the download, others may follow a metered pricing model and charge them for the actual time you read the eBook.
    Percentage of the eBook Read: The percentage of the eBook read may be collected to allow eBook providers such as publishers to implement subscription pricing models where they charge based on the percentage of the eBook read.
    Information provided by eBook providers relating to the eBook you have purchased: The following information is provided by the eBook provider to enable the delivery of the eBook to your device:Date of eBook purchase/download
    Distributor ID and Adobe Content Server Operator URL
    Metadata of the eBook, such as title, author, language, publisher list price, ISBN number
    How is the information transmitted?
    The data is sent periodically to Adobe via a secure transmission using HTTPS.
    How is the information used?
    Adobe uses the information collected about the eBook you have opened in Adobe Digital Editions software to ensure it is being viewed in accordance with the type of DRM license that accompanies that eBook. The type of license is determined by the eBook provider. For more information on how each piece of data is used, please see above.

    In your privacy policy, you state that the percentages and durations of books read are being collected to ensure that publishers can choose a metered price model. Prices which depends on the duration for which the book was read.
    Give me an example of a company with such a price model? Are the information being collected even where the companies have not asked for the information, even when the metered price models are not being used?
    Here is an extract från the privacy policy:
    What information does Adobe Digital Editions collect and how is it used?
    The following information may be collected when an eBook with DRM is opened in Adobe Digital Editions software. If an eBook does not have any DRM associated with it, then no information is collected.
    User GUID: The User GUID is a unique value assigned in place of your User ID and is used to authenticate you.
    Device GUID: The Device GUID is a unique value generated to identify your device. It is used to ensure that the eBook may be viewed on your device and that the number of devices permitted by the license is not exceeded.
    Certified App ID: This ID represents the application that is being used to view the eBook, in this case Adobe Digital Editions. It is necessary to ensure that only a certified application may display an eBook. This helps to minimize piracy and theft of eBooks.
    Device IP (Internet Protocol): This identifies the country you are located in when you purchase an eBook.  It is used by eBook providers for the enablement of localized pricing models. Only the country identifier of the Device IP is stored.
    Duration for Which the Book was Read: This information may be collected to facilitate limited or metered pricing models entered into between eBook providers, such as publishers and distributors. These models are based on how long a reader has read an eBook. For example, you may borrow an eBook for a period of 30 days. While some publishers and distributors may charge libraries and resellers for 30 days from the date of the download, others may follow a metered pricing model and charge them for the actual time you read the eBook.
    Percentage of the eBook Read: The percentage of the eBook read may be collected to allow eBook providers such as publishers to implement subscription pricing models where they charge based on the percentage of the eBook read.
    Information provided by eBook providers relating to the eBook you have purchased: The following information is provided by the eBook provider to enable the delivery of the eBook to your device:Date of eBook purchase/download
    Distributor ID and Adobe Content Server Operator URL
    Metadata of the eBook, such as title, author, language, publisher list price, ISBN number
    How is the information transmitted?
    The data is sent periodically to Adobe via a secure transmission using HTTPS.
    How is the information used?
    Adobe uses the information collected about the eBook you have opened in Adobe Digital Editions software to ensure it is being viewed in accordance with the type of DRM license that accompanies that eBook. The type of license is determined by the eBook provider. For more information on how each piece of data is used, please see above.

  • Can u give an detail examples or help on SQL- loader

    Can u give an detail examples or help on SQL- loader
    I need full details on this how to run and what are the pre requirements for this and what
    Can u give an example with unix+sql loader

    The Oracle Utilities manual has a chapter on SQL*Loader Case Studies
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96652/ch10.htm#1656
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Can anyone give me an example of direct, queued and unserialized delta?

    hi all,
    Can anyone give me an example of direct, queued and unserialized delta for fi and sd applications.
    thanxs in advance
    regds
    hari

    hi,
    Update Methods,
    a.1: (Serialized) V3 Update
    b. Direct Delta
    c. Queued Delta
    d. Un-serialized V3 Update
    Note: Before PI Release 2002.1 the only update method available was V3 Update. As of PI 2002.1 three new update methods are available because the V3 update could lead to inconsistencies under certain circumstances. As of PI 2003.1 the old V3 update will not be supported anymore.
    a. Update methods: (serialized) V3
    • Transaction data is collected in the R/3 update tables
    • Data in the update tables is transferred through a periodic update process to BW Delta queue
    • Delta loads from BW retrieve the data from this BW Delta queue
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Issues:
    • Even though it says serialized , Correct sequence of extraction data cannot be guaranteed
    • V2 Update errors can lead to V3 updates never to be processed
    Update methods: direct delta
    • Each document posting is directly transferred into the BW delta queue
    • Each document posting with delta extraction leads to exactly one LUW in the respective BW delta queues
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Pros:
    • Extraction is independent of V2 update
    • Less monitoring overhead of update data or extraction queue
    Cons:
    • Not suitable for environments with high number of document changes
    • Setup and delta initialization have to be executed successfully before document postings are resumed
    • V1 is more heavily burdened
    Update methods: queued delta
    • Extraction data is collected for the affected application in an extraction queue
    • Collective run as usual for transferring data into the BW delta queue
    Transaction postings lead to:
    1. Records in transaction tables and in extraction queue
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3. This BW Delta queue is read when a delta load is executed.
    Pros:
    • Extraction is independent of V2 update
    • Suitable for environments with high number of document changes
    • Writing to extraction queue is within V1-update: this ensures correct serialization
    • Downtime is reduced to running the setup
    Cons:
    • V1 is more heavily burdened compared to V3
    • Administrative overhead of extraction queue
    Update methods: Un-serialized V3
    • Extraction data for written as before into the update tables with a V3 update module
    • V3 collective run transfers the data to BW Delta queue
    • In contrast to serialized V3, the data in the updating collective run is without regard to sequence from the update tables
    Transaction postings lead to:
    1. Records in transaction tables and in update tables
    2. A periodically scheduled job transfers these postings into the BW delta queue
    3.This BW Delta queue is read when a delta load is executed.
    Issues:
    • Only suitable for data target design for which correct sequence of changes is not important e.g. Material Movements
    • V2 update has to be successful
    hope it helps
    partha

  • Please can you clarify this and give me an example ?

    I want to sign up with iTunes connect to publish my books, but there is this section of the contract which I didn't get it is not clear will you please clarify it and give me an example.
    "Apple shall be entitled to a commission, in accordance with this Section 5(a) on the delivery of any eBook to any eBook purchaser, even if Apple is unable to collect the Customer Price for that eBook from that eBook purchaser."
    Does it mean that if someone did a purchase of my book you deliver it, before you got paid and it will be registered as sold, and I have to pay the commission for an unpaid book which may be done by many humbugs hundred times .

    It might be similiar to the way Amazon does it - if you set the eBook price higher at one store than every other store, that store has the right to lower the price and collect the lower price for it (price matching).
    So you sell your book at Amazon, Barnes and Noble, and Apple.
    At Amazon it's $5.
    At Barnes and Noble it's $5.
    At Apple it's $10.
    Apple has the right to lower the price to $5 and collect the commission on $5 and only remit you your commission on the $5.
    That's my GUESS. I don't actually know, I just know what's how Amazon does it.

  • Can you give me an example of using blacklist from in mail settings to block unwanted mail?

    I want to use serveradmin settings mail command line to set a list of domains/servers I do not want to receive emails from. Can you give me an example on how to set this in ML server?
    I managed to set the domains using the command line serveradmin but it is not working. This is a list of domains I have set so far:
    mail:postfix:blacklist_from:_array_index:0 = "bounces.servidordeenvio.com"
    mail:postfix:blacklist_from:_array_index:1 = "reiserver50.info"
    mail:postfix:blacklist_from:_array_index:2 = "vps5.central-adworks.com.br"
    mail:postfix:blacklist_from:_array_index:3 = "emailTrocar.com.br"
    mail:postfix:blacklist_from:_array_index:4 = "geeklemail21.com.br"
    mail:postfix:blacklist_from:_array_index:5 = "produtosnotaveis.org"
    But I still keep receiving emails from those domains with virus (which are intercepted by the virus filtering) and receiving alert messages from the server app suggesting me to include these domains in a blacklist.
    Thanks for your help..

    Thank you.
    I tried it out and did not work either but I finally found a way to add multiple entries. I read on the serveradmin man page that if you had multiple values you should better off use a file for input.
    I did create a plain file with as many as needed entries:
    mail:postfix:blacklist_from:_array_index:0 = "*@xxx.com"
    mail:postfix:blacklist_from:_array_index:1 = "*@xxxx.com"
    saved as blacklist then I issued the command:
    sudo serveradmin settings < blacklist
    This solved the setting of multiple values. I will monitor if it will really block the spam from the locations.
    Thanks again for your help and interest.

  • HT201210 i bought a iphone 3g from market yesterday and the phone is showing a usb an also itunes logo on the screen, the ive tryed restore and update, but once this has finished it gives me erra code (1015) can anybody help me plz

    i bought a iphone 3g from market yesterday and the phone is showing a usb an also itunes logo on the screen, the ive tryed restore and update, but once this has finished it gives me erra code (1015) can anybody help me plz

    Error 1015: This error is typically caused by attempts to downgrade the iPhone, iPad, or iPod touch's software. This can occur when you attempt to restore using an older .ipsw file. Downgrading to a previous version is not supported. To resolve this issue, attempt to restore with the latest iPhone, iPad, or iPod touch software available from Apple. This error can also occur when an unauthorized modification of the iOS has occurred and you are now trying to restore to an authorized, default state.
    http://support.apple.com/kb/TS3694#error1015.

  • Can anyone give me an example for crm_svy_..._pai?

    Hi all, I have a survey, there are several questions. After I input the answers, I click the 'CHECK' button, I will check the answers. There will be different response to my answers. If the answer is not correct, I will post an error message.
    And I also need to retrieve data from tables to fill the blank.
    I am a beginner for CRM survey, can anyone help me? I create a FM:crm_svy_..._pai, and code in it right? But how can I do it?
    Can anyone give me an example for crm_svy_..._pai to do what I need?
    Many many thanks in advance!! 
    Heare is an example, but I don't its function and how does it work..
      read table lt_all_values into ls_value
                               with key answer_id = 'get_value'.
      if sy-subrc = 0.
        data: lt_values type crm_svy_api_string_t.
        append ls_value-value to lt_values.
        call method ir_survey_values->values_set
          exporting
            i_question_id = 'set_value'
            i_answer_id   = 'set_value'
            it_values     = lt_values.
      endif.

    Hi Yu,
    Could you tell how you solved your issue?
    Regards and tx in advance,
    Mon

Maybe you are looking for

  • How to change the Callback function of a GUI button?

    I would like to change the callback function associated with a GUI button dynamically in the programming way. Here is the code piece I tried, but it does not seem to work: const char* pstrLabelSaveJpeg = "SaveJpegCb"; SetCtrlAttribute(pahel_id, ctrl_

  • Trial, Xcelsius, Crystal and SAP trouble

    Post Author: Leandor CA Forum: Xcelsius and Live Office Dear friends,I'm new to Xcelsius world.I'm working with a SAP BEX query which feeds a Crystal Report (with two parameters, start date and end date in string format)I've used Live Office to creat

  • IMPORT error :  ORA-01631

    Hi, I am impoting a dump file to a Oracle 8.1.7 database. Before the import, I have manually created all the tablespaces required. Now I'm getting an error while importing rows: ORA-01631: max # extents (100) reached in table <..> IMP-00018: partial

  • Mov Rec to Wrong Card in 5D Mkiii

    I record separately, RAW to CF, JPEG to SD, and select the CF for playback so the Mov files will be recorded to it. Sometimes I'll turn on my 5D Mkiii and find that the playback designation has mysteriously changed to the SD card. Anyone else notice

  • LENOVO 3000N200 0769 VISTA screen on rescue and recovery 4

    Need your help please Wasn't the last person to use my Laptop. noticed sometime ago when triying to log in that my screen has default to Rescue and recovery 4; what make impossible for me to access windows. please i've all i could but no success. i c