Oracle PL/SQL Web service - dynamic parameters... possible?

Oracle 11.2.0.3 - newbie on web services!

Currently we have a pl/sql web service takes 2 static parameters and return a response of varchar2.

Asked me today if it is possible for a web service in a dynamic set of parameters and return a set of results. It's as if I have to pass the web service a table with two columns and return an array from a column.

For example:
                    Input                          Output
          1 2                             3
          3 4                             7 
          5 6                            11
of course in XML output. Is it possible?

p.s. I posted this in OC4J also - no response so the re-post!

Parameters related to the procedures. Web services require XML messages.

Where are the settings? You cannot pass a dynamic number of parameters in a procedure, but you can pass a structured as a parameter type that can contain multiple values, either a table/collection type or document XML itself.

All package values in the XML file and pass it to the web service.

If this isn't answering your question, please post more information, with some sample data and code. Read the FAQ: {message identifier: = 9360002}

Tags: Database

Similar Questions

  • PL/SQL web service

    What application server can I deploy web services PL/SQL for? Can I use Oracle WebLogic or Apache Tomcat? In addition, security is important. Should I also the Oracle SOA Suite to run these web services?

    Thank you.

    Andy

    andychow wrote:

    Based on the following pages, it says we can publish web services from PL/SQL to certain kinds of application server. I have the application development Oracle APEX and wide writing PL/SQL packages. However, I don't know much about the web service and architecture that I need to get there.

    It's a roundabout way to create a web service of the IMO. It encapsulates calls to PL/SQL in Java code in order to define a web service. That is not necessary and approach classic head-up-DOS of Java fanbois.

    If an HTTP call are possible directly in PL/SQL, so why not do? So why put a layer of major and complex Java (usually on a separate platform of h/w too) between the appellant and the PL/SQL to provide a web service interface? How is it better?

    Fewer moving parts means less complexity and improve performance. Less performance problems and problems. Easier to code and maintain.

    Reality: it is not necessary for the external moving parts create a WebService from PL/SQL. And to do this, the Apache/mod_plsql or EPG of XDB is required to provide the very basic communication interface layer (at the protocol level) between the appellant and the PL/SQL web service procedure.

  • How to transfer data from oracle to the web service using ODI with axis2 tech

    Hi all

    Can someone cause a document or markets about 'How to transfer data from oracle to the web service with the help of ODI with AXIS2 technology'
    If any person with a document or markets, please share it with me

    Thank you
    Phani

    I can give you a few examples of web services in ODI, perhaps that you find them useful?
    Try: -.
    http://John-Goodwin.blogspot.com/2009/04/ODI-series-Web-services.html
    http://John-Goodwin.blogspot.com/2009/05/ODI-series-Web-services-part-3.html
    http://John-Goodwin.blogspot.com/2009/05/ODI-series-Web-services-part-4.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • PL/SQL Web Services

    What application server can I deploy web services PL/SQL for? Can I use Oracle WebLogic or Apache Tomcat? In addition, security is important. Should I also the Oracle SOA Suite to run these web services?

    Thank you.

    Andy

    Since that is NOT really a specific issue of the APEX, I would say that you post it on the forum of PL/SQL...

    Thank you

    Tony Miller
    Webster, TX

  • Urgent: The PL/SQl web service call fails with XML parsing

    Hello

    I try to call a WebService from PL/SQL (using the SOAP and UTL_HTTP Protocol built in package). I use Oracle 9i. I'm calling from pl/sql block, created in java web service method invocation.
    I get the below response as a SOAP protocol object, but I could not able to parse the SOAP.
    Could you please provide values for FirstName, LastName, and ErrorDescription


    declare
    request_env varchar2 (32767).
    v_xml XMLTYPE.
    l_user_first_name varchar2 (100);
    l_user_last_name varchar2 (100);
    l_error_value varchar2 (100);

    Start
    response_env: =' < soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
    < soapenv:Body >
    < UserInfoObjResponse xmlns:axis2ns1 = "http://www.test.com/services" >
    < axis2ns1:FirstName > first name out < / axis2ns1:FirstName >
    < axis2ns1:LastName > last exit name < / axis2ns1:LastName >
    < axis2ns1:ErrorDescription / >
    < / UserInfoObjResponse >
    < / soapenv:Body >
    < / soapenv:Envelope > ';

    dbms_output.put_line (' length to ask:' | length (response_env));
    dbms_output.put_line (' ask: ' | response_env);

    v_xml: = XMLTYPE (response_env);

    -SELECT EXTRACTVALUE(v_xml, '//UserInfoObjResponse/FirstName') IN the varchar2 (100) of l_user_fast_name; FROM DUAL;

    dbms_output.put_line ('l_user_first_name: ' | l_user_first_name);
    dbms_output.put_line ('l_user_last_name: ' | l_user_last_name);
    dbms_output.put_line ('l_error_value: ' | l_error_value);
    end;

    NS is a string that contains the declaration of namespaces.

    Look at line 7:

    ns varchar2(200) := 'xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:axis2ns1="http://www.test.com/services"';
    

    Max
    http://oracleitalia.WordPress.com

  • Basic questions about the PL/SQL web services and data source names

    Hello

    I've successfully generated a web service for a procedure from PL/SQL packaged JDeveloper 11.1.1.3.0).

    The following code was generated in the base class for web services:
     __dataSource = (javax.sql.DataSource) __initCtx.lookup("java:comp/env/jdbc/dbconnectionDS");
    However in the weblogic server, the data source name is jdbc/Gisele for deployment fails in a first time.

    What is the recommended procedure to solve this problem? The obvious solution is to manually change the source - that's what I did and it worked fine. However if I re - generate the web service I won't lose my change. Is there a better way to do it?

    Another question - in the web.xml file that is generated, there is a resource-ref to the data source. I was hoping that change the data source name it would help, but it didn't work. What is - it used to in this context?

    Thank you
    Luis

    I forgot to add, so in case some time later and you want to update the connection to your service details, all you have to do is to add the following entry in your weblogic.xml:
    .

    JDBC/ref_name_from_web. XML
    JDBC/new_jndi_name

    .
    And in this way, you will not have to change any code level to point your web service to another connection.

    Vishal-

  • Oracle BI Publisher Web Service

    All the:

    I am writing an integration of Oracle BI Publisher PublicReportService web service (that is, http:// < server name >: 9704/xmlpserver/services/PublicReportService); in the code that I wrote, I'm deleting report history planned using the deleteScheduledReportHistory operation provided by the service. The call to the service is successful, and the service responds with a value of "true", indicating that the report history has been deleted. The HTTP request and response to a call from the sample is copied below for reference (obained using WireShark). However, once the call is finished, when I navigate to the page of history annex Oracle BI Publisher (i.e. http:// < server name >: 9704, xmlpserver, servlet, myhistory), I find that the story for the job is still listed.

    Am I misunderstood what the deleteScheduledReportHistory operation is supposed to do? Everyone knows about similar problems with this service operation?

    [Additive]
    The version of Oracle BI Publisher that I use is 10.1.3.4.1

    Thanks in advance,
    Dwayne



    WireShark Packet Capture of service request/response:
    ----------------------------------------------------------------------------
    POST/xmlpserver/services / PublicReportService HTTP/1.1
    Content-Type: text/xml; charset = utf-8
    SOAPAction: "".
    Host: [hostname]: 9704
    Content-Length: 418
    Expect: 100-continue

    < xmlns:s s: Envelope = 'http://schemas.xmlsoap.org/soap/envelope/' > < Body xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" container = "http://www.w3.org/2001/XMLSchema" > < deleteScheduledReportHistory xmlns = "http://xmlns.oracle.com/oxp/service/PublicReportService" > < scheduledJobID > 449 < / scheduledJobID > < userID > [username] < / userID > < password > [password] < / password > < / deleteScheduledReportHistory > < / s : Body > < / s: Envelope >


    HTTP/1.1 200 OK
    Date: Tuesday, July 28, 2009 14:39:11 GMT
    Server: Oracle Containers for J2EE
    Connection: Keep-Alive
    Keep-Alive: timeout = 15, max = 100
    Content-Type: text/xml; charset = utf-8
    Transfer-Encoding: segmented

    <? XML version = "1.0" encoding = "utf-8"? > < soapenv:Envelope xmlns:soapenv = "http://schemas.xmlsoap.org/soap/envelope/" container = "http://www.w3.org/2001/XMLSchema" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > < soapenv:Body > < deleteScheduledReportHistoryResponse xmlns = "http://xmlns.oracle.com/oxp/service/PublicReportService" > < deleteScheduledReportHistoryReturn > true < / deleteScheduledReportHistoryReturn > < / deleteScheduledReportHistoryResponse > < / soapenv:Body > < / soapenv:Envelope >

    Published by: user459786 on July 28, 2009 07:59

    This is a bug already reported to Oracle.

    You can also connect this against Oracle, so we could get more quick fix ;)

  • SOA Gateway - timeout when calling a web service custom Pl/SQL using SOAP

    Hello

    I developed and deployed my PL/SQL web service custom repository integration SOA Gateway.

    The web service works well, but sometimes its execution time exceeds 60 seconds, and I get the following time-out error: java.net.SocketTimeOutException: Read timed out

    Here's my env:

    Oracle E-Business Suite integrated SOA Gateway
    12.1.3
    IBM AIX on POWER Systems (64-bit)
    6.1

    I would like to know if there is a way to increase this time-out?

    EDIT:

    I took a quick glance at this doc errors of timeout in Web Services deployment (Doc ID 1073270.1( )

    and modified the $ORA_CONFIG_HOME/10.1.3/opmn/conf/opmn.xml file

    then bounced oacore, oafm, but it did not work.

    EDIT 2:

    I tried to change the timeout setting in the file httpd.conf ( $IAS_ORACLE_HOME/Apache/Apache/conf/httpd.conf )

    restart apache and the server, but it didn't work.

    Thank you

    Kind regards

    Simon

    In fact, I tried to play with the values that you mentioned, I put the maximum Heap space in JAVA to 2048M and in Apache timeout to 3600 seconds and after a wait of cca. 20 minutes I got the answer I needed the SOAP service.

    Kind regards

    Ognjen

  • Native web services in Oracle 11 g

    Y at - there no official explanation on how to configure and create native web services to Oracle 11 g and how to properly secure these services? Since Oracle APEX now supports web services use SOAP and REST, it makes sense to have more explanation on creating and securing web services. As know many PL/SQL programmers, it isn't always an easy task to develop web services in jDeveloper to work with databases - with all of these technologies to Add on as jPublisher/Toplink to get the job of things. It is not easy to get the 'How to' guide on creating and securing of the native web services in Oracle 11 g.

    Thank you.

    Andy

    Hello.

    If you are still looking for this answer, you can try this.

    http://www.Oracle-base.com/articles/11g/native-Oracle-XML-DB-Web-services-11gr1.php

    The article has links to documentation and other resources at the bottom.

    See you soon

    Tim...

  • Using PL/SQL to create a Web Service?

    Hello world:

    I have a question, I have not found in the research of wire. The light went off in my head on SOA and weakly couples services... Perl farm there, c# shut up and PL/SQL Ranch right here and so on... all the outputs of product in XML format for common use. I know that we can query results PL/SQL in XML format with some effort, but I want to know is how completely (Stepwise A - Z) create a PL/SQL web service and SOA standard. So this piece of the pie I'm missing?

    Thank you

    Preston
    See you soon!

    You are looking for something like this?

    Web Services using native Oracle XML DB

  • Native Web Services database: XMLTYPE parameter in PL/SQL with XMLSCHEMA?

    Hello

    I would like to build a function with a parameter of XMLTYPE is the schema of the base, something like this:

    CREATE FUNCTION xy (p_xml XMLTYPE XMLSCHEMA 'http://myschema.com')...

    For now, I do the following code inside:

    l_xml: = p_xml.createSchemaBasedXML ('http://myschema.com');
    l_xml.schemaValidate ();

    / * validate XML with XSD code * /.
    l_nbr: = l_xml.isschemavalidated ();

    Why I want to put the schema directly in the statement is I want to use this function as a Web Service native Oracle. The web service does not know that the structure of the xml parameter because the schema is not known in the statement.

    Thank you and best regards,
    Andreas

    Published by: mdrake on November 8, 2009 21:55

    At the present time there is no way for the WSDL generated by the Native Web Services database to incorpirate this information. The problem is that there is no way to associate an XML schema to a variable value, parameter or return of PL/SQL. It should be the work of the XML DB and the PL/SQL to achieve group. It will consider a request for improvement.

    Workarounds only that I can think of would be to have a separate WSDL (made by hand) for this service. Of course, this will have to be to some other URL as expected, so this may not be viable, or to provide your own get (extended) WSDL service as part of the package, which adds the schema information in the WSDL. The Web Service consumer then you have to get the base/orawsv/parcel WSDL? WSDL, then get the WSDL extended by callling the appropriate method on the packaging...

  • Publish as a Web Service option (PL/SQL) in 11 g JDeveloper 11.1.1.0.2

    Hello

    Im going to develop a Web Service of PL/SQL package.
    JDeveloper 10.1.3.1.0 it is an option that you can publish as Web Service directly from the pl/sql package diserable Navigation connections.
    In JDeveloper 11.1.1.0.2 is not such an option!
    There is another way to publish the Web Service of Pl/sql package?

    Thank you

    Hello

    The Pl/SQL Web services Wizard is back in the latest version of JDeveloper 11 g (11.1.1.2). You can download it here

    -Yogesh

  • Web service PLSQL returning multiple records

    Hello

    I am creating a web service using oracle 11 g, which should be able to return multiple records.

    Based on the code and the advice of the samples found on the internet, here is my code:

    CREATE OR REPLACE TYPE test_rec is OBJECT (
        s_nume_adre                    NUMBER ,
        c_eta_civi                     VARCHAR2(4 BYTE),
        l_nom1_comp                    VARCHAR2(40 BYTE),
        l_nom2_comp                    VARCHAR2(40 BYTE),
        l_nom3_comp                    VARCHAR2(40 BYTE),
        l_pren_comp                    VARCHAR2(30 BYTE),
        d_date_nais                    DATE);
    
    
    CREATE OR REPLACE TYPE test_array AS TABLE OF test_rec;
    */
    
    CREATE OR REPLACE PACKAGE test_pkg AS
      function get_rows(snume_adre in number) return test_array;
    END;
    /
    
    CREATE OR REPLACE PACKAGE BODY test_pkg AS
      function get_rows(snume_adre in number) return test_array is
        v_rtn   test_array := test_array(null);
        v_first boolean := true;
    
        cursor c_get_rows(snume_adre in number) is
          SELECT a.s_nume_adre,
                 nvl(a.c_eta_civi, '') c_eta_civi,
                 nvl(a.l_nom1_comp, '') l_nom1_comp,
                 nvl(a.l_nom2_comp, '') l_nom2_comp,
                 nvl(a.l_nom3_comp, '') l_nom3_comp,
                 nvl(a.l_pren_comp, '') l_pren_comp,
                 nvl(a.d_date_nais, to_date('01.01.1900', 'dd.mm.yyyy')) d_date_nais
        FROM bro.z45 a
      where a.s_nume_adre = snume_adre or snume_adre is null;
    
      begin
       
        for rec in c_get_rows(snume_adre) loop
          if v_first then
            v_first := false;
          else
            v_rtn.extend;
          end if;
       
        v_rtn(v_rtn.last) := test_rec(rec.s_nume_adre, rec.c_eta_civi, rec.l_nom1_comp, rec.l_nom2_comp,
                                    rec.l_nom3_comp, rec.l_pren_comp, rec.d_date_nais);
        end loop;   
    
        return v_rtn;
      end;
    END;
    /
    
    --select * from table (test_pkg.get_rows(null));
    
    
    

    I am able to retrieve data using select.

    However, when I try to access its wsdl I get an error:

    < envelope soap: >

    < soap: Body >

    < soap: Fault >

    Client: soap < faultcode > < / faultcode >

    entry processing < faultstring > error < / faultstring >

    < detail >

    < OracleErrors > < / OracleErrors >

    < / details >

    < / soap fault: >

    < / soap: Body >

    < / envelope soap: >

    -- -------------------------------------------------------------------------------------------------------------

    If I comment the function call in the package declaration I get a "correct": wsdl

    -- -------------------------------------------------------------------------------------------------------------

    " < name definitions = targetNamespace"GET_ROWS"=" http://xmlns.Oracle.com/orawsv/test/TEST_PKG/GET_ROWS "xmlns =" http://schemas.xmlsoap.org/wsdl/ "xmlns:tns =" http://xmlns.Oracle.com/orawsv/test/TEST_PKG/GET_ROWS "container =" http://www.w3.org/2001/XMLSchema "xmlns:soap =" http://schemas.xmlsoap.org/wsdl/SOAP/ "> " ""

    < types >

    " < xsd: Schema targetNamespace = ' http://xmlns.Oracle.com/orawsv/test/TEST_PKG/GET_ROWS "elementFormDefault ="qualified"> "

    < xsd: element name = "GET_ROWSInput" >

    < xsd: complexType >

    < / xsd: complexType >

    < / xsd: element >

    < xsd: element name = "GET_ROWSOutput" >

    < xsd: complexType >

    < / xsd: complexType >

    < / xsd: element >

    < / xsd: Schema >

    < / types >

    < name of message = "GET_ROWSInputMessage" >

    < name of part = "parameters" element = "tns:GET_ROWSInput" / >

    < / message >

    < name of message = "GET_ROWSOutputMessage" >

    < name of part = "parameters" element = "tns:GET_ROWSOutput" / >

    < / message >

    < portType name = "GET_ROWSPortType" >

    < operation name = "GET_ROWS" >

    < input message = "tns:GET_ROWSInputMessage" / >

    < output message = "tns:GET_ROWSOutputMessage" / >

    < / operation >

    < / portType >

    < connection name = "GET_ROWSBinding" type = "tns:GET_ROWSPortType" >

    " < style: soap = transport = 'document' binding ' http://schemas.xmlsoap.org/SOAP/HTTP "/>

    < operation name = "GET_ROWS" >

    < soap: operation soapAction = "GET_ROWS" / >

    < input >

    < soap body parts: = 'settings' use = "literal" / >

    < / Entry >

    < output >

    < soap body parts: = 'settings' use = "literal" / >

    < / output >

    < / operation >

    < / binding >

    < service name = "GET_ROWSService" >

    < documentation > Oracle Web Service < / documentation >

    < name of port = "GET_ROWSPort" binding = "tns:GET_ROWSBinding" >

    " < soap: address location = ' http://server.domain.ch:8080 / orawsv/TEST/TEST_PKG/GET_ROWS "/>

    < / port >

    < / service >

    < / definitions >

    -- -------------------------------------------------------------------------------------------------------------

    Any suspicion that how create and access pl sql web service returning multiple lines?

    I use java not and do not have access to tools such as JDeveloper.

    Thank you!

    The real problem is that collection types are not supported for the return parameters.

    The solution is to wrap the collection into another object.

    Here is an example of work based on your settings:

    CREATE OR REPLACE TYPE test_rec is OBJECT (
      empno  number(4)
    , ename  varchar2(10)
    , hiredate date
    );
    /
    
    CREATE OR REPLACE TYPE test_array AS TABLE OF test_rec;
    /  
    
    CREATE OR REPLACE TYPE test_array_wrapper is OBJECT ( arr test_array );
    /
    
    CREATE OR REPLACE PACKAGE test_pkg AS
      function get_rows(p_deptno in number) return test_array_wrapper;
    END;
    /  
    
    CREATE OR REPLACE PACKAGE BODY test_pkg AS
      function get_rows(p_deptno in number) return test_array_wrapper is
        results  test_array;
      begin  
    
        select test_rec(empno, ename, hiredate)
        bulk collect into results
        from scott.emp
        where deptno = p_deptno;     
    
        return test_array_wrapper(results);
      end;
    END;
    /
    

    The wsdl is then generated correctly:

    SQL> select httpuritype('http://DEV:dev@localhost:8080/orawsv/DEV/TEST_PKG/GET_ROWS?wsdl').getxml() from dual;
    
    HTTPURITYPE('HTTP://DEV:DEV@LOCALHOST:8080/ORAWSV/DEV/TEST_PKG/GET_ROWS?WSDL').GETXML()
    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    
      
        
          
            
              
                
              
            
          
          
            
              
                
              
            
          
          
            
              
                
                  
                    
                      
                        
                          
                        
                      
                    
                  
                
              
            
          
          
            
              
              
                
                  
                    
                  
                
              
              
            
          
        
      
      
        
      
      
        
      
      
        
          
          
        
      
      
        
        
          
          
            
          
          
            
          
        
      
      
        Oracle Web Service
        
          
        
      
    
    
  • Report on web service

    APEX 4.0.2

    Created a RESTful web service with parameters of entry and exit. Created a region of report on the web service. It generates a SQL report with the following query
    select extractValue(value(t),'/*/op1') "op1"
         , extractValue(value(t),'/*/op2') "op2"
     from wwv_flow_collections c, 
          table(xmlsequence(extract(c.xmltype001,'/path/to/output'))) t 
    where c.collection_name = 'OUTPUT'
    1. how and when the web service is called to fill the collection?
    2. how the input parameters are passed to the web service?

    Thank you

    Create a loading before that process the header to fill the collection

  • Web services security

    Hello

    How can I secure web services native Oracle (PL/SQL)? How can I make sure that calls (from PHP, ASP.NET, etc.) to these PL/SQL web services are authenticated and authorized? What other software do I need to implement security?

    Thank you.

    Andy

    andychow wrote:

    I've been using Oracle APEX since its initial release (1.6 HTMLDB?).

    Has been called Marvel project. :-)

    However, web services is really a new object me - until now, I need to learn more about this topic.

    A web service is not that much different. He gets a HTTP request and responds to it. The difference from a technical point of view is the payload. A SOAP payload is received and a load XML is the answer.

    I think that, especially with Java developers, which is described by using several acronyms and definitions more and more moving parts. But it's especially stuffed animals. This is the client-server tcp using the HTTP application protocol to send and receive payloads.

    This means that all of the basic concepts and standards and security issues with HTTP client-server, remain valid.

    What I'm not clear, is that, with respect to web services Oracle XML DB, do I really need to set a port in the server that is running the database for the XDB HTTP listener

    For the web service procedure or method to receive the call and answering the call, a layer of HTTP communication is necessary. This can be Apache, IIS, Tomcat or servlet HTTP in XDB.

    I feel very uncomfortable allow access to resources of database directly through a browser without worrying it's http or https.

    I don't see that as the real problem. If the customer uses OIC via tcp or HTTP over tcp to communicate with the database, basic security issues and principles remain the same.

    What offer the XDB is the elimination of a layer external s/w (like Apache) to deal with the aspect of communication tcp and HTTP interface. This can be useful sometimes (deletes an external point of failure and external complexity). Maybe it's not ideal at other times. As usual, it depends on the security requirements and the physical communications infrastructure.

    We can expose web services Oracle XML DB with Oracle HTTP instead of use the XDB HTTP listener in an Oracle database?

    Yes. The caller specifies what exactly? A URL that refers to a procedure from PL/SQL web active. So if that is served by Apache mod_plsql or via a servlette XDB is neither here or there - both are interface HTTP communication layers. Their main goal is to provide the interface between the client and the web service.

    I find the documentation on web services to confusion at times because it is too abstract and does not address the fundamental workings of its operation. And Oracle API web service in the data base is (AFAIK), on ito Java classes complex configuration and use of the PL/SQL wrappers and cryptic in error responses.

    So when it comes to web services, I generally prefer to roll my own using PL/SQL only.

Maybe you are looking for

  • problems with RSS

    For the last iterations little Firefox, a number of sites that offer a news FEED that are visible in other browsers, do not show the RSS buttons in firefox. I have to go to other browsers to subscribe to them. Would really prefer is not to have to do

  • Delete my Skype account?

    I read online that if you want your name on the directory then you will need to contact the Skype community. I want to remove my name from there. Is it possible to make this happen? I did all the steps. Thank you.

  • Can satellite P500-12D - I use the nVidia drivers?

    The latest NVIDIA drivers on update from Toshiba website are 8.15.11.8642, but there are newer versions on the NVIDIA site. I would like ot update the NVIDIA drivers but I have any difficalties. I tried to install version 195.62 (Win7 64 bit) for the

  • How to fix: Unboundle does not everything boundled

    Hello!! In the image as an attachment, you can see in my VI I use a table to build and after something I converted it to a cluster. Everything was good before you insert the 9 in the table element, then now, unboundle does not show the 9th element in

  • Generating analog output signals 4 with different frequencies

    Hi all I was trying to say to generate 4 different signals at different frequencies 1. first waveform is a sine wave with 5000 Hz, 2. other with 8000Hz, 3. third, one is a square with 25 Hz waveform and 4. fourth one with triangular waveform 50 Hz al