Creation of Switch

I want to control the flow of data, by a SWITCH.
I have a data flow which I want it to flow through a particular code, when I press that SWITCH, the data flow should be blocked and the code should use the previous values  stored to calulate further.
Is there any such switch available in LabVIEW, so control the flow.
Thank You

Like Ravens said, you'll definitely want to use a case structure. You will also want to use another widely used function in LabVIEW: shift registers. This is what will "store" your data from previous iterations.
I made a quick little VI to show you what we mean:
You will notice when the switch is pressed, you will see the iteration count go up, when it is false, the iteration count will stay the same, until the user hits the switch again.
Chris Van Horn
Applications Engineer
Attachments:
iteration.vi ‏7 KB

Similar Messages

  • Enhancement SPOT ES_SAPLITO2

    Hi ,
           Can anyone suggest how to activate the enhancement spot ES_SAPLITO2.
    Actually I have modified the code inside the Enhancement Implementation DIMP_GENERAL_SAPLITO2 which include enhancement section \PR:SAPLITO2\EX:ITOB_CHECK_SERIALNO_04\
    Need to modify the code inside this section which I have done.
    Also activated the code and implementation.
    Now I am not able to see this new code in the transaction EG44 which is for Device Creation.
    Switch is - DIMP_GENERAL which is off.
    Could you please suggest the procedure so that we will be able to execute this code in EG44 transaction.
    This enhancement spot is for EG44 transaction only.
    thanks in advance.
    -cheers
    Baajeerao Dabhade
    +44-7964560976

    There are number of user exits for this purpose., check function group XM02.
    If you are really intent on using ES, navigate to the package MEREQ, where I believe you will be able to edit the enhancement spots.
    Rgds
    Bhavani

  • How can I frame my photos in the new PSE11

    While I knew how to add a frame to my photos in the previous version on PSE, I can't seem to figurre out how to do so in the latest version.  Could someone point me in the right direction, please. 

    In Elements 11 Content panel is changed with Graphics panel.
    If you are in Expert mode (for single image)
    Click on the Graphics icon next to layers on task bar or go to window menu >> graphics
    If you are in creation mode
    Switch to advance mode
    Open the graphics panel and add a new frame.

  • How to switch off automatic creation of the business partner?

    Hello!
    Advise please why in erp after creation of the customer automatically form business partner? How to switch off automatic creation of the business partner? It very much disturbs, because business partner are created from crm. Because of automatic creation business partners are duplicated.

    Hi,
    I have made the following customizing settings to activate customer integration with business partner, but the problem is when I create a BP with a role (FI-Customer) the customer is not created automatically.
    1. Set BP Role Category for Direction BP to Customer
    Roles: FLCU00 - Business Partner FI Customer (FS: BP)
    FLCU01 - Business Partner Customer (FS: BP)
    2. Defined the Number assignment for Direction BP to customer
    4. Customer account group and numbering is also defined.
    3. Created a BP with BP Role FLCU00, I can see the Customer - General Data tab, but no customer was automatically generated by the system.
    Kindly let me know if any customizing I have missed.
    Regards
    Ameya

  • Noise after switch to Creation m

    my X-Fi Elite PRO generate some noise after I switch to creation mode from any other modes. But this doesn't happen every time, if I switch it again, sometimes fix the problem.
    But the problem never happen when I switch to entertainment or gaming mode. I think its something wrong with the driver, please fix it...
    Note: I enabled the accurate playback and set 44KHz as the main frequency. And using lastest driverMessage Edited by Cemson on -6-200607:58 AM

    I see you are posting several requests here for different problems and i wonder if you have got your PC set up correct in the first instance. Did you do a clean install or just install X-Fi drivers on top of your previous card drivers. Is your OS up to date. Are your motherboard drivers and bios up to date. Newer hardware does require newer drivers etc. Make sure everything on your PC is updated and that you remove old sound drivers before installing new ones. Note that after installing the X-Fi CD drivers you should then install the latest Webupdate drivers which are only a few days old.
    Hope this hel
    ps.

  • V12 (GA) switch issues. DB is stuck in creation state, automated backup issues, no monitoring data 1h

    Hi,
    On Friday we have switched databases to V12 version as it was announced that they are now generally available, but I have doubts that everything was tested by Microsoft, as immediately we have several issues:
    1. We had automated backups scheduled on all DB. On Sunday everything started to not work properly. There were more than 10 backup databases created like AutomatedSqlExport_X_20150201T050000Z and emails send that backup cannot be created. We had to
    remove them manually except one.
    2. One of the backup database is still in creating state from yesterday so we cannot remove it.
    3. We have turned off all automated backups in Azure Portal, but I'm not sure if they can be turned on again. I do not want to have 20 DB billed every week as autometed scripts are not working properly.
    4. After switch in Management Portal only last hour metrics are available. Switching to 24h or more returns all zeroes. When do we count on the fix?
    PS. tracking ID of db that is in creating state: 44530DC6-B174-4FAA-A4D6-2C01CA20CB85
    Regards,
    Rafal

    Hi Gluwer,
    Thanks for posting here.
    I suggest you to open a support case as this needs more back-end information which cannot be discussed over the forum.
    Refer: http://azure.microsoft.com/en-us/support/options/
    Girish Prajwal

  • Event handler switch creation (for repeated use )

    Im creating a hyperterminal like application which reads from serial port and  writes into serial port.
    The reading and writing works almost fine..I also wants to create some custom "Key controls" that will send some prestored commands to the serial port.
    I currently implemented two commands "ESC" and "FLASH " in the Key controls menu..
    I want to send these commands ESC and FLASH each time i click a button in the menu.
    I used event handler for it..and put the event handler inside an always running while loop.
    But the problem is I can send only these commands only for one time during execution.
    Repeated pressing of switches doesnt cause any effects..
    Can somebody help please???
    Im using labview 6.1. If u modify VIs using higher versions i cant open here..kindly include a jpg screenshot inthat case.
    Thanking you.
    Stephen.
    Attachments:
    Serial Port(stable release)1.2.vi ‏113 KB
    Init.vi ‏32 KB
    Write.vi ‏44 KB

    Hi Stephen,
    in LV7.1 your events will be executed whenever I press one of the according switches...
    Notes:
    -Don't make several event structures. Instead make one event structure with several event cases. Read the context help for the event structure!
    -I would suggest to set the mechanical action of both switches to "latch when pressed" instead of "switch..." to give a feedback to the user as the switch will be reset after reading it...
    -Generally be more styleguide-conform! Use right-click on terminals to create controls/constants to avoid coercion dots (spot the red colored dots in the image?). Make error in/out in the lower left/right of the connector pattern. Avoid block diagrams larger than the screen (or what kind of monitor do you use?).
    Edited:
    Sorry for weird display. I have to get used to the new image gallery feature of the forum (and will use "image to the left" only on rare conditions). Btw. the preview looks different to the actual post
    Message Edited by GerdW on 05-28-2009 06:59 AM
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Need Technical flow of switch document creation

    Hi Experts,
    I am new to IS U and IS U CRM.
    I want to write a technical flow for the below requirement.
    When Quotation is created in CRM an contract is automatically created and switch document is generated and replicated in IS U System.
    How this switch document is created and replicated in IS U sytem? Need to know the completed technical flow of it.
    What class or BOR is called...like wise.
    Any input will be very thankful...
    Thanks,
    Parthow.

    Google for "Data Collection Technical Workshop" by Oracle employee Sanjeev Kale. It is quite good.
    Hope this helps,
    Sandeep Gandhi

  • Logical switch creation error

    Hello!
    I tried to create a logical switch and got this error:
     It's rather strange for me because I set up the bandwidth setting only once (while creating a virtual network adapter port profile) and I even don't know what does mean
    "...bandwidth settings of logical switch" - I haven't seen such setting in a virtual switch properties... ???
    Thank you in advance,
    Michael

    Further info,
    root@sunlib01 # clzc show -v clustertalis
    === Zone Clusters ===
    Zone Cluster Name: clustertalis
    zonename: clustertalis
    zonepath: /zones/clustertalis
    autoboot: TRUE
    brand: cluster
    bootargs: <NULL>
    pool: <NULL>
    limitpriv: <NULL>
    scheduling-class: <NULL>
    ip-type: shared
    enable_priv_net: TRUE
    --- Solaris Resources for clustertalis ---
    Resource Name: net
    address: 143.117.157.103
    physical: auto
    Resource Name: dataset
    name: talis-pool
    Resource Name: sysid
    name_service: NONE
    nfs4_domain: dynamic
    security_policy: NONE
    system_locale: C
    terminal: xterm
    timezone: Europe/Belfast
    --- Zone Cluster Nodes for clustertalis ---
    Node Name: sunlib01
    physical-host: sunlib01
    hostname: clustertalis-sunlib01
    --- Solaris Resources for sunlib01 ---
    Resource Name: net
    address: 143.117.157.106
    physical: bge1
    defrouter: <NULL>
    Node Name: sunlib02
    physical-host: sunlib02
    hostname: clustertalis-sunlib02
    --- Solaris Resources for sunlib02 ---
    Resource Name: net
    address: 143.117.157.107
    physical: bge1
    defrouter: <NULL>

  • How to switch on/off the creation of internal order at item level

    Dear experts,
    When create service order in CRM, is there any way to control the creation of internal order at item level?
    For certain item category, the cost should be distributed to R/3 Back End system, but for others it should never be transferred.
    Please advise, thanks in advance.

    Hi Yukun,
    We are also struggling with the same problem.
    did you find any correct solution to the problem by now.
    However one setting in backend r/3 is that of controlling scenario-- just check whether the controlilng scenario is set with the level 'transaction'
    i guess if you set it to transcation and at the next level you create for a particular transaction type you need to create a controlling scenario then i guess the problem will be solved.. we tried tthe same settings however we are unable to find the result to the problem.
    if you find something important do write back...
    hope that your problem is solved...
    and ours also...
    surendra

  • HT4527 Switching files between computers - creation of duplicates

    I have a lot of CD music on 2 computers.  When I do the add to library, will it recognise that some music is already there, or will I end up with lots of duplicates?

    These are two possible approaches that will normally work to move an existing library to a new computer.
    Method 1
    Backup the library with this User Tip.
    Deauthorize the old computer if you no longer want to access protected content on it.
    Restore the backup to your new computer using the same tool used to back it up.
    Keep your backup up-to-date in future.
    Method 2
    Connect the two computers to the same network. Share your <User's Music> folder from the old computer and copy the entire iTunes library folder into the <User's Music> folder on the new one. Again, deauthorize the old computer if no longer required.
    Both methods should give the new computer a working clone of the library that was on the old one. As far as iTunes is concerned this is still the "home" library for your devices so you shouldn't have any issues with iTunes wanting to erase and reload.
    I'd recommend method 1 since it establishes an ongoing backup for your library.
    Note if you have iOS devices and haven't moved your contacts and calendar items across then you should create one dummy entry of each in your new profile and iTunes should  merge the existing data from the device.
    If your media folder has been split out from the main iTunes folder you may need to do some preparatory work to make it easier to move. See make a split library portable.
    Should you be in the unfortunate position where you are no longer able to access your original library or a backup then then see Recover your iTunes library from your iPod or iOS device for advice on how to set up your devices with a new library with the maximum preservation of data.
    tt2

  • New DVR Issues (First Run, Channel Switching, etc.)

    I've spent the last 30 minutes trying to find answers through the search with no luck, so sorry if I missed something.
    I recently switched to FIOS from RCN cable in New York.  I've gone through trying to setup my DVR and am running into issues and was hoping for some answers.
    1.  I setup two programs to record at 8PM, I was watching another channel at the time and only half paying attention.  Around 8:02 I noticed a message had popped up asking if I would like to switch channels to start recording.  I was expecting it to force it to switch like my old DVR, but in this case it didn't switch and I missed the first two minutes of one of the shows.  I typically leave my DVR on all day and just turn off the TV, this dual show handling will cause issues with that if I forget to turn off the DVR.  Is there a setting I can change that will force the DVR to choose one of the recording channels?
    2.  I setup all my recordings for "First Run" because I only want to see the new episodes.  One show I setup was The Daily Show on comedy central, which is shown weeknights at 11pm and repeated 3-4 times throughout the day.  My scheduled recordings is showing all these as planned recordings even though only the 11pm show is really "new".  Most of the shows I've setup are once a week so they aren't a problem, but this seems like it will quickly fill my DVR.  Any fixes?
    Thanks for the help.
    Solved!
    Go to Solution.

    I came from RCN about a year ago.  Fios is different in several ways, not all of them desirable.  Here are several ways to get--and fix--unwanted recordings from a series recording setup.
    Some general principles. 
    Saving changes.  When you originally create a series with options, or if you go back to edit the options for an existing series, You MUST save the Series Options changes.  Pretty much everywhere else in the user interface, when you change an option, the change takes effect immediately--but not in Series Options.  Look at the Series Options window.  Look at the far right side.  There is a vertical "Save" bar, which you must navigate to and click OK on to actually save your changes.  Exiting the Series Options window without having first saved your changes loses all your attempted changes--immediately.
    Default Series Options.  This is accessed  from [Menu]--DVR--Settings--Default Series Options.  This will bring up the series options that will automatically be applied to the creation of a NEW series. The options for every previously created series will not be affected by a subsequent modification of the Default Series Options.  You should set these options to the way you would like them to be for the majority of series recordings that you are likely to create.  Be sure to SAVE your changes.  This is what you will get when you select "Create Series Recording" from the Guide.  When creating a new series recording where you think that you may want options different from the default, select "Create Series with Options" instead.  Series Options can always be changed for any individual series set up later--but not for all series at once.
    Non-series recordings.  With Fios you have no directly available options for these.  With RCN and most other DVRs, you can change the start and end times for individual episodes, including individual episodes that are also in a series.  With Fios, your workarounds are to create a series with options for a single program, then delete the series later;  change the series options if the program is already in a series, then undo the changes you made to the series options later; or schedule recordings of the preceding and/or following shows as needed.
    And now, to the unwanted repeats. 
    First, make sure your series options for the specific series in question--and not just the series default options--include "First Run Only".  If not, fix that and SAVE.  Then check you results by viewing the current options using the Series Manager app under the DVR menu.
    Second, and most annoying, the Guide can have repeat programs on your channel tagged as "New".  It happens.  Set the series option "Air Time" to "Selected Time".  To make this work correctly, you must have set up the original series recording after selecting the program in the Guide at the exact time of a first run showing (11pm, in your case), and not on a repeat entry in the Guide.  Then, even it The Daily Show is tagged as New for repeat showings, these will be ignored. 
    Third, another channel may air reruns of the program in your series recording, and the first showing of a rerun episode on the other channel may be tagged as "New".  These can be ignored in your series if you set the series option "Channel" to "Selected Channel".  Related to this, if there is both an SD and HD channel broadcasting you series program, you will record them both if the series option "Duplicates" is set to "Yes".  However, when the Channel option is set to "Selected Channel", the Duplicates Option is always effectively "No", regardless of what shows up on the options screen.  
    As for you missing two minutes,  I have sereral instances in which two programs start recording at the same time.  To the best of my recollection, whenever the warning message has appeared, ignoring it has not caused a loss of recording time.  You might have an older software version.  Newest is v.1.8.  Look at Menu--Settings--System Info.  Or, I might not have noticed the loss of minutes.  I regularly see up to a minute of previous programming at the start of a recording, or a few missing seconds at the beginning or end of a recording.  There are a lot of possibilities for that, but the DVR clock being incorrect is not one of them.  With RCN, the DVR clocks occasionally drifted off by as much as a minute and a half.

  • Switching to Arch: Outstanding issue w/ printing

    I've spent the last six months or so switching to Arch and intel (from OS X/Debian and ppc). I did think I was getting there but I've got stuck on some issues which seem small in some ways but are really problematic given the kind of work I need to do. Part of the problem is that I don't know where to start trying to diagnose or solve them.
    I currently have three such issues. One has to do with getting my internal mic to work in usable fashion. The second is to do with the use of external monitors (e.g. for LCD projection). The third is the one which is really, really problematic. When it really matters, I can use one of the university's windows boxes for the mic. And the external monitor is manageable because it works and only causes issues on disconnect. But the third I have no work around for and I'm getting kind of desperate.
    Generally speaking, printing works fine. My machine is set up to use a number of different printers: a Dell networked printer on my home LAN, an HP in my office via USB and another HP via USB in another office I work in. Printing is generally fast and good quality.
    There are two problems. First, printing periodically gets "stuck" and the only way to get it unstuck is to kill all jobs in the queue, disconnect the printer, switch the printer off and then restart, reconnect and reprint everything. Even this is not impossible. I can get everything printed - it is just a question of figuring out what hasn't printed and remembering to recheck everything each time the printer stalls.
    Second, certain documents print so slowly that it is, in practice, impossible to actually print them. I'm not sure what is special about these documents. Usually this happens with PDF files but it is certainly not all PDF files. It affects any which contain graphics but it also affects a lot which do not. Other PDFs print extremely fast.
    For example, I am currently trying to print a PDF version of a paper. The job was sent at 18:42:37 BST. It is now 19:16 BST and it has so far managed to print 6 sides (3 pages). I'm printing it from acroread because it refused to print at all from Okular or the command line. This particular PDF is an older JSTOR file and these often seem to be affected. Recent stuff from JSTOR prints fine but older archives do not.
    pdfinfo for the file gives:
    Producer: iText 2.0.1 (by lowagie.com)
    CreationDate: Tue Dec 4 07:13:41 2007
    ModDate: Tue Dec 4 07:13:41 2007
    Tagged: yes
    Pages: 16
    Encrypted: no
    Page size: 595 x 842 pts (A4)
    File size: 339426 bytes
    Optimized: no
    PDF version: 1.4
    pdffonts:
    name type emb sub uni object ID
    Helvetica Type 1 no no no 134 0
    DRRZGT+Code2000 CID TrueType yes yes yes 135 0
    Times-Roman Type 1 no no no 140 0
    Times-Italic Type 1 no no no 141 0
    Times-Bold Type 1 no no no 6 0
    acroread's properties for the document suggests that the non-embedded fonts are being substituted. For example, Arial MT is being used in place of Helvetica and Times New Roman PS MT is being substituted for Times.
    Here's the command being run from ps:
    hp-LaserJet-1320-series 410 <username> A9ROojFUrV 1 Duplex=DuplexNoTumble finishings=3 noHPBookletBackCover noHPBookletFilter HPBookletPageOrder=Normal HPBookletPageSize=A4 HPBookletScaling=Proportional HPEconoMode=PrinterDefault HPOption_PaperPolicy=PromptUser HPOption_Tray2 noHPOption_Tray3 noHPStraightPaperPath InputSlot=Auto InstalledMemory=16_31MB noManualFeed media=A4 MediaType=Unspecified number-up=1 PageRegion=A4 PageSize=A4 Resolution=1200dpi sides=two-sided-long-edge Smoothing=PrinterDefault job-uuid=urn:uuid:18b2396b-4dca-38bc-561d-a85b5fc4d85d job-originating-host-name=localhost time-at-creation=1336758157 time-at-processing=1336758157 /var/spool/cups/d00410-001
    Any sort of insight or suggestion will be gratefully received and I am more than happy to post further information if somebody tells me what is relevant. I've enabled debugging info in CUPS but I'm not sure what might be of interest and there is a lot of output.
    I'm looking for, ideally, a solution which will allow me to just print (preferably solving both problems but at least the second). A second best outcome would be some sort of work around which would allow me to convert these files or something and then print them. (But convert to what?) Failing either of those, I am definitely interested in knowing what I might read, inspect or experiment with.
    Given that printing other files works just fine, there must be something about how CUPS is handling files with some particular characteristics, mustn't there? I just have no idea which characteristics of the files are relevant or what it is doing. "I didn't manage to read the/your paper because Linux doesn't like older PDFs" just doesn't sound like a good excuse...
    Last edited by cfr (2012-05-11 18:34:07)

    ewaller wrote:@cfr:  Which interface are you using?
    Do you mean am I using cups or something else or do you mean to configure the printers or something else?
    I usually use the web interface to configure the printers for cups. I'm using the "recommended" HP drivers for the HP printers (and I think I'm using a proprietary ppd for the Dell printer from Dell but I use that printer much less than the others and not for printing these sorts of files).
    I see the same problem with an HP LaserJet 1320 and a P3010 series (I think it is a 3015).
    I discovered that if I switch to a gutenprint driver things are better for at least some JSTOR files on the 1320 but I still have issues. For some reason, it doesn't then want to print the last page (no matter how many pages there are) and this driver can only print at 600dpi and has fewer options. The printer is waiting for more data but cups thinks everything has been sent successfully. If I resend the last page to the printer, I then get two copies but one prints much later than the other. I assume this is another way in which something to do with the spooling or the way that cups sends data to the printer is going wrong and maybe connected with why printers get "stuck". Aside from the slowness issue there is definitely something not quite right about the communication between computer and printer. It is as though cups has two speeds: super quick (spools so fast the printer can't keep up); and super slow.
    I've tried printing problematic PDFs from at least Okular, acroread and using lp on the command line.
    I don't understand how the suggestion concerning converting them to png is supposed to work. Do you convert each page to a separate png file? I guess you could script it but it still seems like a convoluted process. (And I assume it rules out double-sided printing.)

  • Creation of a portal - Very Important

    Hai Gurus,
    In our company we are switching to netweaver technology, induction based on webdynpro and EP. So i need very urgently that, <b>How to create a portal and how the same to implemented?. Give with an example. pls help me to recover the job</b>

    hi ,
    u cn also have a look at this links.its the basic links...it helps u.....
    New to EP..
    Very new to EP with Little knowledge on JAVA....Help on this
    http://help.sap.com/saphelp_nw04s/helpdata/en/10/4baa42cdccda11e10000000a155106/frameset.htm
    Beginning EP Development
    Oliver's favorite SDN link collection
    Top Weblogs of All Time [19 to 14]
    Installing and configuring the preview edition of EP
    What is EP ??
    About portal
    e-Books on EP
    Beginner to EP
    Start with EP
    Portal Development
    for webdynpro links u cn refer to this thread
    Webdynpro concepts
    u cn refer to this .it gives the basic steps in creation of portal
    Overview of the Content Development Process
    Regards
    Bhargava
    pts r welcome

  • Portmap translation creation failed for udp src inside dst inside

    Hi!
    I have a problem with allowing traffic to UC500 subnets on ASA 5505 inside interface.
    My asa is a main router with addres 192.168.1.1
    UC500 voip box is connected to ASA's inside interface through UC500 WAN port with UC500 with 192.168.1.2 address.
    Firewall and NAT on UC500 is disable
    UC500 sip traffic works fine. voipbox creates its subnets for data and voip - 192.168.10.0 and 10.1.1.0. another important address is 10.1.10.1 which is UC500 CUE.
    My problem is that from within ASA local network (192.168.1.0) i cannot reach UC500 subnets, neither can I reach ASA's local network from the UC subnets.
    the log says
    3
    Sep 07 2013
    00:21:49
    DC
    53
    PBXCUE
    32901
    portmap translation creation failed for udp src inside:DC/53 dst inside:PBXCUE/32901
    I tried exempting uc500 subnets on ASA but that didn;t work.
    Funny thing is that I CAN reach the UC500 subnets when connecting with VPN to ASA...
    Please help! I am not familiar with CLI.
    I configured static route to 10.1.10.0 and since then I was able to ping 10.1.10.1 thorugh ASA;s VPN.
    I would be grateful for ideas.
    Lukasz
    global (inside) 1 interface
    global (outside) 101 interface
    nat (inside) 0 access-list inside_nat0_outbound
    nat (inside) 101 0.0.0.0 0.0.0.0
    static (inside,outside) tcp interface https IIS https netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface www IIS www netmask 255.255.255.255  dns tcp 200 200 udp 200
    static (inside,outside) tcp interface smtp IIS smtp netmask 255.255.255.255  dns
    static (inside,outside) tcp interface pop3 IIS pop3 netmask 255.255.255.255  dns
    static (inside,outside) udp interface domain RenBetPBX domain netmask 255.255.255.255  dns
    static (inside,outside) udp interface 5061 RenBetPBX 5061 netmask 255.255.255.255  dns
    static (inside,outside) udp interface sip RenBetPBX sip netmask 255.255.255.255  dns
    static (inside,outside) tcp interface 13000 SQL 13000 netmask 255.255.255.255  dns
    access-group inside_access_in in interface inside
    access-group outside_access_in in interface outside
    route outside 0.0.0.0 0.0.0.0 x.x.x.x
    route inside PBXCUE-network 255.255.255.0 RenBetPBX 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout sip-provisional-media 0:02:00 uauth 0:05:00 absolute
    timeout tcp-proxy-reassembly 0:01:00
    dynamic-access-policy-record DfltAccessPolicy

    Hello Julio!
    Thank you for your advice.
    I have managed to solve my main problem by reconfiguring my switches vlans - enabling trunk port configs for required ports and allowing them access to both vlans.
    Now I can see everything from all of my inside networks.
    I continue my ASA adventures - I have managed to configure L2TP client access for my windows users, RADIUS authentication for domain users and yesterday night I have managed to configure site to site VPN with my RV120W router.
    I am only an enthusiast but my recent successes have given me apetite for more...
    I keep reading forums and trying to solve most of my problems myself but I have faced another one now and thought that maybe you could give me another tip on where to look for the issue:
    I still have one problem with my L2TP VPN config - I have configured split tunnel on the group policy to tunnel only 192.168.1.0 network requests.
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    My network at home is 192.168.2.0 but it still tunnels everything (when I check my ip after connecting to VPN my home laptop still identifies with ASA gateway(!) address .
    access-list outside_access_in extended permit icmp any interface outside object-group DM_INLINE_ICMP_1
    access-list outside_access_in extended permit tcp any interface outside object-group DM_INLINE_TCP_1
    access-list outside_access_in extended permit tcp any interface outside eq smtp
    access-list outside_access_in extended permit tcp any interface outside eq 8080
    access-list outside_access_in extended permit tcp any interface outside eq 23456
    access-list outside_access_in extended permit object-group DM_INLINE_SERVICE_1 object-group DM_INLINE_NETWORK_1 any
    access-list outside_access_in extended permit tcp any interface outside eq 13000
    access-list outside_access_in extended permit tcp any interface outside range 8001 8016
    access-list outside_access_in extended permit tcp x.x.x.x 255.255.255.0 interface outside eq ssh
    access-list inside_nat0_outbound extended permit ip any 192.168.1.240 255.255.255.240
    access-list inside_nat0_outbound extended permit ip any PBXVOIP-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip any PBXCUE-network 255.255.255.0
    access-list inside_nat0_outbound extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    access-list inside_access_in extended permit udp object-group DM_INLINE_NETWORK_2 any object-group DM_INLINE_UDP_1
    access-list inside_access_in extended permit ip host IIS any
    access-list inside_access_in extended permit ip any any
    access-list inside_access_in extended permit ip host RBSTORE_NAS any
    access-list inside_access_in extended deny udp any any object-group DM_INLINE_UDP_2
    access-list inside_access_in extended permit tcp any any eq 5432
    access-list inside_access_in extended permit tcp any host PBXCUE eq www
    access-list inside_access_in extended permit tcp host PBXCUE any eq www
    access-list inside_access_in extended permit tcp host RBCAMSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RBSTORE_NAS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RENBETUPS host EXCH-MBX eq smtp
    access-list inside_access_in extended permit tcp host RenBetPBX host EXCH-MBX eq smtp
    access-list DefaultRAGroup_splitTunnelAcl standard permit 192.168.1.0 255.255.255.0
    access-list outside_1_cryptomap extended permit ip 192.168.1.0 255.255.255.0 igolomska-network 255.255.255.0
    route print shows:
    and 192.168.1.240 is my VPN IP - its metric has higher priority than the local gateway.
    How do I change it?
    Active Routes:
    Network Destination        Netmask          Gateway       Interface  Metric
              0.0.0.0          0.0.0.0      192.168.2.1    192.168.2.126   4250
              0.0.0.0          0.0.0.0         On-link     192.168.1.240     21
          80.51.24.22  255.255.255.255      192.168.2.1    192.168.2.126   4251
            127.0.0.0        255.0.0.0         On-link         127.0.0.1   4531
            127.0.0.1  255.255.255.255         On-link         127.0.0.1   4531
      127.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
          169.254.0.0      255.255.0.0         On-link     192.168.2.126   4506
      169.254.104.126  255.255.255.255         On-link     192.168.2.126   4506
      169.254.255.255  255.255.255.255         On-link     192.168.2.126   4506
        192.168.1.240  255.255.255.255         On-link     192.168.1.240    276
          192.168.2.0    255.255.255.0         On-link     192.168.2.126   4506
        192.168.2.126  255.255.255.255         On-link     192.168.2.126   4506
        192.168.2.255  255.255.255.255         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link         127.0.0.1   4531
            224.0.0.0        240.0.0.0         On-link     192.168.2.126   4506
            224.0.0.0        240.0.0.0         On-link     192.168.1.240     21
      255.255.255.255  255.255.255.255         On-link         127.0.0.1   4531
      255.255.255.255  255.255.255.255         On-link     192.168.2.126   4506
      255.255.255.255  255.255.255.255         On-link     192.168.1.240    276
    ===========================================================================
    I am starting to feel like I am using a bit too much of your friendliness ...
    Best Regards and have a great day!
    Lukasz

Maybe you are looking for

  • Printing a view

    hi How to print a view in NW 2004s? Please provide me steps and code for the same. Regards, Arun Srinivasan

  • Error while uploading Sales View

    We have a problem while uploading sales view in the Material master.System is giving following error 1. 'Error while updating the classification data'. 2.Error inserting in table MARC Can anyone suggest a solution pl... With Rgds., Rakesh Kumar 09324

  • Error in message Mapping(file to file scenario)

    Hi friends, In file to file scenario i am getting error like this while activating standard change list in IR. Activation of the change list canceled Check result for Message Mapping MM_file2filejuly27 | URN:file2fileJuly27.com:  Starting compilation

  • How to Batch change dates?

    I have a cannon rebel t1i and am using the latest version of iPhoto ( as of 7/10/10 ). I went to China recently and use two cameras. I changed the date and time settings on the other camera, but not on this one. When importing, in my China event, the

  • Cable modem active when MacBook is sleeping

    my problem: when my new MacBook17 2.33GHz running OS 10.4.8 is put to sleep, the cable modem does not turn off as it did with My PowerBook G4 running OS 10.3.9. The cable mdem indicates "pc detected" and the data light blinks as it does when the MB i