Missing parameters in labview

Hello guys,
I've a big problem.
I really need to build a dll on my VI (named "Controle da Fonte..").
When I try build it, it should return me some parameters but it does not happen.
I've downloaded a sample from NI when it works normally.
I've attached it.
I have no idea what's going on.
Solved!
Go to Solution.
Attachments:
ControleFonte.JPG ‏127 KB
NI_Sample.JPG ‏219 KB

cmoura88 wrote:
In fact, I'm integrating two environments (LabView and C#) and how you noticed, I'm really newbie in LabView.
No worries we were all beginners once, and we'll never master all subjects.  Feel free to go through some of this free training to learn more.
NI Learning Center
NI Getting Started
-Hardware Basics
-LabVEW Basics
-DAQ Application Tutorials
3 Hour LabVIEW Introduction
6 Hour LabVIEW Introduction
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • How to call a dll with special parameters in Labview?

    Hi,
    I have a dll file (compiled in C++) and I would like to call the individual functions from this dll file.
    I do not know however, how I must correctly define the initial parameters in LabView.
    That is the function, which I would like to call:
    DWORD OpenDiagDriver ( char* port,
    LPCSTR path,
    CANObjects CANObj[],
    WORD BitTiming = 0x4167);
    CANObjects CANObj[] is a pointer to array with CAN configuration data
    typedef struct
    DWORD Ident;
    BYTE Config;
    }CANObjects;
    CANObj[0].Ident= 0x18DA0000;
    CANObj[0].Config= 0x8C;
    CANObj[1].Ident= 0x18DA0000;
    CANObj[1].Config= 0x84;
    WORD BitTiming= 0x4167;
    I made a vi, but it doesn’t work.
    Attachments:
    example.vi ‏29 KB

    Hard to say without the full C source. Are you building the DLL according to the CIN rules (see Using External Code in LabVIEW)? Mapping clusters to C code in DLLs is not a simply process and we generally recommend to create wrappers. However, since your structures are fairly straightforward, you could use the "Adapt to Type" as you are trying to do.
    I recommend checking out the mentioned manual and also the examples in \examples\dll\data passing\Call Native Code.llb and the associated C files.
    Brian Tyler
    http://detritus.blogs.com/lycangeek

  • [svn:cairngorm3:] 16142: Insync Refactorings, Module lib: Added missing parameters from IModuleInfo interface.

    Revision: 16142
    Revision: 16142
    Author:   [email protected]
    Date:     2010-05-16 14:21:40 -0700 (Sun, 16 May 2010)
    Log Message:
    Insync Refactorings, Module lib: Added missing parameters from IModuleInfo interface. Maven: Take Persistence out.
    Modified Paths:
        cairngorm3/trunk/libraries/Module/src/com/adobe/cairngorm/module/ModuleInfo.as
        cairngorm3/trunk/libraries/ModuleTest/.actionScriptProperties
        cairngorm3/trunk/libraries/lib-parent/pom.xml
        cairngorm3/trunk/samples/insync/insync-basic/src/InsyncContext.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/application/RefreshSearchAfterSav eController.as
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactList.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ContactsNavigator.mx ml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/PictureInput.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/Toolbar.mxml
        cairngorm3/trunk/samples/insync/insync-basic/src/insync/presentation/ToolbarPM.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/application/RefreshSearchAfterSa veControllerTest.as
        cairngorm3/trunk/samples/insync/insync-basic/test/insync/presentation/ToolbarPMTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/appli cation/RefreshSearchAfterSaveController.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/ContactFormPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/src/insync/contacts/prese ntation/PictureInput.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-contacts/test/insync/contacts/appl ication/RefreshSearchAfterSaveControllerTest.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesModule.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesModuleRig.mxm l
        cairngorm3/trunk/samples/insync/insync-modularExtended-expenses/src/ExpensesRigContext.mx ml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/.actionScriptProperties
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule .mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule Rig.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-messaging/src/ComposeMessageModule RigContext.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/application/Compo seMessageController.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Cont entViewStack.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Tool bar.mxml
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/src/insync/presentation/Tool barPM.as
        cairngorm3/trunk/samples/insync/insync-modularExtended-shell/test/insync/presentation/Too lbarPMTest.as

  • Kadmin: Missing parameters in krb5.conf required for kadmin client while in

    Hi all
    When i am going to run commands like
    kadmin addprinc -randkey
    kadmin ktadd -k
    i am receiving kadmin: Missing parameters in krb5.conf required for kadmin client while ininitializing kadmin interface
    any ideas??
    What kind of parameters are missing???
    thanks a lot

    Hi,
    It is a common problem. I used Oracle Linux to sort it out.
    Perhaps you're using the wrong command? AFAIK kadmin should be used when working remotely. You don't say where you are in relation to the server? If sitting at the server you should be using kadmin.local. For example if I issue:
    sudo kadmin.local
    I get:
    Authenticating as principal root/admin@LKDC:SHA1.EB237F611F07B2E8A636804052E8F7252BBA978F with password
    If I issue:
    sudo kadmin
    I get:
    Authenticating as principal root/admin@LKDC:SHA1.EB237F611F07B2E8A636804052E8F7252BBA978F with password
    If I issue:
    sudo kadmin
    I get:
    Authenticating as principal root/[email protected] with password.
    kadmin: Missing parameters in krb5.conf required for kadmin client while initializing kadmin interface
    A vital difference. Issuing:
    sudo kadmin.local -q list_prinicpals
    show show successfully kerberized users, services & hosts. Changing it to kadmin -q list_principals shows nothing except the error message. The above examples are for a client machine.
    If you have any questions, ask.
    Kirill Babeyev

  • SharePoint 2013 Powerpivot Add-in Install Configuration - Missing Parameters

    Please verify below screen, it is missing two parameters as per the technet article - 
    Missing Parameters:
    Passphrase: Enter a passphrase. If you are creating
    a new SharePoint farm, the passphrase is used whenever you add a server or application to the SharePoint farm. If the farm already exists, enter the passphrase that allows you to add a server application to the farm.
    PowerPivot Server for Excel Services: Type the name
    of an Analysis Services SharePoint mode server. In a single-server deployment, it is the same as the database server. [ServerName]\powerpivot
    Technet Article:
    http://technet.microsoft.com/en-us/library/jj682085.aspx
    I have downloaded add-in from
    http://www.microsoft.com/en-us/download/details.aspx?id=35577 and installed it
    Then ran the powerpivot
    Not sure what I am missing. Could you please help?

    I am not sure what was missing so I uninstalled everything SharePoint and SQL instances.
    I followed below procedure and it worked. I am listing down the steps for your benefit and verification:
    1. SQL Server Suite Installation
    On "SQL Server Installation Center",
    click "Installation > New SQL Server stand-alone installation or add features to an existing installation".
    Refer to the image for selected features:
    2. Power Pivot Feature Installation on SQL Server:
    Setup role "SQL Server PowerPivot for SharePoint"
    I followed
    3. SharePoint Installation:
     a. Install ADOMD.NET 
    SQL Server 2008 R2 Analysis Services ADOMD.NET 
    http://www.microsoft.com/en-us/download/details.aspx?id=30440  
    b. Pre-requisites installation
    c. Install using "Complete - User for Production environments." Option
         here you provide a phrase and make a note of it for powerpivot
    d. Now Install PowerPivot 
    4. Configure Service Applications:
    Refer to the link where I published the document I prepared 
    https://docs.google.com/document/d/1wmlTVh6cM1vv6qKmQnjnOGTMMhY0P-6j9cXc2_sxZMg/pub
    If you still have issues let me know i will see if i am helpful-
    <o:p></o:p>

  • Passing Parameters From LabVIEW to TS Execution

    I have a simple question: I am using a LV OI to launch a TS Sequence via the API.
    (OK, actually I want to have 10 different OI screens that are each launching unique executions of the same Sequence)
    I want to pass some relevant data to the new execution.
    (as in, "Which OI created me?")
    What is the simplest/best way to do this?
    Currently, the way that I see to do it is to tell it to pause on first step, get the SeqContext from the Execution, and either write to Station Globals or write to Client Sequence Locals or something.
    It seems like it should be easier. Like I should be able to access the StationGlobals before I launch the new execution. Or pass the parameter(s) directly during the New Execution method
    I see "SequenceArgsParam" as an input to the New Execution method, but this is what the help says: "Pass a PropertyObject object that contains the arguments to the sequence you want to execute. Each subproperty of the PropertyObject object represents a parameter to the sequence. The subproperties must appear in the same order as the sequence parameters." That doesn't sound simple. Plus, most of the references to it in the documentation tell you not to use it.
    I'm a LabVIEW guy. I want to push a cluster into a variant and have it work. Kindof like getting data into/out of a step module.
    There's probably a way to do it that I am missing, but I am pretty rusty, on the new version learning curve, and honestly I am having problems finding anything helpful in the documentation. Can anyone help me out here? Thanks.

    10Things wrote:
    I'll be looking forward to seeing it; I like the concept.
    The questions that immediately jump to mind:
    * Where are the messages from TS handled and how does TS know WHICH data to request (i.e., which cell's data?)
    * How do you "place the correct variable inside of TS"?
    * If TS is executing, then it's paused bacuase it's waiting for the UI message to be handled, right?
    Thanks. Looking forward to seeing how you're doing it.
    Message Edited by 10Things on 09-29-2008 09:22 PM
    Here is a document about UI messages.  There is also some good
    This is the path to a good example for accessing variables.  TestStand 4.0\Examples\AccessingPropertiesUsingAPI\UsingLabVIEW.
    I will try to throw together a short example for using UI messages in LV. Got to go to a meeting now so it will be a couple of hours. this should keep you busy until then.
    Joe.
    "NOTHING IS EVER EASY"

  • Missing Parameters when using .PrintToPrinter or .ExportToDisk

    I am creating a viewer that will set login information and allow the users to view, print or export reports.  VB.NET 2010 WinForms Crystal Engine 13.0.9.1312.  All reports are external designed by various programmers.
    The preview mode of my viewer is now working quite well (with the help of Don and Ludek most recently).  Anything I want to see on screen works great in the regular Crystal viewer.
    The problem is when I want to export to pdf or print to a printer without viewing on screen in the regular Crystal viewer.
    If there are no parameters in the reports, both exporting to pdf and printing to any printer selected works.
    When there is one or more parameters, it crashes and points to the line
    crReport.ExportToDisk(ExportFormatType.PortableDocFormat, strFile)
    or
    crReport.PrintToPrinter(1, True, 0, 0)
    with the message Missing Parameter Values.
    Through some searching (and yes I have checked on this site and Google for "Missing Parameter Values") I have found one big issue is that parameter values have to be set after the .ReportSource is set.  So before I changed my code, I never saw the Crystal Parameter prompt screen.  Now I see it but still get the crash (though once I have had it go to printer honouring the Parameter in a report, but I can't always reproduce it and never when sending to pdf).
    The reports may be designed by end users who are using my program.  I will not know what reports they are or if they have even put in parameters.  I will not know if they are date, string, number, discrete, range, multiple, etc.
    The original login code referred to below can be found here.
             'original login code here down to subreport login
             'rest of subroutine is just a Catch and End Try
             crViewer.ReportSource = Nothing
             crViewer.ReportSource = crReport
             'check if to be sent direct to printer and send all pages
             If Not autoforms Is Nothing AndAlso autoforms.ToPrinter Then
                crReport.PrintOptions.PrinterName = autoforms.Printer
                crReport.PrintToPrinter(1, True, 0, 0)   '-> Error Triggers Here
             End If
             'setup viewer options
             Dim intExportFormatFlags As Integer
             intExportFormatFlags = ViewerExportFormats.PdfFormat Or
                                     ViewerExportFormats.ExcelFormat Or
                                     ViewerExportFormats.ExcelRecordFormat Or
                                     ViewerExportFormats.XLSXFormat Or
                                     ViewerExportFormats.CsvFormat
             crViewer.AllowedExportFormats = intExportFormatFlags
             crViewer.ShowLogo = False
             crViewer.ToolPanelView = ToolPanelViewType.GroupTree
             'check if to be sent direct to pdf and send all pages
             If Not autoforms Is Nothing AndAlso autoforms.ToPDF Then
                Dim strPDFFilename As String = autoforms.PDFPath & "\" & autoforms.ReportName & "_" & autoforms.ReportType & ".pdf"
                'strPDFFilename = Replace(strPDFFilename, " ", "_")
                SendExport(strPDFFilename, "PDF")
             End If
             'if not preview then close form
             If Not autoforms Is Nothing AndAlso Not autoforms.Preview Then
                Me.Close()
                Exit Sub
             End If
    Private Sub SendExport(ByVal strFile As String, ByVal strExportFormat As String)
          'pass current parameter values to the pdf
          Dim crParamFieldDefs As ParameterFieldDefinitions
          Dim crParamFieldDef As ParameterFieldDefinition
          Dim crParamValues As New ParameterValues
          Dim x As Integer = crViewer.ParameterFieldInfo.Count
          crParamFieldDefs = crReport.DataDefinition.ParameterFields
          'loop through each parameter and assign it the current values
          For Each crParamFieldDef In crParamFieldDefs
             crParamValues = crParamFieldDef.CurrentValues
             crParamFieldDef.ApplyCurrentValues(crParamValues)
          Next
          Select Case strExportFormat
             Case Is = "PDF"
                crReport.ExportToDisk(ExportFormatType.PortableDocFormat, strFile)  '--> Error Triggers Here
             Case Is = "xls"
                crReport.ExportToDisk(ExportFormatType.Excel, strFile)
             Case Is = "xlsx"
                crReport.ExportToDisk(ExportFormatType.ExcelWorkbook, strFile)
          End Select
    End Sub
    This code doesn't work on my system, but my logic is as follows (as flawed as it is).  Look through the parameters, find the current values and then assign them to the parameters again just before export.
    With the code above, I am getting the enter parameter values screen in the viewer.  Therefore, my assumption is that the report now has a current value(s) for the parameter(s).  The loop will not require the program to know how may parameters there are or what the values or value types are.
    There are a couple of problems with this.  When I step through it, there are no current values, because the prompt doesn't come up with stepping through the code with F8.  Second problem is that it is finding the internal parameters used for subreport linking ({?PM-xxxxx}).  Third problem is that a lot of code I have looked at does not appear like it is assigning the reportsource to a viewer at all just to export or print to printer.  So is it necessary to do as I have done here?
    I am sorry this is so long and I appreciate anyone who has stuck to it this long.  I am at my wits end trying to figure out how to make this work.  I think there is a timing issue here but do not know how to resolve it.  I just want the report to trigger the prompts if there are parameters, then send the report screen, to pdf or to printer depending on the user's settings for the report (it may be any or all three options).  If you need more info, let me know.
    TIA, rasinc

    Hi
    I'd like to look at this from the "how parameters" work point of view. Then let's see if we can drill in on some of the details.
    The parameter prompt screen is driven by the viewer. E,g.; the screen will only be spawned on invocation of the viewer. If the viewer is not invoked (e.g.; direct print / export) the parameter prompt screen will not be displayed. Now, in your second post you say:
    With the code above, I am getting the enter parameter values screen in the viewer.
    This does not sound correct based on the above. E.g.; if the correct parameters are passed to the engine, the viewer should never be popping up the parameter screen. So to me it looks like the code for the parameter is not actually working. It looks like it is as there is no error as such. But as you get prompted, the engine is essentially saying; "I don't understand those parameters so as smart as I am, I'll use the parameter prompt screen to get them from the user on a silver platter".
    Ok. Now to some troubleshooting. I'd pick a report where I know the parameter type and acceptable values ahead of time. Don't use date or date / time params to start with as these have other complication. Use the parameter code to set the value(s) - preferably one value (I like to keep things simple). If the parameter is passed to the report engine correctly, there will not be a parameter prompt and the report will simply come up in the viewer. Once this works, add in a code for printing / exporting and comment out the viewer code. The report should print / export without any issues (no parameter prompt, no error). Repeat the above with a multi-parameter report.
    Then it will come to those date and date/time parameters. NULL handling, etc., etc. E.g.; this will not be trivial. And you will somehow need to know the parameter type (string / int / date) before you try to pass it into the report. More help:
    Sample apps
    vbnet_win_paramengine.zip
    vbnet_win_paramviewer.zip
    vbnet_win_multirangeparam.zip
    vbnet_win_rangeparameters.zip
    vbnet_win_sub_daterange_param_engine.zip
    vbnet_win_sub_daterange_param_viewer.zip
    The above samples are here: Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Helpful KBAs
    1688710 - When printing a Crystal report with parameters using 'PrintToPrinter' method, report does not prompt for parameter values
    1214110 - How to pass a Date/Time parameter to a report at runtime using VB .NET
    1496220 - Suppress the default parameter prompt when the parameter value is not passed through the code
    1893554 - How to pass a NULL value to a Crystal Reports optional parameter field using Visual Studio .NET
    1425379 - How to avoid being prompted for a parameter when refreshing a report running in a VS .NET application
    1461315 - Error; "Missing Parameter Values" when running a parameterized report using Crystal Reports SDK for VS .NET
    1215426 - Err Msg: "Missing parameter value" when printing or exporting in VS .NET
    And finally this:
    Crystal Reports for Visual Studio 2005 Walkthroughs
    (The above doc is good for all versions of CR and VS. It has some amazingly great "stuff" in it re. parameters, etc., and more.)
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Missing Parameters when JSP Forwarding

    I am having difficulty with passing parameters when a forward occurs from
    one JSP to a second JSP. When I try to get those parameters on the second
    JSP I am getting nulls since it never actually receives them as parameters.
    Here is what the code looks like ...
    first JSP
    ======
    <jsp:forward page="second.jsp" >
    <jsp:param name="arg1" value="hi" />
    <jsp:forward>
    second JSP
    ========
    String arg1 = request.getParameter( "arg1" )
    This situation is occuring for me on iPlanet Web Server 4.1. (Fyi, when I
    use the same JSPs on Tomcat through JBuilder, the parameter is passed to the
    second JSP.) I am wondering if if I am missing something on how iPlanet
    wants me to do pass arguments when forwarding or whether I just need to find
    an alternative way to accomplish my goal. Thanks in advance.

    In your second JSp try using.
    String arg1 = (String) request.getAttribute('arg1");
    I'm not sure if this is correct but from my understanding of Servlets you can not set a parameter programatically without overriding the ServletRequest. However, you can set an attribute. If this does not work then the following absolutely will:
    JSP 1
    <% request.setAttribute("args1","hi");
    <jsp:forward page="second.jsp"/>
    JSP 2
    <% String param = (String) request.getAttribute("arg1"); %>
    Hope this helps

  • Missing parameters in init file

    Dear All,
    What would happen is following parmeters are missing in the init file of Oracle11g Database?
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=xyzXDB)'
    *.shared_servers=1
    Thanks

    user9291399 wrote:
    Dear All,
    What would happen is following parmeters are missing in the init file of Oracle11g Database?
    *.dispatchers='(PROTOCOL=TCP) (SERVICE=xyzXDB)'
    *.shared_servers=1
    Thanksyour database will operate just fine, but it will not accept shared server connections, only dedicated server.
    For more info, you might look at the section on initialization parameters in fine Reference Manual found at tahiti.oracle.com

  • Time and Classifieds services missing after installing LabVIEW 8.0

    Hi,
    After installing LabVIEW 8.0 I noticed the Lookout Time and Classifieds services are missing.  At first I thought it was just the Lookout lighthouse in the system tray which had disappeared but when checking in services.msc I can see that the services themselves are no longer there.  The Citadel server is, however.
    I am using Lookout Direct so please let me know if this question is more appropriate on the Automation Direct forums.  I'm trying to change to a NI solution instead but every step is taking me considerable time.
    Thanks,
    Dave

    Try to repair Lookout Direct from Windows Add/Remove Programs. The missing services should be reinstalled after repair.
    Ryan Shi
    National Instruments

  • Modify TestStand Step parameters from LabVIEW in runtime

    Hi all,
    I try to change parameter values of a TestStand step in LabVIEW. When I return from the modifying vi (Learn Barcode Template), the following happens:
    1. I watch RunState.SequenceFile.Data..., I see the changed parameter
    2. I watch RunState.Sequence.Main..., which is basically the same target as mentioned above, but here the parameters are unchanged.
    3. I need the changed parameters in the Read Barcode.vi. This vi returns an error, because the parameters are unchanged.
    4. When I restart the sequence, and halt at the first step, and watch again both parameters (the sam parameters but different path), the changed values appear.
    Is there a method, which enables to refresh the changed parameters immediately? I tried for example IncChangeCount, but it just marks the sequence as changed. In the learn Barcode Template.vi I open and close the references properly.
    regards
    MB
    Attachments:
    screenshot_01.JPG ‏140 KB

    Hi,
    the parameters will be tranfered when the code module execution is finished. I don't understand what exactly you're changing inside your VI, possibly you can post the VI for getting some more information.
    When you change your parameters inside the file you're calling in the first step, it's normal that the parameter in TestStand first will be refreshed when you execute the sequence once again in my understanding.
    When you use the ActiveX API inside the LV VI and want to change values in TestStand, you can use variables. Parameters will be transfered when calling the code module or returning from the code module.
    Another point is the interactive execution, is there a special reason why you execute without a process model? Possibly there could be changes in the runstate property object also...
    regards,
    Nikolai

  • Specifying parameters for labview dll

    hi.
    Im using the help files in labview 8.2 which are the only good directions Ive found to build a dll with labview.
    I was able to go through the example without a problem.
    This includes adding the needed parameters that are passed via the function (see figure below)
    The problem is that, when i get to the part for the parameters i need to specify for my file, there are none listed (see figure below)
    I can even copy the entire code out of the example file (meanmedianmode.vi) and paste it in my vi and the newly compied parameters dont show up why i try to export as a dll
    Little help here, i dont see any documentation regarding this..
    the two files i am using as source files, one is just example code and one is my file
    example file has plenty of paramesters, they seem to just be indicators, nothing fancy.
    my file has no parameters listed, i even copied the entire code of the example file into it trying to get some to show up.
    Message Edited by jimmyinCT on 03-05-2008 05:11 PM
    Message Edited by jimmyinCT on 03-05-2008 05:12 PM

    here is the vi
    http://www.engr.uconn.edu/~jmacione/dll3.vi
    and project
    http://www.engr.uconn.edu/~jmacione/labviewdll.lvproj
    For this particular project, ive incorported my signal generator vis into the example file for meanmodemedian.vi (example file for building dlls)
    Ive rewired the "mode" indicator into the area of code for the signal simulator, and replaced it with  "mode3" , a copy
    In the project, Im only getting "mode" as an output parmeter along with the other two from the example file, "median" and "mean".
    It appears i cant create any new output parameters and am stuck with the three from the example file.
    Yes, this files were  recomplied with control shift run ahead of time.
    I had resaved it to ahead of time.
    I must be tired or getting old or something,  but ive been stuck on this for a few weeks.
    I do remember making dlls in labview 3years ago, dont remember it being this hard
    If it matters, this is 8.2 on vista
    Message Edited by jimmyinCT on 03-06-2008 07:09 PM
    Message Edited by jimmyinCT on 03-06-2008 07:09 PM
    Message Edited by jimmyinCT on 03-06-2008 07:11 PM
    Message Edited by jimmyinCT on 03-06-2008 07:11 PM

  • Missing parameters

    Hi everyone,
    I have a little big problem that I am hoping you can all help me with.  I am updating a RFC in XI.  I have imported the function module into XI with the correct parameters, added the mapping to include the additional parameters.  I have activated my change list.  After all has been said and done, we have stopped and started SAP on our XI box and when we are still getting the old parameters being passed back and forth.  The sender has updated their fields and are sending us what we expect, but the receiver does not seem to have noticed the change.  I have copies of the XML below.
    - <ns0:ZBD_IVR_PAYMENT_SPEEDPAY xmlns:ns0="urn:sap-com:document:sap:rfc:functions">
      <CCEXP></CCEXP>
      <CCNUM></CCNUM>
      <GROUP_NUM></GROUP_NUM>
      <PAYMENT_AMOUNT></PAYMENT_AMOUNT>
      <PAYMENT_ID></PAYMENT_ID>
      <PROCESS_DATE></PROCESS_DATE>
      <PROCESS_TIME></PROCESS_TIME>
      <VKONT></VKONT>
      </ns0:ZBD_IVR_PAYMENT_SPEEDPAY>
    Here is the imported function module
    ZBD_IVR_PAYMENT_SPEEDPAY
      BANK ACCOUNT
      CCEXP 
      CCNUM
      GROUP_NUM
      PAYMENT_AMOUNT
      PAYMENT_ID
      PAYMENT_TYPE
      PROCESS_DATE
      PROCESS_TIME
      ROUTING
      VKONT
    Here is the XML being sent to us by the sender.
    <PAYMENT_ID>60845</PAYMENT_ID>
      <CONTRACT_ACCOUNT>CONTRACT_ACCOUNT>
      <GROUP_NUMBER></GROUP_NUMBER>
      <PAYMENT_AMOUNT></PAYMENT_AMOUNT>
      <PROCESS_DATE></PROCESS_DATE>
      <PROCESS_TIME></PROCESS_TIME>
      <EXPIRATION_DATE></EXPIRATION_DATE>
      <ROUTING_NUM />
      <BANK_ACCOUNT />
      <CREDIT_ACCOUNT>CREDIT_ACCOUNT>
      <PAYMENT_TYPE></PAYMENT_TYPE>
      <VKONT></VKONT>
      </ns0:>
    Again, I have mapped everything and all the field names seem to be correct.  I have tested the mapping and that works.  Any help anybody can give me would be greatly appreciated!  Thank you in advance.
    Shane Jones

    Hi,
    I think Cache is not refreshed in the adapter level
    1) Refresh the Adapter Cache. go to IntegratioN builder->Administration->Cache Overview ( Refresh Adapter Metadata etc do all refreshes)
    2) or In the directory , change the Interface Determination, Receiver RFC communication channel and Receiver Agrrement and activate it .
    3) Or Restart the RFC adapter from the Visual Admin
    Hope this helps,
    Regards,
    Moorthy

  • Missing parameters on webmethod call

    On welblogic9.0, I've created a webservice using wsdlc and jwsc to generate code.
    I am experiencing a problem where parameters do not seem to be getting deserialized and passed to a web method.
    I have used the weblogic testclient along with the axis tcpmon tool to observe that the soap messages on the wire seem to be appropriately formatted. However, when my web method is invoked, the object instance that is received as a parameter does not seemed to be initialized.
    My soap request message looks like:
    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns="http://gestalt.com/enbridge/mdrws/amrmeterdata/webservice/">
    <soapenv:Header />
    <soapenv:Body>
    <ReadMeterRequest>
    <meter>test</meter>
    <startTime>2005-12-01 17:00:00</startTime>
    <endTime>2005-12-01 18:00:00</endTime>
    </ReadMeterRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    However, when the ReadMeterRequest instance is passed to my webmethod, the meter, startTime and endTime properties are all null.
    I am looking for suggestions on how to track down the cause of this problem.
    --Chuck                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    Hi Ozan.
    Thanks for your reply however my problem was that the fields were no longer displayed on the selection screen thus there was no buttons to select for the personalisation settings therefore no way to turn off the personalisation.
    However I discovered that if I executed the query using transaction RSRT the full selection screen was displayed and I could access the personalisation buttons for the parameters that had personalisation.
    Thanks anyway.

  • Missing parameters on Bex query selection screen

    Hi,
    we are using BW3.5 (support pack 18) and one of our users has created a number of variants for a particular query which he executes via the Bex Analyser. The problem is, when ever he runs this query now, all the fields that he populated in his variants no longer appear on his selection screen - even if we delete all the variants.
    He did not choose to hide any fields (in the variant) and he has not set any personal values in personalisation.
    Can anyone please help?
    Thanks,
    John.

    Hi Ozan.
    Thanks for your reply however my problem was that the fields were no longer displayed on the selection screen thus there was no buttons to select for the personalisation settings therefore no way to turn off the personalisation.
    However I discovered that if I executed the query using transaction RSRT the full selection screen was displayed and I could access the personalisation buttons for the parameters that had personalisation.
    Thanks anyway.

Maybe you are looking for

  • ITunes won't open to desktop, stays in taskbar

    Hola all, My iTunes recently has refused to open on the desktop. It will start when I plug in my iPhone and sync but it stays in the taskbar at the bottom of the screen. When I double click it, it won't open to the desk top, just show the minimized p

  • Macbook contact can't connect to the account

    I can't connect to my account address and i used my correct password and account and at the same time i can't create a new mail account at the same mail yahoo account?

  • Gradient map for shatter

    Hi I've ceated this shatter map with After effects. http://img388.imageshack.us/img388/2644/bild2yr8.png It's made out of 256 solids via Scripts and expressions. Now,how can i create a gradient map so i have got control over all pieces . I'd like to

  • Transposing image to artwork

    I've got some artwork done in illustrator. Straigh "line" art.  Imaging a 4" square with 50-75 lines/inch horizontally. What I want to do is superimpose an image onto the lines, leaving everything in between the lines blank. Any ideas? Thanks! Ps- I'

  • Black feed

    So Photo Booth, ichat and other apps that use the built-in isight cam are giving me a black video feed. I looked at the troubleshooting tips, and the cam is detected. I tried using it on a different account with the same results - a black video feed.