Integrate the ICB with web interface

Hi all

We already have a CVI writes to order any of our instruments. We must develop a web interface to pass parameters to the CVI. In addition, currently the data is generated by the BCI as .csv files. What more we need to do is to transfer the data to a database as well. I did some research and discovered that Measurement Studio provides a .NET environment to control instruments. In addition, I think that the CVI/SQL Toolbox should be able to solve my problem of database. My question is who will Measurement Studio I want to integrate the CVI already present and communicate with him using a web interface? If so, what me does establish this communication?

Thank you

Kanu

Kanu,

Unfortunately, there is no easy or good way to create a web interface with CVI directly.  You can do this in Visual Studio with Measurement Studio, but you will at least need to the professional edition to do because you want to use web forms.  There are some resources with more information on the web forms, including this Walkthrough.

Since you already have an investment in CVI, I don't understand why you don't want to throw just as work on.  According to the works of your code, you have a few options on how you try to bring together these two languages.  You can try to make your C code in a DLL and call it in the .NET application, as in this discussion of the call to invoke from managed code.  However, a better solution would probably be to use Of network Variables to communicate between the two programs.  Then, you can limit the .NET application to be mostly just a control interface that writes to the network variables, which are then used in the CVI program that you've already written.

Hope this helps,

Jen W

Technical sales engineer

National Instruments

NI.com/support

Tags: NI Software

Similar Questions

  • For the complex data type, how to generate the Dll with compatible interface to C/C++

    Hello

    I used the Labview FPGA module to develop test equipment. Now, I need to write a driver that is to be a Dll with compatible interface to C/C++ for this equipment. So that my client who is familiar with C/C++ can call the driver without any study on labview. But I had a few problem on how to convert labview for C/C++ data complex data type. To clearly explain to my question, I have attached a simple example. (see attachment) I try to generate a Dll for the attached example VI and get the the function prototype at the head of the files as below:

    ' void OpenFpgaReference (LStrHandle * RIODevice, TD1 * errorIn, LVRefNum * FPGAVIReferenceOut, TD1 * errorOut).

    As you have known, the type of data "LStrHandle * RIODevice" and "LVRefNum * FPGAVIReferenceOut" Labview data format are. C/C++ do not have this kind of data type and can not reconige it. As a result, I can't call the Dll of C/C++ programming language. How to convert these two data type of labview for the C/C++ compatible data format, and then build the Dll? Anyone know about this?

    The answer is really apprecaited! Thank you in advanced.

    Ivan.Chen wrote:

    As I found in the following article:

    http://digital.NI.com/public.nsf/WebSearch/FB001AA027C8998386256AAD006C142D?OpenDocument

    LVRefNum is the name of resource of LabVIEW VISA or refnum, and "it is impossible to convert LabVIEW VISA name of resource or refnum VISession valid ID."
    This means that external code modules can not access & control the session VISA which is open by labview. But for my purposes, I will not attempt to access this VISA extenal code(C/C++) session. I just hope that save this session VISA in the external code once I opened it in Labview dll; and pass it to the labview dll when needed. While I have not need to login again when I need to control the device. Is it possible to do?

    A LVRefNum is really just a single int32 value. Its meaning is useless for other environments than those who created it so that you Michael not any what in C/C++ caller but pass it back to other functions in your DLL, but this often isn't a problem at all.

    You can take the following statement of the LabVIEW extcode.h headers and add them to your delabviewed header files to make it work in such a way.

    #define Private (T) typedef struct T # _t {void * p ;} * T}

    Private (LVRefNum);

    The LStrHandle you must set a standard C string instead in your export DLL and document what is the size of the string buffer should have if it is an output parameter.

    TD1 error clusters should also be divided into their parameters (C compatible) separate for all items or just to the left of suite entirely.

    Rolf Kalbermatter

  • Cannot synchronize windows security 8 for the family with Web site

    I already have a security account for the family windows on pc windows 7 of my son.  We just got him a windows Tablet 8 for school and I want to add this device to his account with the same settings.  I went through the installation on windows 8 (creation of a local child account for him, which allows security for the family for the account).  When I hit the button to manage the settings on the family safety website, it tells me that the service is not available.  My Internet as fine (since I'm on this site), so I doubt that it is a temporary problem.  On the family safety website, it shows its Windows 7 PC, but not the tablet of windows 8.  Someone has ideas of how do I synchronize the security settings for the windows family 8 with the site?

    Hi Mike,.

    Do you get the error message when you press the button "manage settings on the family safety Web site?

    You can check the status of the safety of the family here: https://status.live.com/detail/fss

    It is possible that your Microsoft Account needs a form of additional verification.

    Follow these steps:

    1 1 glisser slide from the right side of the screen, then select settings

    2. Select change PC settings.

    3. Select accounts

    4. Select your account

    Now, you can see some indications that your account or the machine needs additional checks. If you could click on the link and follow the instructions provided, this might solve your problem.

    Once you are done, follow these steps:

    1. go in other accounts (under accounts where you were previously).

    2. Select the account you want to have a child, and then click change

    3. change the account to a child account, then select OK.

    To ensure that you are connected to the parental control service, follow these steps:

    1. press on the button of the window on your keyboard

    2. tap parental controls and select parental control

    3. press on the large enough to Manage settings on the Family Safety website button.

    4. you should see a list of people who can manage these settings online.

    Let us know the result. If you have any other questions, we will be happy to help you.

  • Product filters of the building with Web applications

    I'm currently building product in my catalog page filters, but I'm stumped as to how to do it.

    I had read that it must be done through the Web Apps, but I can't figure out how. From what I understand, I have to add each product to the Web application. That would be nice, but that would mean having to add each product twice, once to the Web application and once to the product database? Is this fair?

    The filter options, I need is a drop down menu for product scale, a scroll of the brands of products checklist, a slider for product prices and list the product color.

    It seems very little information with practical examples on the operation of Web applications and how to create them.

    OK, you're on the right track. A few note however:

    1. replace:
    {module_data resource="products" version="v3" fields="custom3" skip="0" limit="10" where="\{'custom2':'1:10'\}" order="id" collection="myData"}
    

    with

    {module_data resource="products" version="v3" fields="custom2, name" skip="0" limit="10" where="\{'custom2':'{{globals.get.scale}}'\}" order="id" collection="myData"}
    

    This way module_data will get the real value of the query in the URL param, so mysite.com? scale scale1 = and mysite.com? scale scale2 = will make things different.

    When generating the snippet module_data do not forget to include all the fields you will use, including the product name, custom fields, the URL and so on. module_data returns only the fields that you specify.

    API calls can be used in the front-end servers, you need not the snippet ajax for this application.

    I highly recommend passing by the messages filtered by the author and tag -even if it's on blogs, the approach is similar to what you need, the only difference is the resource module_data returns (rather than products blog posts).

    Hope this helps,

    Mihai

  • Questions to integrate the pay with cash management: GB legislation

    Hello

    We have recently implemented GB pay and integrate payroll with GL and cash management.

    Done installing like below-
    R12 installation steps to reconcile the Payroll Transactions in the Treasury [ID 758253.1]
    Integration of the payroll with cash management for the reconciliation of payments EFT [ID 365544.1]

    Running payroll, prepaid expenses ahead, BINS, cost, calculation of the costs of payments, transfer to the SLO. The costing and payments are transferred correctly to the SLO and work perfectly.
    But we are not able to see payments in cash management, so it is impossible to reconcile.

    Entered the bank details in the mode of payment in Payroll Organization.
    Made sure that all the steps are made of metalink above notes, but still values do not appear in the cash management.

    Am I missing any other simple step here?
    Appreciate the pointers.

    Thank you
    Vigneswar

    Integration of the payroll with cash management for the reconciliation of payments EFT (Doc ID 365544.1)
    This feature has been made available in version 12.1.2 and will not be credited back to an earlier version. Please see the Document 561580.1

  • How to integrate the OPA with Oracle apps?

    Hello

    I am very new to the OPA.
    We would like to integrate the OPA of oracle apps R12 propert manager. Please let me know software prereq for the latter. And where to start?

    Thank you
    Praveen

    Praveen,

    OPA has a fairly standard history of integration, depending on what you want to do exactly.

    * You can integrate into an application that uses the Java or .NET API.
    * You can integrate an Application using the determination using XML/SOAP server.
    * If you want to use our Web Application (Web determinations) to conduct interviews, you can write plugins for determinations of Web which will allow you to do things such as the seeds a session when an interview starts, load banks of application data sessions and save sessions in application data stores.

    Take a look at the political Oracle of automation of OTN at http://www.oracle.com/technetwork/apps-tech/policy-automation/overview/index.html section. You'll find some tutorials and white papers integration, etc.

  • Best way to integrate the Macbooks with Windows AD

    Hi guys,.

    I'm really new to the Mac platform!

    I'm a windows administrator and I have around 30-40 MacBooks in my organization. I want to join all the MacBook to windows active directory and all users need to connect with their AD accounts.

    I saw an option in the client machines to join the domain. but its getting removed from the field after two or three days.

    I got to know that mac has a server version and it has a feature of Directory Service. Could one of you give me an idea about this feature, and I can use this feature to add my MacBook to Windows Active Directory.

    Help, please.

    Thank you

    Mouelhi

    Welcome to the fold.  In General, if you have the AD, you do want to reinvent the wheel by also deploying OD.  While OS X Server can play a role in an AD environment, to use for authentication and authorization is not a good plan.  You end up decentralization accounts/groups/password which is what AD is there for in the first place.

    If you link and everything works for a while, I suspect that you may need to adjust the binding registration password reset.  When you bind a device to the domain, the registration of the computer saves a password in the two AD and Mac.  By default this password will be randomly pull every 14 days.  In some environments AD result is a problem where the Mac "will fall the area" exactly 14 days after the link.

    To test this theory, bind a Mac.  After binding, run this command on the Mac to set the password reset registration link forever reset:

    sudo dsconfigad - passinterval 0

    Wait 15 days.  If you are always connected to the field, it's your problem.

    Run a dsconfigad man to check other hidden options.  Not everything is presented in the directory utility, and certainly not in system preferences.

    If this isn't the issue, I suggest you look in odutil.  With this command, you can enable the logging of directory services debugging.  You can reveal the issue with the drop off the coast.

    (It has been my experience that the Mac is usually not the issue - it tends to be a DNS or the issue of time that cause the problem - are all of your Mac in sync with AD DCs for time?)

    Reid

    Apple Consultants Network

    Author - "El Capitan Server - Foundation Services.

    Author - "El Capitan Server - Collaboration & control»

    Author - "El Capitan Server - Advanced Services '.

  • How to integrate the pay band Web site

    I used paypal for payment forever on my sites store and recently I found this option slick and faster called band...

    I'm confused about how I can get the payment on my site of muse button...

    any help please...

    will be very grateful

    Thank you

    Christina

    Hi Christina

    You cannot integrate the payment gateway itself Muse as Muse allows you to add content html via the menu of the object.

    But you would need set up this payment on the end accommodation gateway whenever you download from the site.

    So if you have already configured the shopping you can configure payment gateway information in third party shop that you use in your site.

    Take a look at what might help you:

    http://widgets-musethemes.BusinessCatalyst.com/tb010.html#sthash.4lHvqihp.DPBS

    Thank you

    Sanjit

  • Urgent: how to integrate the SOUL with the custom of the OPS form?

    Hello

    One is to have the idea of integrating the TEA with the custom of the OPS form? Please provide the solution if it is possible. The requirement is to initiate the approval using the SOUL of the irecruitement customization form.

    Kind regards
    Ashish

    Hi Ashish,

    SOUL is called from the workflow - you need to open the workflow or pl/sql calls using wf_engine or by outbreak of corporate event (I dunno how to initiate this workflow).

    Kind regards
    Gareth

  • Try to integrate the TPC with TestStand integrity

    Does anyone have experience with the help of PTC integrity actually execute test sequences and get feedback for success/failure of TestStand? I received assurances from sales of PTC that it was possible. I'd feel better if I had independent confirmation.

    Hi Mark,

    your first question seemed to be less about the call PTC TestStand and much more on the call of TestStand from the layer of management that is integrity of PTC.

    Basically, I see not a problem given that user interfaces or sequence editor may take command line arguments, so as long as you can get a configuration out integrity PTC that it called then to a .exe, you should be fine.

    The end result of a sequence running with a process model is, of course, a version of a report or of the values of the institution, to close the loop by seeing the available data be exploited within TPC would also be something that should be answered.

    Is something that you already have or are asked to judgment or a decision of the company - PTC?

    I guess that's still slightly upward in the air if you have the infrastructure or the demo or the integrity of PTC, and since the site PTC.com mentions not TestStand that can raise some flags, but if you can get them to make a demo, do it on the same PC client you have TestStand on would be the best way to know if it fits.

    On a side note, PTC integrity seems to be similar to the IBM's Rational product. The IBM Rational Group made a presentation at NIWeek this year - you can watch the video here...

    http://zone.NI.com/WV/app/doc/p/ID/WV-3473

    Thank you

    Sacha

  • How to integrate the EBS with RCMP 8.6.5

    Hi all

    I installed RCMP 8.6.5 on weblogic 12 c and installation was successful, now, my next task is to integrate this with EBS.

    Basically, I want to use RCMP (AACG and ETCG) for EBS. I have documentation for the same, but the steps are unclear as how to integrate EBS with the RCMP.

    Thank you

    Hello

    Using the RCMP AACG/TCG - you can create the data source and use

    Please consult the User Guide: http://docs.oracle.com/cd/E51797_01/doc.8651/e52269.pdf

    Chapter: Datasources of 6 applications and libraries

    Section: Configuration of data sources

    Navigator > Setup and Administartion > manage Application DataSource >

    Action create DataSource

    Provide details and the connection Test

    Save

    Subsequently to run synchronization for the data of the Source ERP Instance

    I hope that helps!

    Thank you

    Naveen

  • How to integrate the DoCS with sso OP connection

    Hi Experts,

    Is there a guide on the integration of DoCS with OP SSO connection?

    What is the condition for this task? I can't find anything on the web.

    Best regards

    We do not have the capacity to address patterns of external authentication at this time. All authentication/authorization via IDM product Oracle currently a closed system. It's on the roadmap.

  • Login Apple ID on the problems with Web site?

    Didn't know were this post so I thought he would get the most exposure here.

    Went to go and manage my Apple ID to https://appleid.apple.com/ and it seems that Apple has revamped the journal in the process.

    I put my Apple ID and password and then had the guest to send the 4 digits to my iPhone, no problem.

    Then the next page request to send an email to my email Apple ID to verify my identity. Well my email Apple ID is therefore more accessible.

    Apple ID has been set up oh so long with an old email @verzion.net.

    Apple has never asked me to verify my identity on this email address since it's just an identifier Apple and not really an email address.

    Is this a bug?

    I don't think that - most of the time - your email address is your Apple ID. So, try these:

    On your Apple ID email addresses - Apple Support

    If you get anywhere like that, try this:

    Contact Apple for assistance with the security of the Apple ID - Apple Support accounts

    Edit:

    FWIW, I just for me (and Yes, this site is under reorganization), but was sent directly to my page with all info - No 4 figure whatever it is (would work here anyway since I don't have a smartphone).

  • Integrate the Page with Jquery or not...

    Hello

    I bought some models to help a client.  I have included some links below to clarify but my question is put in a section (box) that I can just link to another page with respect (first a link / that I'm fried and don't remember how to do this) or add the code in an existing page (second link) to view this content (page html with Jquery).  I guess that there is possibly a delay and/or performance issues with this ', but ' I plan to connect the two.

    The question is, what is the best practice, and potentially second, if I was just to "bind" the two, what commands would use I have to do.  Sorry if this is a remedial provision.  Very fried at this point to another encoding.

    http://CodeCanyon.NET/item/jQuery-timeline-slider/full_screen_preview/2214213

    http://www.tradevet.com/kwnm/option2/site/index-2.html#.

    Thanks in advance.

    MD

    You could try to use an inline frame. Integrated page should be smaller to fit inside the parent page.

    src = "page2.html" frameborder = "0" height = "500" width = "100%" > ""

    Nancy O.

  • Can't integrate the OAF with Oracle workflow pages

    Dear friends,
    I am a newcomer is OAF.
    So you please help me by giving a paper on the OPS integration with Oracle workflow form pages.
    I need a step by step tutorial.


    Help, please

    Hi Dina

    I want to say is you can call the workflow of a plsql procedure using the code given by me in my previous answer, and the link I gave shows you how to call a procedure the FPÖ plsql. In this way, you can get the functionality.

    Thank you
    AJ

Maybe you are looking for

  • Impossible to find for the mozilla maximize, minimize and close buttons options

    I tried to remove the hardware acceleration, rebooted in safe mode and return to the original theme, but none of these options help. It simply shows a black region but when I press on in the corner of the position to reduce that works, don't know why

  • my ID apple has been locked

    Dear Sir/Madam, My Apple ID has been locked. I tried to unlock it via the security answer and reset email, but the problem is not yet solved. find it my Iphone Service is active on another Iphone, but it does not work. My Apple ID: * *.com my old dev

  • TCPIP using niMAX

    Hello I use the software Ni MAX. I used it to find a device on the network via ethernet. My problem, I try to send a command of MAX, the instructions are the followingnow im stuck on the "esc" character here is instructions for the product ASCII esca

  • Disappearance of the sets of documents the Documents SharePoint 2010/2013

    Hello Please, can someone help me explain why more than 5000 documents disappeared from the sets of different documents in a single day. I have more than 5000 sets of documents on my SharePoint Portal with an uncountable number of customer documents

  • Question of DHCP Option 50

    I understand that the DHCP 50 option is for the customer asked the IP address. I have 3 questions about this... 1. the DHCP server on the router maintains the MAC--> IP mapping during 24 hours right? What happens if I ask a non assigned a different I