Is there a module which supports 20-30 Analog line

Is there a module which supports 20-30 Analog line
like:VIC-2FXO but with 20-30 or more Analog line options.
something similar to MODEM 16AM
Regards
Meer

No, closest thing is the 24 port FXS balde for the Cat6k, or the new IAD 2430 series routers, which have 24 fxs ports as well.

Similar Messages

  • Is there an IDE which supports snippets with popup arguments?

    Is there a text editor or plugin which supports selecting from default arguments?
    Geany package has the Snippet plugin. From their manual page
    Basic snippet.conf entry:
        [Default]
        myname=Enrico Tröger
    And then there's the feature to add a wildcard:
        Template wildcards
        [Default]
        myname=My name is {developer}
    This will replace myname with "My name is " and the value of the template preference developer.
    What I'd like to find is something similar to the wildcard:
        myname=My name is ("Chris" | "Xtian" | "CSimon")
    This way I can complete the phrase "My name is" with any of these three options, similar to the current auto-complete.  (only autocompelete matches only what's in the document, and you can't limit it just to preset values)
    I want to make some bog simple flat file xml-templates. Define something like a database field with a list of predetermined values, so I don't get field value identity problems.
    Any ideas for VIM or geany?
    Last edited by xtian (2014-12-09 00:02:25)

    As I noted in the post, I want to make some bog-simple flat file xml-templates.
    The functionality is really important so they're easier to maintain. I'm using geany right now, since its a little more convenient when copying text from web pages. Right now I have Snippets working to insert the exact wrappers. However, some of the elements are repetitive, and I wish to keep them consistent. And autocomplete is catching some of these words correctly and some not correctly. I don't need autocomplete for the whole document, but I very much would like it for these structural bits which snippets are so good (and convenient) at putting into a text doc. As I was re-purposing the snippet.conf and adding all these elements to classify the content files I was making, I realized how much the process was like making a database table. Combine this feature with templates and what you have is a single file as a single record, with the fields inside the document. Now I can parse these files for content with a script. If I'm using VIM or Geany, then all the better.

  • Framework which support 2D figure and data modal

    Anyone knows is there any framework which support 2D figure and data modal?

    Troopers wrote:
    I have tried a sample project with this code
    class FactorySample
    static void Main()
    using (DataTable providers = DbProviderFactories.GetFactoryClasses())
    Console.WriteLine("Available Data Providers:");
    foreach (DataRow prov in providers.Rows)
    Console.WriteLine("Name:{0}", prov["Name"]);
    Console.WriteLine("Description:{0}", prov["Description"]);
    Console.WriteLine("Invariant Name:{0}", prov["InvariantName"]);
    DbProviderFactory factory =
    DbProviderFactories.GetFactory("Oracle.DataAccess.Client");
    The Oracle.DataAccess.Client was listed by the GetFactoryClasses method but the GetFactory method failed :"Failed to find or load the registered .Net Framework Data Provider."
    So I have changed the name of the DBProviderfactory in all the machine.config files
    a distinguish name in each file to know which is loaded.
    I had four machine.config files for framework x86 v2, framework x86 v4, framework x64 v2 and framework x64 v4
    I have saw that the loaded file was the file for framework x64 v4
    This file had the node below in DbProviderFactories :
    <add name="Oracle Data Provider for .NET" invariant="Oracle.DataAccess.Client" description="Oracle Data Provider for .NET" type="Oracle.DataAccess.Client.OracleClientFactory, Oracle.DataAccess, Version=4.112.2.30, Culture=neutral, PublicKeyToken=89b483f429c47342" />
    So, i have removed this node because the assembly is not a x64 version
    Then it was the file for the framework x86 v4, this file had the same node in DbProviderFactories
    With this the GetFactory method works normally
    But in the server explorer window, if i create a new connection the ODP.Net is not present.
    Why?The visual studio tools require the 32 bit version of ODAC be installed, including the Oracle Developer Tools for Visual Studio component. This is the component that will open a dialog box during the install asking you which version of Visual Studio you wish to integrate with.
    It is not enough to simply have ODP.NET on the machine.

  • Is there a BAPI function module which reverses the sign of an integer

    Hi Friends,
                     Could u plz tell me  a BAPI function module which can reverse the
    sign of an integer ?
    For example:       
    if i get the integer value in work area as <number> <sign> , i need to change it to <sign><number>. 
    i.e if i get the integer value in work area as    "248-" ("-" indicates minus sign) to " -248 ".
    i.e if i get the sign after the value , my requirement is to get the sign before the value.
    The actual ABAP query is:
    data: QTY_1 TYPE CHAR10,
            QTY_2  TYPE CHAR10,
            WA_DISTK_PORTLET-QUANTITY TYPE INT4.
    QTY_1 = WA_DISTK_PORTLET-QUANTITY.
                    SEARCH QTY_1 FOR '-'.
            IF SY-SUBRC = 0 AND SY-FDPOS <> 0.
              SPLIT  QTY_1 AT '-' INTO  QTY_1 QTY_2.
              CONDENSE  QTY_1.
              CONCATENATE '-'  QTY_1  INTO QTY_1.
              CONDENSE  QTY_1.
            ELSE.
              CONDENSE  QTY_1.
            ENDIF.
            CLEAR: WA_DISTK_PORTLET-QUANTITY.
         MOVE : QTY_1 TO  WA_DISTK_PORTLET-QUANTITY.
    when i move this QTY_1 to work area  quantity field The sign is coming after the numeric value.
    Note: There is no possibility to change the datatype of quantity field.
    I have tried my level best with 'CLOI_PUT_SIGN_IN_FRONT' function module.
    I will assign full points to the correct function module.

    Hi Ram,
    try this ang look into fields.
    data: fields type table of SVAL with header line.
    fields-tabname = 'MARA'. fields-fieldname = 'MATNR'. append fields.
    fields-tabname = 'BKPF'. fields-fieldname = 'BUDAT'. append fields.
    CALL FUNCTION 'POPUP_GET_VALUES'
      EXPORTING
        POPUP_TITLE           = 'Value Insert'
      TABLES
        FIELDS                = fields.
    Regards, Dieter

  • Is there an update for Nokia 701 which supports SN...

    Hi,
    I am new in Nokia development.
    I have a Nokia 701 (SW version 111.020.0307 - Symbian Belle).
    I want to develop a NFC application which sends NDEF messages (through SNEP protocol) to an Android phone (Ice cream).
    From what I could see till now, the SW version that I have in my Nokia phone does not support SNEP.
    I want to know if there is any SW update for Nokia 701 which supports SNEP.
    Thanks

    Hi,
    Just adding more information in order to clarify my questions related to this post.
    I am pretty new in Nokia developing. Actually this is the first application I was asked to develop/change.
    I work to a company which has a client that has an application that runs in Nokia 701 (SW version  111.020.0307 - Symbian Belle). They want us to change this application in order to be able to send NDEF messages through SNEP protocol.
    From what I could see till now, current SW version in the Nokia 701 does not support SNEP.
    I also saw that new QTMobility versions support SNEP. I would like to know if I download the Nokia SDK and the new QTFramework/QTMobility:
    1- I would be able to change the existing application to send NDEF messages through SNEP.
    2- Would the modified application run in the current  Nokia 701 SW release? Or we would have to install any new lib to have it working?
     3- Where can I find which QTFramework/QTMobility version are supported in current SW 111.020.0307 - Symbian Belle?
    Sorry if my questions are very rudimentary, but, as I said, I am new in the company and pretty new in Nokia development. All those terms  QTFramework/QTMobility are new to me.
    Thanks in advance,

  • Is there any server from vmware which supports OSGI and works similar to all functionalities of vFabric tc server?

    Hi,
         We have currently  built web applications which are in complience with OSGI and runs on  FUSE ESB. Recently we have gone through vFabric tc server which is based  on open source Apache tomcat. Is there any other server from vmware which supports OSGI and works similar to all functionalities of vFabric tc server?
    I  am not sure whether this is the right place to post this question.   Please let me know if i have to post this question anywhere else?
    Thanks,
    Prathap

    Hi Prabhat Y,
    Per my understanding that you are doing the migration from SSRS 2005 to SSRS 2008 and now you are re-creating the 3500 subscriptions in the SSRS 2008, so you want to the new created subscription in SSRS 2008 will be pause and not execute at this time, right?
    Generally, we have several method to pause the subscription processing, please reference to details information below:
    When you created an subscription, an new Sql Server Agent job will be created too, so you can you can just uncheck the 'enabled' checkbox in the job properties as below to disable the execution of the job,you can also  stop the SQL Server Agent Services
    manually, all your subscriptions will stop running:
    More information, Please reference to: 
    How to temporarily stop SSRS subscriptions
    You can also disable a Shared Data Source, pause a Shared Schedule to pause the subscription processing.
    Pause Report and Subscription Processing
    If you still have any problem, please feel free to ask.
    Regards,
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Is there any j2me phone in india which supports jsr 179

    Hi everyone,
    Is there any j2me phone in india which supports jsr 179 ? I want to test gps application in India. If not supported the is there any other way to test GPS application in india ?
    Thanx in Advance
    Krishan

    hi
    just do visit
    http://www.nokia.co.in for phones available in india
    and for specification see
    http://forum.nokia.com
    hope information may help you
    regards & all the best,
    Vasco

  • I have a PVR which supports DLNA connected to my home network.  I want to access files on my MacBook from the PVR.  I understand that my MacBook doesn't support DLNA. Is there any 3rd party  software that I can install on my MacBook to provide DLNA?

    Hi,
    Can anyone help me please.
    I have a Personal Video Recorder (Humax HDR-1010S), which supports DLNA, connected to my home network via Wi-Fi. 
    I want to play music from iTunes and view photos from iPhoto from my MacBook (which is also connected to the home network) via the PVR / TV / Home Cinema sound system.  I understand that my MacBook (running OS X Mavericks) doesn't support DLNA server.
    Is there any 3rd party  software that I can install on my MacBook to provide DLNA server?
    Thanks,

    My recollection is that the iPhoto library has some fairly robust protections to prevent inadvertent or even deliberate changes being made that might have unwanted consequences. I'll take alook at my setup and let you know if I can see anything that might help you. Even if you get Serviio to "see" the iPhoto library, it almost ceratinly won't show the album structure and names. What I did is to export each iPhoto album to a standard folder with the appropriate folder name. These I keep on an external backup disc and Serviio can see these without trouble.

  • Can't I get Xcode for leopord for free? or is there any other compiler which supports many languages?

    can't I get Xcode for leopord for free? or is there any other compiler which supports many languages?

    XCode is Apple's official SDE (as in Software Development Environment). It is meant to be used to develop all kinds of full-fledged applications, which are organized as projects. To use it that way, you run the main XCode front end, called appropriately enough Xcode. In the older versions of the product, prior to Lion's v4.3.x, everything was found inside the /Developer folder located at the root of the boot volume. (If you ever move on to Lion, XCode 4 is now an app found in the Applications folder and there is no longer a /Developer folder.)
    An alternate way to access the compilers is via command-line mode in Terminal, on traditional Unix fashion. After installing XCode, it will have set up the PATH variable to point to the appropriate directories so that gcc and its ilk are directly accessible. For instance (note that silverflash is the name of my Mac and my userid is macjuan):
    silverflash:~ macjuan$ which gcc
    /usr/bin/gcc
    silverflash:~ macjuan$ gcc -v
    Using built-in specs.
    Target: i686-apple-darwin11
    Configured with: /private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/src/configure --disable-checking --enable-werror --prefix=/Developer/usr/llvm-gcc-4.2 --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-prefix=llvm- --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin11 --enable-llvm=/private/var/tmp/llvmgcc42/llvmgcc42-2336.1~22/dst-llvmCore/Developer/usr/local --program-prefix=i686-apple-darwin11- --host=x86_64-apple-darwin11 --target=i686-apple-darwin11 --with-gxx-include-dir=/usr/include/c++/4.2.1
    Thread model: posix
    gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
    silverflash:~ macjuan$ gcc --version
    i686-apple-darwin11-llvm-gcc-4.2 (GCC) 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
    Copyright (C) 2007 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.  There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

  • Like sound flower, I have an application which supports only 2channels. Is it required to implement 16channel also? Will there be any loss with 2channel audio?

    like sound flower, I have an application which supports only 2channels. Is it required to implement 16channel also? Will there be any loss with 2channel audio?

    Hello @Jccr510,
    Yes that ASUS MIO-892 will indeed work on your computer and will give you the Realtek HD Audio Manager that you are looking for.
    Hope I have answered your question to your satisfaction. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Is there any function module which gives open invoices &open amount?

    Hello All,
    I want to use function module which gives open invoices with open amount.
    I know 'CUSTOMER_OPEN_ITEMS'  'BAPI_AR_ACC_GETOPENITEMS' function which gives open invoices but does not give open amount.
    Can anyone help me to find such function?

    From this BAPI ,
    BAPI_AR_ACC_GETOPENITEMS, You got amount for items in lc_amount field of lineitems table parameter.
    I hope, it will helpful to you.
    by
    Prasad GVK.

  • Is there a single sever supports both Jdev11 and Froms/Reports to deploy

    is there a single server to support both jdeveloper 11 and forms/reports to deploy on web.
    We currently have ias 10.1.2, deployed 10g forms/reports on web. we are developing new module in jdeveloper11. Can some one guide us, best way to integrate both? (we also have to implement ldap/sso soon for secuirty reasons)
    Thanks
    Lalitha

    Thanks for the reply.
    We have currently IAS 10.1.2 with forms/reports on sun machine.
    We also have brand new sum machine for other reasons. Now if we choose to use this new machine to deploy only new module which we developed in Jdev11, what would be the best steps we can take and eventually migrate/transfer old forms/reports modules to new machine.. can you please give your advice?
    Thanks
    Lalitha

  • Which Supporting Components do I need if I only want to Install Photoshop from CS4

    I want to install Photoshop only from my Creative Suite (CS4). Which Supporting Components do I need to install?  I only want to install what I need and nothing more.

    When I want to do a custom install, it gives me the option to install these Supporting Components:
    Adobe After Effects CS4 Presets
    adobe CMaps CS4
    Adobe CSI CS4
    Adobe Color - Photoshop Specific CS4
    Adobe Color EU Extra Settings CS4
    Adobe Color JA Extra Settings CS4
    Adobe Color NA Recommended Settings CS4
    Adobe Color Video Profiles AE CS4
    Adobe Color Video Profiles CS CS4
    Adobe Default Language CS4
    Adobe Dynamiclink Support
    Adobe ExtendScript Toolkit CS4\
    Adobe Fonts All
    Adobe Linguistics CS4
    Adobe MotionPicture Color Files CS4
    Adobe Output Module
    Adobe PDF Library Files CS4
    Adobe Photoshop CS4 Support
    Adobe Search for Help
    Adobe Service Manager Extension
    Adobe Type Support CS4
    Adobe Update Manager CS4
    Adobe Utilities CS4
    Adobe WinSoft Linguistics Plugin
    Adobe XMP Panels CS4
    AdobeColorCommonSetCMYK
    AdobeColorCommonSetRGB
    Connect
    PDF Settings CS4
    Photoshop Camera Raw
    kuler

  • Is there a command which I can use to dump all the configurations as I set out in System Preferences on the Server?

    Hi folks,
    I am planning to reinstall OS X 10.6 on my Mac Server.  As such I need to collect all the configurations like User Account, User Password, File Sharing... which all are previously setup in the System Preferences.
    Instead of writing them down on paper, is there a command which I can execute to dump all these data to a file so that I can refer to them easily?

    I support Mac OS X Server at some schools, so I run it as a Home Server.
    I do not understand your question.
    Server is a package of additions that runs with Mac OS X as if it were part of the Operating System (login is not required for Server components to start up). It is not a wildly different Operating System. There is even an Installer package that allows you to ADD the server componets to an already-installed Mac OS X
    User information such as Preferences are stored in a /Users/<user_name>.
    This does not change after you install Server, but you can move the Users folder elsewhere, or you can move the Users accounts to an Open Directory database.

  • Function module which could calculate the previous month's start date.....

    hi,
    I want a function module which could calculate the previous month's start date and end date...
    Say todays date is  like 29.05.2007(start date) it should return
    01.04.2007 and 30.04.2007...
    IS there any FM for this ... or how to go about this scenario ???
    thanks in advance
    samm

    See the below Logic :
    DATA :g_date(2) TYPE n,           " Date
          g_month(2) TYPE n,          " Month
          g_year(4) TYPE n ,          " Year
          g_bill_low(10) TYPE n,       " From date
          g_bill_high(10) TYPE n,      " To date
          g_month1(2) TYPE n,         " Month
          g_year1(4) TYPE n,          " Year
          g_date1(2) TYPE n,          " Date
          g_year2(4) TYPE n,          " Year
          g_datum LIKE sy-datum.      " System date
    RANGES : r_bdate  FOR vbrk-fkdat.             " Billing date
      g_datum = p_date + 10.
      g_month = g_datum+4(2).
      g_year = g_datum+0(4).
      IF g_month = 1.
        g_year = g_year - 1.
        g_month = 12.
        g_date = 1.
      ELSE.
        g_month = g_month - 1.
        g_date = 1.
      ENDIF.
    Passing the date to billing date-low
      CONCATENATE  g_year g_month g_date  INTO g_bill_low.
      r_bdate-low = g_bill_low.
      r_bdate-sign = 'I'.
      r_bdate-option = 'BT'.
      g_month1 = g_datum+4(2).
      g_year1 = g_datum+0(4).
      IF g_month1 = 1.
        g_year1 = g_year1 - 1.
        g_month1 = 12.
      ELSE.
        g_month1 = g_month1 - 1.
      ENDIF.
      CASE g_month1.
        WHEN 1.g_date1 = '31'.
        WHEN 3.g_date1 = '31'.
        WHEN 4.g_date1 = '30'.
        WHEN 5.g_date1 =  '31'.
        WHEN 6.g_date1 = '30'.
        WHEN 7.g_date1 = '31'.
        WHEN 8.g_date1 = '31'.
        WHEN 9.g_date1 = '30'.
        WHEN 10.g_date1 = '31'.
        WHEN 11.g_date1 = '30'.
        WHEN 12.g_date1 = '31'.
      ENDCASE.
      g_year2 = g_year1.
      IF g_month1 = 2.
        g_year2 = g_year2 MOD 4 .
        IF g_year2 = 0.
          g_date1 = 29.
        ELSE.
          g_date1 = 28.
        ENDIF.
      ENDIF.
    Passing the date to billing date-high
      CONCATENATE  g_year1  g_month1  g_date1 INTO g_bill_high.
      r_bdate-high = g_bill_high.
      APPEND r_bdate.
    Reward Points if it is helpful
    Thanks
    Seshu

Maybe you are looking for