Looking to set a combination of channels to set-up a start and a stop trigger

Hi,
I have already set-up a VI to acquire data using traditional NI-DAQ. I am using DAQ board PCI-6033E, which has an SCB-100 to which are connected my sensors.
I can acquire data in LabView using this set-up. I am looking for a simple VI which will allow me to scan any of the channels that I am acquiring data through and trigger my acquisition through software. I did see a lot of triggering VI's, but most of them were for hardware acquisition.
Furthermore, I am also looking to make a combination, wherein I should be able to set-up a combination using more than 1 channel which could act as my trigger. I.e. If certain 'n' channels that i specify are 'high' start acquisition. Similarly for the stop trigger.
Thanks,
-Sachin

Hello Sachin,
If you look in the NI-DAQmx Help, you will see that you can select any AI Channel to trigger the acquisition of multiple channels. Keep in mind that you will need to make sure that the AI trigger source must be first in the scan list. With this in mind, I have created a quick example which takes a task, checks to see what channels are listed, then reorders that scan list by putting the trigger source first.
I hope this helps. Let me know if you have any further questions.
Regards,
Sean C.
Attachments:
SelectableAnalogTrigger.vi ‏189 KB

Similar Messages

  • I taked this through with a mac support agent, but forgot the method, As my Opticle drive fefuses to burn a full ML dvd   Re setting be re starting and pressing some keys, Can you help?

    I taked this through with a mac support agent, but forgot the method, As my Opticle drive fefuses to burn a full ML dvd
    Re setting be re starting and pressing some keys, Can you help?

    I taked this through with a mac support agent, but forgot the method, As my Opticle drive fefuses to burn a full ML dvd
    Re setting be re starting and pressing some keys, Can you help?

  • How to set a default start and/or end date for New Events based on trigger date.

    I'm using the CalendarActivityListener to get current row when clicking on an existing event. As per previous posts this listener gives you access to event detail including Start Date, End Date, etc.
    However, what I want to do is to default the start (and end) dates for New Events based on the trigger date.
    I've tried the CalendarListener and can grab the Trigger Date from it - however, I can't see a way to pass this directly to the popup/dialog I'm using to create the new event.
    At present I'm putting the TriggerDate into the ADFContext session scope e.g. ADFContext.getCurrent().getSessionScope().put("TriggerDate",calendarEvent.getTriggerDate());
    Then, I've tried multiple approaches to try and "get" the TriggerDate from session scope to drop it into my new Calendar Event basically, I'm trying to default the InputField(s) associated with the Start Date using the value from the session - I've tried
    1. setting the default value for the InputField in the jspx using a binding expression i.e. value="#{sessionScope.TriggerDate}" - this actually sets the value appropriately when the jspx is rendered but, when I go to create I get a NPE and I can't debug. I assumed that it might be a Date type issue - it would appear that CalendarListener provides a date of type java.util.Date and that the StartDate attribute of my VO/EO/table is a DATE and therefore requires oracle.jbo.domain.Date so I tried casting it - to no effect
    2. Using a Groovy expression *(StartDate==null?adf.context.sessionScope.TriggerDate:StartDate)* in my calendar's EventVO to default the Start Date to the same result
    Any thoughts or ideas?

    John,
    Thanks for that suggestion - could not get it to work. However, I did manage a different approach. I finally determined the sequence of events in terms of how the various events and listeners fire (I think).
    Basically, the CalendarActivityListener fires, followed by the listener associated with the Calendar object's Create facet, followed finally by the CalendarEventListener - the final is where the TriggerEvent is available and then finally, control is passed to the popup/dialog in the Create facet. So, my approach of trying to set/get the TriggerDate in the user's HTTP session was doomed to failure because it was being get before it had been set :(
    Anyway, I ended up adding a bit of code to the CalendarEvent listener - it grabs the current BindingContext, navigates through the DCBindingContainer to derive an Iterator for the ViewObject which drives the calendar and then grabs the currently active row. I then do a few tests to make sure we're working with a "new" row because I don't want to alter start & end dates associated with an existing calendar entry and then I define the Start and End dates to be the Trigger Date.
    Works just fine. Snippet from the listener follows
    BindingContext bindingContext = BindingContext.getCurrent();+
    *if ( bindingContext != null )    {*+
    DCBindingContainer dcBindings = (DCBindingContainer) bindingContext.getCurrentBindingsEntry();+
    DCIteratorBinding iterator = dcBindings.findIteratorBinding("EventsView1Iterator");+
    Row currentRow = iterator.getCurrentRow();+
    if ( currentRow.getAttribute("StartDate") == null)+
    currentRow.setAttribute("StartDate", calendarEvent.getTriggerDate());+
    if (currentRow.getAttribute("EndDate")==null)+
    currentRow.setAttribute("EndDate", calendarEvent.getTriggerDate());+
    *}*

  • A series of video files (0001.MTS to 0005.MTS) were imported into premiere, when moved to timeline premiere combined them and made them look like one long clip nmed 0001.MTS. Multiple motion edits and opacity edits were made. When project manager moved th

    A series of video files (0001.MTS to 0005.MTS) were imported into premiere, when moved to timeline premiere combined them and made them look like one long clip named 0001.MTS. Multiple motion edits and opacity edits were made. When project manager moved the project, the actual video content of 0002.MTS to 0005.MTS was missing(source clips are still there but they were playing and working as part of that 0001.MTS timeline clip before). Those parts of the 0001.MTS clip in the timeline were Danger Striped and can be relinked but now have no edits anymore. The edits are apparently only linked with the original 0001.MTS source clip but extend beyond the actual range of the actual source clip. At the time I thought it was weird that premiere displayed the whole string of clips as one (with one name and no breaks) but it all works in the original project file but cannot be transferred to another location without multiple clips showing Danger Stripes.I need to move it and preserve the dozens of motion and opacity edits linked to the apparently oversized timeline clip. HELP!! any ideas?
    I did not nest any clips or sequences, premiere just seemed to combine the clips under one name when I moved them to timeline.
    I am using CS5.

    A series of video files (0001.MTS to 0005.MTS) were imported into premiere, when moved to timeline premiere combined them and made them look like one long clip named 0001.MTS. Multiple motion edits and opacity edits were made. When project manager moved the project, the actual video content of 0002.MTS to 0005.MTS was missing(source clips are still there but they were playing and working as part of that 0001.MTS timeline clip before). Those parts of the 0001.MTS clip in the timeline were Danger Striped and can be relinked but now have no edits anymore. The edits are apparently only linked with the original 0001.MTS source clip but extend beyond the actual range of the actual source clip. At the time I thought it was weird that premiere displayed the whole string of clips as one (with one name and no breaks) but it all works in the original project file but cannot be transferred to another location without multiple clips showing Danger Stripes.I need to move it and preserve the dozens of motion and opacity edits linked to the apparently oversized timeline clip. HELP!! any ideas?
    I did not nest any clips or sequences, premiere just seemed to combine the clips under one name when I moved them to timeline.
    I am using CS5.

  • Looking to Set Up Multiple Virtual Desktops

    Hi, I'm a newb looking to set up multiple virtual desktops for my employees. What would be the best windows image to use and how do I install Chrome onto the machines?

    Hi Shru84;
    Welcome to Azure.  Azure Virtual Machine as the name suggest are Virtual Server which function as your regular server but does not have a physical presence but is hosted on Azure Platform.
    We have a variety of OS flavors, there is nothing which is good or bad, its more of a question of your requirement.  Please note that the desktop Version of Windows 7/ 8
    are at the moment only available for MSDN subscriber.
    As for Chrome Installation its the same as installing it on a regular machine, that is opening up a web browser, loggin into chrome download site and installing it. ( http://www.google.com/chrome/ )
    Here is an example:
    his tutorial shows you how easy it is to create an Azure virtual machine (VM). This tutorial uses a Windows Server image, but that's only one of the many images available through Azure. This includes Windows operating systems, Linux-based operating systems,
    and images with installed applications. The images you can choose from depend on the type of subscription you have. For example, desktop images may be available to MSDN subscribers.
    You can also create Windows VMs using
    your own images as templates. To learn more about Azure VMs, see
    Overview of Azure Virtual Machines.
    NOTE:
    You need an Azure account to complete this tutorial:
    You can
    open an Azure account for free: You get credits you can use to try out paid Azure services, and even after they're used up you can keep the account and use free Azure services, such as Websites. Your credit card will never be charged, unless you explicitly
    change your settings and ask to be charged.
    You can
    activate MSDN subscriber benefits: Your MSDN subscription gives you credits every month that you can use for paid Azure services.
    How to create the virtual machine
    This section shows you how to use the From Gallery option in the Management Portal to create the virtual machine. This option provides more configuration choices than the
    Quick Create option. For example, if you want to join a virtual machine to a virtual network, you'll need to use the
    From Gallery option.
    NOTE:
    You can also try the richer, customizable Azure Preview Portal to create a virtual machine, automate the deployment of multi-VM application templates, use enhanced VM monitoring and diagnostics features, and more. The
    available VM configuration options in the two portals overlap substantially but aren't identical.
    Sign in to the Azure Management Portal. Check out the
    Free Trial offer if you don't have a subscription yet.
    On the command bar at the bottom of the window, click New.
    Under Compute, click Virtual Machine, and then click
    From Gallery.
    The first screen lets you Choose an Image for your virtual machine from one of the lists in the Image Gallery. (The available images may differ depending on the subscription you're using.) Click the arrow to continue.
    The second screen lets you pick a computer name, size, and administrative user name and password. If you just want to try out Azure Virtual Machines, fill in the fields as shown in the image below. Otherwise, chose the tier and size required to run your
    app or workload. Here are some details to help you fill this out:
    New User Name refers to the administrative account that you use to manage the server. Create a unique password for this account and make sure to remember it.
    You'll need the user name and password to log on to the virtual machine.
    A virtual machine's size affects the cost of using it, as well as configuration options such as the number of data disks you can attach. For details, see
    Virtual Machine and Cloud Service Sizes for Azure.
    The third screen lets you configure resources for networking, storage, and availability. Here are some details to help you fill this out:
    The Cloud Service DNS Name is the global DNS name that becomes part of the URI that's used to contact the virtual machine. You'll need to come up with your own cloud service name because it must be unique in Azure. Cloud services are important
    for scenarios using
    multiple virtual machines.
    For Region/Affinity Group/Virtual Network, use a region that's appropriate to your location. You can also choose to specify a virtual network instead.
    NOTE:
    If you want a virtual machine to use a virtual network, you must specify the virtual network when you create the virtual machine. You can't join the virtual machine to a virtual network after you create the VM. For more information, see
    Azure Virtual Network Overview. - For details about configuring endpoints, see
    How to Set Up Endpoints to a Virtual Machine.
    The fourth configuration screen lets you configure the VM Agent and some of the available extensions. Click the check mark to create the virtual machine.
    NOTE:
    The VM agent provides the environment for you to install extensions that can help you interact with or manage the virtual machine. For details, see
    Using Extensions.
    After the virtual machine is created, the Management Portal lists the new virtual machine under
    Virtual Machines. The corresponding cloud service and storage account also are created and are listed in those sections. Both the virtual machine and cloud service are started automatically and the Management Portal shows their status as
    Running.
    Click Virtual Machines, and then select the appropriate virtual machine.
    On the command bar, click Connect.
    Click Open to use the Remote Desktop Protocol file that's automatically created for the virtual machine.
    Click Connect to continue.
    Type the credentials for the administrative account on the virtual machine, and then click
    OK.
    TIP:
    In most cases, you'll use the user name and password that was specified when the virtual machine was created. Check the user name to make sure it has the correct domain information:
    If the VM belongs to a domain at your organization, make sure the user name includes the name of that domain.
    If the VM doesn't belong to a domain, either remove any domain information by starting the line with '\' or use the VM name as the domain name. For example,
    \MyUserName or MyTestVM\MyUserName.
    If the VM is a domain controller, type the user name and password of a domain administrator account for that domain.
    Click Yes to verify the identity of the virtual machine.
    You can now work with the virtual machine remotely.
    Regards;
    Prasant

  • Looking to set up a public voicemail box

    Hi guys, I'm looking to set up a public voicemail box that users can call into to check messages. I want to have a few users with admin privledges that can add/delete messages, and everyone else with read-only access. Is this possible?

    still looking for some help with this, another question I had was how to disable a voice mail user, to stop any type of voice mails from coming to them.

  • Looking to set up wireless at home

    Hi,
    I am currently looking to set up wireless at home, and considering my lack of computer knowledge and the fact that our house is comprised of both Macs and PCs I am having great difficulty finding a feasible option!
    It seems to me that Airport Extreme may work. We have a PC desktop (a Dell Dimension 3000), a PC laptop and an iBook G4. I understand that I would need the base station and the extreme card for the iBook. But I am quite unsure how both the PCs would use the wireless. What cards would they use or don't they need them at all?
    This is probably an extremely basic question but I have been struggling to find a solution considering the iBook does not have a PCMCIA slot (which would have been ideal).
    Many Thanks.
    iBook G4   Mac OS X (10.3.9)  

    If the Desktop PC is in the same location as the Airport Extreme base station (AEBS) then it could be connected to it via the LAN port of the AEBS and would not need a wireless card. If it is to be in a different location then I would recommend an internal PCI wifi certified 802.11g card or an ethernet wireless bridge such as the Linksys WET54G.
    If it is a recent PC laptop then it probably already comes with wireless capability, otherwise you will need a wifi certified 802.11g PCMCIA (PCCard).
    The iBook will need the Airport Extreme card.
    What sort of internet connection do you have as this may allow you to choose a different wireless router instead of an AEBS.

  • HT6154 looking to set up and email account but its from my own website..

    looking to set up and email account but its from my own website..

    then look harder.  Nobody here would know what settings you should enter...  contact your hosting provider for info...

  • Cannot combine AI channels into a four-channel from two myDAQs

    Hello,
    I used MAX explorer to add two analog input(AI) channels of myDAQ into a task. It works fine for this.
    For now I need a four-channel's analog input application, so I get two myDAQs for that. I add both of two AI channels of the two myDAQs into a task but always get the message:
    An exception occurred within the external code call by a Call ... VI "BlockState.vi:2" was stopped at node "" at a call to "DAQmxAssistant_DAQmx Control Task.vi:1"
    Showed as below:
    The pic below shows two myDAQ are used simultaneously for a four-channel AI application.
    Could you please help or give some hint? The situation is quite easy to reproduced. Just get two myDAQs and add both of its two AI channels of each myDAQ to combine four channels into MAX explorer's task.
    Thank you!
    LKKSPP
    Solved!
    Go to Solution.

    Hello cpan,
    Thanks the new version of DAQmx driver. It responses more reasonable as the picture shown below.
    It probably means that a task can only contain the channels of one myDAQ;  channels in different myDAQs are not allowed to combine into one task!  
    I guess this is a limitation for student version of myDAQ, though i hope NI can get rid of this restriction.
    For myDAQ, could you confirm the limit as I described above?
    Thanks for the help anyway.

  • Default Analytics Look In Setting is not taking effect

    Hi, all
    This is possibly simple most of you.
    My Default Analytics Look In Setting is set to a book on the user, but it sets on my user account when I try to run a report, and the books are not available in the look-in selecter .
    I really appreciate any input on this.
    Thanks

    I assume that you must be working with an Oracle Partner for a project of such size. They might have a demo & a dev system from Oracle which is likely to have Books. So they can potentially help you for a small prototype.
    Set up a high level Book to which you associate the users. The transactional search will work one book at a time. Try and create books based on how users segments / work with contacts. This need not only be markets -> locations. It should be they way users will want to segment the contacts to work with at a given point of time. May be you could also have a Medical book ; Literature Book; a Engg book with Civil, Mechanical, Electrical sub-books. This segmentation information will be required on the contact records to have a workflow associate the contact to the right set of books.
    This way all contacts will be shared but access will be only one book at a time.
    You will have to consider the nos. of workflows and their maintenance & also any implications of integrations to other IT systems. Any plans for organizational M&A will also have to be factored.
    All the best.
    Prakash

  • Default Analytics Look In Setting

    We have a few users that have the Default Analytics Look In Setting to a book of business in the users profile.
    When they run the report we have created, they are still only seeing data where the are the owner. We try to change the Default Look In to the book of business, so the user can see all data in the report where the opportunity has the book associated with it, but they still only see their data, we cannot change the look in to the book.
    How can we have it so that when they run reports, the can see just their data or change the Look In to see the book data

    Glad you got that one figured out. Just want to add for everyone's benefit that there is a document about Analytics Visibility on the Metalink3 site.
    https://metalink3.oracle.com/od/faces/secure/km/DocumentDisplay.jspx?id=434851.1&h=Y
    Regards,
    Mike L

  • Hi, i am looking to set cells so that when one number decreases the other increases. The catch is that when the first number goes up the other stays the same. And when it starts decreasing again the other builds up. so forth

    Hi, i am looking to set cells so that when one number decreases the other increases. So say cell A is at 5, and cell B is at 0. When Cell A goes to 4, Cell B goe to 1. The catch is that when Cell A gets down to 1, and i change it to 5 again, Cell B will be on 4 and start incresing from that point on when cell A decreses. This is to show an amount of sales within a company when stock is sold.
    Example:
    A = 3
    B = 0
    A = 2
    B = 1
    A = 1
    B = 2
    A = 3
    B = 2
    A = 2
    B = 3
    A = 1
    B = 4
    A = 3
    B = 4
    A = 2
    B = 5
    Sorry if this sounds confusing.
    Many Thanks,
    Oliver

    Can't be done, in a single cell, for the reasons given by Jerry.
    But not difficult in a column:
    I've moved the columns one to the right to put them in the body cells of the default Numbers table.
    Current stock is listed in column B, with results of increases and decreases entered manually. Any increase  is assumed to be a restocking, and does not affect the sales to date figure in column C. Any decrease in stock is regarded as a sale and increases the current total in column C by the amount of the decrease.
    Until an entry is made in B, the corresponding cell in B will show a hyphen. This can be changed by changing the text between the quotation marks in the formula.
    Enter the formula into C3 and Fill it down the rest of column C.
    Regards,
    Barry

  • COMMON AND COMBINE DISTBUTION CHANNEL

    Hi gays,
               What is the difference between Common distbution channel and combine distbution channel.
    Regards,
    rao.

    Hi Rao,
    For your information some more details information is given below with Examples.
    Common Distribution Channels:
    distribution channels which have common master data. The allocation is valid within a sales organization.
    Example
    You can, for example, create customer master data for distribution channel "01" and define it so that it is valid for distribution channels "02" and "03".
    Note
    The master data shared by several distribution channels applies to conditions and customer and material master data.
    This helps you minimize the cost of creating and maintaining the master data.
    You can also update statistics for each distribution channel and division without creating the master data for the different sub-areas of the organization.
    Activities
    Define the distribution channel from which master data is to be copied into other distribution channels.
    Combine Distribution Channels:
    Distribution channel for sales doc types
    Specifies a distribution channel as a reference for sales document types.
    Use
    You can specify one distribution channel as the source of sales document types for other distribution channels. You need then only to maintain the data in one place.
    Procedure
    If all sales document types are allowed for all distribution channels, leave the field blank. Otherwise, enter the distribution channel you want to use as a reference.
    Example
    Distrib.channel Reference distr.ch.
    01 01
    02 01
    03 01
    04 04
    In this example, only distribution channels 01 and 04 have sales document types defined. Distribution channels 01, 02, and 03 share the sales document types defined for distribution channel 01. Distribution channel 04 has its own sales document types. When you create a sales order in distribution channel 03, the system checks the sales document type against the types defined for distribution channel 01. You do not maintain sales document types in distribution channels 02 and 03, since they are never used.
    Hope this clarifies your doubts and please reward if really helpful,
    Thanks and Regards,
    Sateesh.Kandula

  • Setting up RAID 0 and scratch disk from blank drives?

    Folks,
    Howdy again from NC. I've been setting up an AMD Phenom II 955 to handle PPro CS5 as well as possible, within limits. I built four of these machines for my math class, and am going to give CS5 a go on one of them before caving in and migrating my Production Premium to an i7/X58 platform. Maybe I'll get lucky and find this computer works acceptably with PPro, especially if I transcode my T2i AVCHD footage (likely Neoscene).
    I put three new disks into my build yesterday and would like some pointers on setting them up, if I may ask. I have read through a number of posts on this, but don't find direct answers, unfortunately. I've never set up a RAID and want to get it right.
    I have two Caviar Black drives for my RAID and a Hitachi Deskstar for my scratch disk. The Blacks are new out of the pack and the Hitachi has had zeros written to the drive. How to begin?
    Anticipated issues:
    * Do I need to format the drives in a certain way? I had planned on going into Disk Management and setting up a volume on each as my first move. Right now, they aren't even recognized under My Computer. Under Disk Management, all three show as unallocated.
    From memory, I right click in the unallocated space and select an option for setting up the volume. Prior to this I only used straight-up drives, no RAID, and after writing zeros to a drive selected "New Simple Volume". It seems to me this is the move to make on the single scratch disk.
    But how about the two RAIDed drives? We also have options to set up as "New Striped Volume" or "New Spanned Volume". If the answer is to set as as "New Striped Volume" for the RAID 0 I have planned, do I do this before or after installing the RAID software?
    * My documentation for setting up the RAID on my motherboard doesn't indicate when to change my BIOS setting for the two SATA channels from IDE to RAID. Should I do this before or after running the software to set up the RAID? Do I need to go into the software setup with the two SATA channels already configured as RAID?
    Right now, all SATA channels are configured as IDE.
    * After getting my disks set up, I'd like to optimize my system for editing (turning off unwanted features, etc.). I've been looking all over for a link to an outside site I had bookmarked from a prior post, but lost it on re-install. Anyone recall what the favored link was? It started as a long page of instructions in simple typeface.
    In the end, my disks are as follows (unless someone makes a case to use them differently):
    OS/Programs - 1TB Caviar Green. Yes, I know the deal on green drives, but I needed to use this drive somewhere. I figured using it as the OS drive would be the best spot for the slowest drive. Maybe I botched this and should have used the following drive for the OS? I had transfer rates in mind and thought the Scratch drive should be faster?
    Scratch - 750GB Deskstar 7K100 series. This drive was tops 18 months back when I bought it.
    RAID 0 - Two 640GB Caviar Blacks (32 meg cache, twin processors). A bit older in the Black lineup, but the drive charts show them working quickly.
    To ask one dumb last question, which will really show my newbieness, I use the scratch drive for page files (right? and what else?) and the RAID for holding any media to be worked upon and for encoding the final project?
    I've been reading on this forum for over a month and am amazed that as I have the drives for a RAID, I can't find good links to tell me what to do. I know I am asking redundant questions here but have already spent two hours with the search engine and am only getting tangential anwers (ha! math joke).
    Sorry to be asking such newbie questions all over again, but my luck with the search engine hasn't been so good of late. Maybe Bill's idea of creating a sticky section for common questions is a good idea.

    about 75-80% of the systems we ship, ship with this config (others would be bigger arrays or no array)
    1)OS
    2) project drive 2 x raid 0
    3) render to/export drive 2 x raid 0
    4) back up (pick your poison)
    while i cant speak to the older WDs (we have not used them for 3-4 yrs until now)
    i can tell you with Seagate and now WD we have not seen the issue that applies to this inRaid 0
    we are aware of the timeout issue this happens with controller cards and seagate or WD with large raid 5/6
    simple answer use enterprise drives for raid 5/6
    if you look at all the external raid resellers Sonnet etc they all use enterprise drives (mostly seagate)
    so do we for large raids.
    (drobo does not so buyer beware (green), we like to sell drobo without drives in it and use ours)
    again BACK UP do not assume your raid 3/5/6/10/1 whatever is bullet proof, trust me its not
    so even if you have a loss it should be at best nominal
    something i dont think i have seen mentioned enough either
    the single most common cause of drive failure (or any component failure) is Dirty Power!
    dirty power can be spikes but are usually brown outs (very common in large older cities) or even low voltage coming into the home/office
    this is the most common.
    rather than a clean 120v you could see it as low as 105v
    the other is being on a circuit with a large appliance.
    ever see your lilghts flicker when the AC kicks on?
    buy a good inline filter UPS. add 20% MORE wattage than your power supply
    dont forget to add accessories LCDs, Audio interfaces, speakers/studio monitors etc.
    Scott
    ADK

  • My airport extreme (generation 5) was set up using wifi and has worked flawlessly (on macbook pro 2 iphones and window 7 HP pc)until recently. I have reset to factory defaults over and over but still cannot get on the internet. Any suggestions?

    My airport extreme (generation 5) was set up using wifi and has worked flawlessly (on macbook pro 2 iphones and window 7 HP pc)until recently. I have reset to factory defaults over and over but still cannot get on the internet. However I can then take my DSL cord and insert it in a different Ethernet port other than the WAN port and I can get internet on my Mac and iphones but only wifi on my husband's PC.  I hate to spend another $179 if this is just something I'm doing wrong. Please help

    I'm having a bit of trouble confirming that the ZyXEL is a combination modem & wireless-N router. If it is, then you really won't get any advantages of using the 802.11g AirPort.
    If the range of your ZyXEL is limited, you may find that doing either or both of the following will help: 1) Move the ZyXEL so that it is higher vs. lower in the room, that is away from any closed areas or placed in a metal cabinet, and 2) Changing radio channels. The latter is especially important in you live in an area where there are a number of competing Wi-Fi.
    A good utility to find out, is iStumbler. You would use this to find these other Wi-Fi and find which have the strongest signal value. Those that do, you would also want to note which channel they are operating on, and then, change yours to one that is at least 3-5 channels away. So, for example, if you find strong ones on channels 1 & 6, change yours to 11.

Maybe you are looking for

  • Goods Receipt for Purchase Order Using BAPI 'BAPI_GOODSMVT_CREATE'

    MB01->....->Adopt+details->........... How to fill the table GOODSMVT_ITEM(TALBE of BAPI_GOODSMVT_CREATE'), and final document created  like following: Item Quantity          EUn Material           Plnt  SLoc PO         Item  S DCI                   

  • Photoshop CS6

    Just bought and installed full version of Adobe Creative Suite 6. Installation seemed to go fine. Photoshop won't work. Error message says "You can't open the application Adobe Photoshop CS6 because it is not supported on this type of Mac." I have iM

  • Oracle Personal Edition (disconnected from the network)

    Hello everyone, I have oracle PE 10.1.0.2 installed on my laptop (running windows xp pro sp2). I have the laptop connected to the network most of the time. Yesterday, I was trying to access my database while I am in the coffee shop but I couldn't. I

  • One file to mutliple metadata records ?

    I have a requirement to connect one file for content management to multiple metadata records - for example ... We have a (single) loan document which applied to many properties. Each property has its own associated metadata, such as the development,

  • Macbook Pro 2013 keeps freezing

    I recently purchased a Macbook Pro 13" with Retina display, a late 2013 Model. I have had it for about 3 months now. Here are my specs: 2.6 GHz Intel Core Processor 8 GB 1600 MHz DDR3 Memory Intel Iris Graphics card Running OSX Mavericks 10.9.4 About