Comparing switch control and switch output and setting switch control accordingly

Hello,
        i am developing a GUI for a system which contains relays to control the motors. For the same purpose i am using switch control on my GUI to control these relays.when these relay  are turned ON by the switch control on my GUI, they give back status to the GUI, which i am displaying as a switch status .
Now the switch control and switch status on GUI must be same every time so that user can know the actual state of relay and control it.
Now i have a condition when i have already turned ON switch from my GUI but due to some reason (may be communication fault or anything else) rellay is not turned ON and i get status of relay as OFF on my switch indicator. So the situation is" the switch control is in ON state and switch indicator displays OFF state".  which is practically wrong.
I want that in this case the GUI should detect the status of the switch indicator and if the switch control is not the same , the switch control should be set as per the switch indicator so that user can use the switch again to turn the switch ON

Hello Mike,
                    Thanks for the response!!
As i have described the situation above, in any case if switch control fails to send message to relay due to some hardware fault , in that case relays will be off and the switch on GUI will be ON , and user will think that the relay is ON.Which is false condition.
i tried to use property value(signl)   to give back the status of switch indicator to the switch control.
You can have a look at attached files which i have made as demo.
Now the problem is when i run my GUI for the first time all the switch on the front panel are off by default which creates a conflict to control the switches.
Besides i am unaware of the timing events and how to implement it in my application . It would be great if you could provide some more details about it.
Thanks & Regards,
Shivkant Paswan
Attachments:
switch control trial.zip ‏16 KB

Similar Messages

  • TRY CAST and setting the type according to destination column

    Hi,
    I am loading data from different sources. I have to do data quality checks for data I am loading into destination. For Decimal Values I have destination data types Decimal(28,2) and Decimal(28,6) 
    I would like to check the source data and covert the type according to destination column. How can I use the try cast in this scenario?
    SELECT TRY_CAST(REPLACE('100,500.000',',','') AS DECIMAL(28,2))
    this statement will convert every thing to two decimal places. but if destination column is decimal(28,6) i would like to convert it to 100500.657899
    What is the best way of doing it?
    MH

    Hi MH,
    According to your description, you need to CAST and setting the type according to destination column which data types is Decimal(28,2) and Decimal(28,6), right?
    "this statement will convert every thing to two decimal places. but if destination column is decimal(28,6) i would like to convert it to 100500.657899" If in this case, then there are different data types on the same column which is not
    supported in current version. So as per my understanding, there is no such a functionality to achieve your requirement. What we can do is convert to corresponding datatype (Decimal(28,2) or Decimal(28,6)), and then convert it to nvarchar datatype.
    CREATE TABLE #TEMP(A NVARCHAR(50))
    INSERT INTO #TEMP VALUES('1538.21'),('1635.326541'),('136.235')
    SELECT
    A,
    CASE
    WHEN (LEN(RIGHT(A,LEN(A)-PATINDEX('%.%',A))))>2
    THEN
    CAST(A AS DECIMAL(28,6))
    WHEN (LEN(RIGHT(A,LEN(A)-PATINDEX('%.%',A))))<=2
    THEN
    CAST(A AS DECIMAL(28,2))
    END AS B,
    CASE
    WHEN (LEN(RIGHT(A,LEN(A)-PATINDEX('%.%',A))))>2
    THEN
    CAST(CAST(A AS DECIMAL(28,6)) AS VARCHAR(99))
    WHEN (LEN(RIGHT(A,LEN(A)-PATINDEX('%.%',A))))<=2
    THEN
    CAST(CAST(A AS DECIMAL(28,2)) AS VARCHAR(99) )
    END AS B2
    FROM #TEMP
    DROP TABLE #TEMP
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    Charlie Liao
    TechNet Community Support

  • Function to compare tow dates and set the value

    Hi All,
     I have two dates with close date and Due date.And i want to set the value as 1 if close date is less then or equal to to due date else 0 .And my other condition is to set  1 when close date is greater the due date.Can any one help me how can I
    achieve it.
    Thanks, Sid

    Hello Sid,
    For this you can use a simple IF Statement with a compare on the Dates:
    = If(Tabelle1[CloseDate] <= Tabelle1[DueDate]; 1; 0)
    = IF(Tabelle1[CloseDate] > Tabelle1[DueDate]; 1; 0)
    Olaf Helper
    [ Blog] [ Xing] [ MVP]

  • Compare step values and set document to incomplete, if value is negative

    Hi All,
    I am looking for standard feature of SAP to set the document incomplete, if the difference of the two steps value is negative.
    e.g
    Step     CT     Value     SubTot     AltCal
    10     ABC     10          D              
    20     XYZ      20          E         
    30     Total     (-10)                    12(std cal type Subtract Subtotal D - E)
    Now the requirement is to set the document incomplete when the step 30 value is negative. Using custom routine it is feasible but I am looking for standard, if any.
    The idea is to check value of step 10 and 20, if the value of step 10 is less than step 20, then set the document to incomplete.
    Not necessary to check negative and then set to document to incomplete.
    I am also looking to use minimum order value concept but no success.
    Request to kindly let me know your valuable inputs. Thanks
    Regards
    Kalyan

    Hi
    Once I did this using EDI1 and EDI2 functioanlity. I changed that according to my own requirement. You could also use this and change this as per your own requirement but I think yours is very much similar to mine Check this below document.
    How to Implement minimum Price check in Sale order and billing.
    Thank$

  • Play only part of a video and set seek bar accordingly

    Is there a way to load and play clips from a larger video with FLVplayback in Flash CC AS3?
    For example, if my flv video is 5 minutes long and has 10 cuepoints, how do I play only from cuepoint x to cuepoint y?
    ALSO, I would like the seekbar handle to go to 0% at cuepoint x, and at 100% rest at cuepoint y. This way, the user can only seek through the current clip.
    This will let me load the video one time, and then use different parts of it as needed.
    I thought I had found a reference to flvplayback play() method that had a start parameter, but could not find examples.
    System: Windows 7, Adobe CC.
    Thanks.

    you can use the seek method to start play from cp x.  unless you're using a streaming server likefms or redhat, you must wait until the video has loaded up to cp x.
    you can use a cp listener to check when cp y has been reached.
    you can control the seekbar if you make your own.  ie, you can't use the flvplayback seekbar.

  • I've been having an issue of connecting to wifi. I have restored and set up my phone as a new one and i still can't connect. Also i have restored my network setting also. The wifi button is still grey and i cant switch it on or off.

    I've been having an issue of connecting to wifi. I have restored and set up my phone as a new one and i still can't connect. Also i have restored my network setting also. The wifi button is still grey and i cant switch it on or off.

    Hi _Pchay,
    Accordign to the artcle below, it looks like you have done all the troubleshooting steps and your next step may be to contact Apple Support. 
    iOS: Wi-Fi settings grayed out or dim
    -Griff W. 

  • Blackberry Device Manager can't find 9320 Bluetooth device (even Bluetooth is switched on and set to Discoverable)

    I want to sync my Blackberry 9320 via Bluetooth to a Windows 7 Professional machine using a Bluetooth adapter. Syncing using USB cable works fine.
    I can Bluetooth pair with the 9320 and also send / receive files to /from the Windows 7 machine. Fantastic !
    HOWEVER, Blackberry Device Manager can not find the 9320 Bluetooth device (even Bluetooth is switched on and set to Discoverable) - see screen shots below.
    By the way I have already tried (amongst other things) “Manually Install RIM Virtual Serial Ports in Microsoft® Windows® 7” on http://www.youtube.com/watch?v=gK2n5dHxGHI  Unfortunately, this does now work - the drivers do load up OK and remove the warning signs when view in Windows Device Manager, but Blackberry Device Manager still can't see my 9320.
    Please help !

    I have the exact same problem with my 9360. I have also tried all the fixes I could find on the Internet with no luck. I have posted a request as well. I will let you know if I find a solution. What gets me though is that this appears to be a long standing issue with no obvious fix! Best of luck.

  • While erasing contact and setting my phone stop working showing round waiting circle and its not geting switched off also

    while erasing contact and setting my phone stop working showing round waiting circle and its not geting switched off also

    Try a Reset...
    Reset  ( No Data will be Lost )
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    http://support.apple.com/kb/ht1430
    If no joy...
    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414
    If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/HT1808
    Note on Recovery Mode.
    You may need to try this More than Once...
    Be sure to Follow ALL the Steps...
    Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup
    http://support.apple.com/kb/ht1766

  • How do you switch output sounds   set to my external monitor that is connected via HDMI.

    How do you switch output sounds   set to my external monitor that is connected via HDMI. 

    Hello gail from Ajijic,
    If you'd like to change the audio output of your Mac, you can do so by accessing the Sound preferences in your System Preferences.
    Before you start, open the Output pane of Sound preferences (choose Apple menu > System Preferences, click Sound, then click Output).
    Choose a sound output device
    From the list of sound output devices, select the one you want to use. All sound output devices available to your Mac are listed, including the computer’s internal speakers, devices plugged into your computer’s sound port (), USB speakers, and AirPlay devices.
    For any device plugged into the computer’s sound port, choose Headphones.
    OS X Yosemite: Adjust your computer’s sound output settings
    Thanks for using the Apple Support Communities!
    Cheers,
    Alex H.

  • PI Control Error Between Process Variable and Set Point

    I've developed a PI program that uses measurements from a pressure transducer as the process variable to control air pressure released from a motorized valve. The program works great at lower pressures, but as the set point pressure increases the error between the process variable and set point increases. I've tried several things....adjusting the P seems to initially increase the overshoot but the process variable always settles down below the set point....tried adjusting the EGU min and max values but no real pattern develops with this. It appears as the process variable get closer to the max EGU value of 70000 pascals the error increases.
    I've attached three screen shots showing the process variable curve and setpoint value. The graph of interest is the one in the upper right hand corner.
    Any recommendation or advice would be appreciated.
    tks, Terry
    Attachments:
    Low Pressure.JPG ‏267 KB
    High Pressure.JPG ‏398 KB
    Mid Pressure.JPG ‏266 KB

    Kyle,
    First off....I appreciate your comments. No...there is no value is system represented as U16.
    Actually errors start to develop quite a bit before the maximum. If you look at the mid pressure.jpg file you'll notice that the set point (~28125 Pascals) and process variable (~25625 Pascals) are roughly off by about 2500 Pascals. Then if you look at the high pressure.jpg file you'll notice that the set point (~53000 Pascals) and process variable (~45500 Pascals) are roughly off by about 7500 Pascals. Therefore it appears as the setpoint pressure increases towards maximum the error tends to increase.
    I was curious about something....the set point value I'm inputting into the PID.VI , shown in the high pressure.jpg file, is from EGU to percent.VI. It would look exactly like the EGU to percent VI feeding the process variable input of the PID.VI with the set point value feeding the EGU to percent.VI input. Would I be better off feeding the actual set point value to the PID.VI input instead of percentage?
    Thanks, Terry

  • Formula for comparing string and setting text object to visable?

    I have a report that is pulling data from a database and listing multiple records, one on each page. I am wanting to compare a value that is stored in a database field for each record and setting a text object visible based on the text.
    I'm very new to Crystal Reports and not quite sure on the type of syntax needed to perform what I'd like below and can't find much information online about it. The type of formula I want would be something like:
    if (vDetailReport.BoardAction = "Board Action w/Committee Action")
        txtBox1.Visible = True;
    else if (vDetailReport.BoardAction = "Board Action w/o Committee Action")
        txtBox2.Visible = True;
    else if (vDetailReport.BoardAction = "Committee Discussion Only")
        txtBo3.Visible = True;
    etc.
    The txtBoxes are text objects with an "X" as the string that are inside the boxes to appear as a checkbox. I'm wanting this to work for every record in the report.
    Example:
    http://img.photobucket.com/albums/v57/kaje103/boardaction.png
    Any help would be much appreciated!

    I believe that what you want to do here is place an text item consisting of an "X" at each location you want. Then select "Format Text", go to the Common Tab, and click on the button next to "Suppress". That allows you to put in a formula such as:
    {vDetailReport.BoardAction} &lt;> "Board Action w/Committee Action"
    that will suppress the X unless it's the value you want checked.

  • I would like to compare two field and then is it's true then the output will be the 2nd one

    Hello All,
    I am doing a mappong where i need to compare two field and then if there are equal the 2nd one should be the output and 2nd value will be using multiple segment.
    It's for shipment.
    Regards
    Rituparna

    Not sure if i understand correctly. But you are trying to compare one field with multiple occurrences of another field.
    You can make use of the node function "Use One as Many" and repeat the first value as many times as the second value.
    Please refer to below wiki.
    Explain node functions - Process Integration - SCN Wiki

  • I have downloaded ICloud and set up my account on my Ipad and downloaded the ICloud control Panel on my PC

    I have downloaded ICloud and set up my account on my IPad as well as downloaded the ICloud Control Panel on my PC  (Windows7/Microsoft Office7).  My problem arises when I go to sign in on ICloud on the PC.  It will not let me set up.  I receive the message, "You can't sign in because of a server error.".  Please help.  I spent all day yesterday trying to make this work for the syncing of photos, at least.  Thank you for any help.

    Hello Krish_12,
    This may be a result of security software interfering with the iCloud Control Panel's ability to communicate with our servers. The following article provides information that can help correct this.
    iCloud: Ensuring iCloud will work with security software in Windows
    http://support.apple.com/kb/TS4175
    Cheers,
    Allen

  • Awful Delivery and Set-up and very poorly trained employees

    We purchased a Samsung Range and Refrigerator and a Bosch Dishwasher.  Sales Associate AND Sales order state that appliances would be installed and set up (with an additional charge for dishwasher installation) In fact, I went to the store and talked to appliance salesperson and I attempted to cancel the purchase of the cord. I was told that Best Buy would not install without the new cord so I kept the cord on my order.
    Appliances delivered on 11/13.  Frig is not level!  Delivery person said it cannot be leveled ...doors hang unevenly.
    Delivery refused to install range. They said they do not install drop in ranges (it isn't a drop in ...the range is a slide in_  Left range in the middle of kitchen. I had to move it the next day.
    Since I cancelled installation of dishwasher, delivery left it crated in middle of kitchen. They did not even "unveil" it to see if it was damaged.
    I explained that water line for frig was just installed and it might be safer for plumber to hook up water supply (in case there was an issue)   Then delivery refused to leave the water line.
    I called Warehouse and they said that regardless of what the invoice/order stated, they do not install slide in ranges.
    I called Avon, Oh store where range was purchased and eventually (20 minutes later ) was permitted to talk to a manager who said he had no control over installation but could probably get it done in the next few days(it was Thursday already).  I then called Corporate (turned out it is just a call center) and Susan (at call center) called appliance manager at store and he called back and said range and frig would be installed and set up on 11/14.   Then on 11/14 I heard nothing on frig service call so I called delivery and they never received a work order.  Then I called store and Edwin, appliance manager,  wasn't in.  Then I tried to call Susan (who told me to call her back if there were issues) and I found out  you cannot reach a specific person at call center so I talked to Luis, explained the entire situation, and he said he would call back in 15 minutes.  I heard nothing so an hour later I called store again and another manager spoke to me.  He said he would call me back (He did not).  I called him again  and he told me to contact Christie (removed per forum guidelines) at corporate and gave me her "personal" number.  Number was a switch board and her name wasn't in the director...I called manager back and he told me Megan would help me. Megan told me a Tracy (removed per forum guidelines) would call me.  Two hours later I called Megan back and told her Tracy hadn't called me.  Megan said she would call Tracy and that she, Megan, would call me back.  An hour later I hadn't heard from Megan, I called and she left for the day.  It is now after 6 PM.  THe stove will get installed tonight (just got a call from the installer....who, by the way, according to Megan is not qualified to set up the frig.)....but the frig issue is totally unresolved!!   I am truly sick of this.   Best Buy does not train their employees nor do the employees give a darn about customer service.  Because of Best Buy I had to rearrange other tradesmen (we are remodeling) at a big inconvenience to everyone.

    Hello tulev,
    While unforeseen complications can cause unexpected delays, it seems something went wrong at every turn. Misinformation and multiple missed appointments would frustrate me too, and I can only imagine this frustration turned into aggravation with the poor service you describe from our technicians and scheduling agents.  I’m sorry for any inconvenience this may have caused.
    After pulling up your account using the email address attached to your forum profile to see how I may help, it appears your concerns have reached Terrance from our executive support team, and he is currently researching your case. I’ve let him know that you’re looking for an update, and he should be in contact with you shortly to help figure this out.
    Thank you for your continued patience,
    Alex|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Airport Express (Model with 802.11G +54MBPS Mac/PC and Set Up Issues

    Hi,
    We have a 4 Mac and 1 PC Household. Cable Internet Service by Roadrunner.Cable model (owned) connected to a D-Link 802.11G wi fi router (by ethernet from cable modem)in the family room , then out to a Imac (the half moon base and LCD screen with a airport card also in the family room and the closet computer to the D-Link
    router, (we did add a D-Link antenna to the router ? about 10 months ago (a D-Link ANT24-0700 (Version 1.2)and a HP 4 in 1 printer attached via USB to the Imac
    ,a eMac 1.25 ghz 1Gb ram with airpot card also connected wirelessly (no printer attached on the same floor but in a ajoinging room about 20 feet from the Router, and another eMac 1.0 Ghz 1Gb ram with airport card in the upstairs part of our house (a bedroom) and no issue with Internet connection (it has a Epson 3in 1 printer attached via USB, and a MacBook Pro with 802.11N wireless card in side , bought for a Christmas/Birthday Present and also for college.It to has no issues with the Internet where ever it may be in the house. Our sole PC a HP tower with a added D-Link WDA -2320 Range Booster Desktop Adapter (802.11G) and we added a D-Link Antenna same model as the other a ANT24-0700 to help with Internet access which it did as well as adding some ram to increase page loading time etc. It does not have a printer attached. I will get to the Topic Area now
    The Airport Express. I was not involved in the set-up as I was laid up due to a bad back and post major knee surgery , But I always (especially recently) wondered why the light was amber and blinking. I read through the manual and also
    Apple.com support and MacFixit.com (which is under construction and moved to part of Cnet.com)and then went to the Airport Express Discussion area (sorry for being so wordy) I need a Twitter account to post!) We have a network name for the D-Link and the computers all were added and it also supports a Xbox 360, a Sony PlayStation 3 and a Nintendo Wi (in online use without issue) but..
    A network was also as it appears to myself) for the Airport Express and under the half moon bars showing connection strenght (there is our D-Link network "phoenix" with security protection WPA2 I believe) as I have set up the router, We had a Apple Base station prior that was ? 802.11B (a half moon white unit) still have it in the box ) So for normal daily use, checking e-mail and internet use all of the computers use the "phoenix" or D-Link supported Router 802.11G
    and The other network calld Apple Network with numbers and letters after it (and hopefully security) password is unknown , The Airport Express is set up connected via USB to a HP B&W laser printer which has saved quite a bit of money on ink, To utilize that printer you must switch from "phoenix" The D-Link router network to the Apple Network (followed by letters and numbers) The Imac and the eMac in the family room and a ajoing room (after switching to the Apple Network
    can than print to the lasr printer. The eMac upstairs and the HP Windows XP Professional software can not print to the laser printer (yet the HP PC shows it as a individual network and a strong signal, equal to the Internet connection from the D-Link, and the eMac (after switching under the half moon (not the proper name I am sure) to get to the Apple Network to print , it will not print, yet it shows a 5 bar signal, same as the D-Link connection. I do believe we have two seperate networks (but do not understand why the two Mac's in the family room can print to the laser printer by simply switching networks and then file and print. ** One other 9probaly major item is that it states to set up the Airport Express with a Mac With OSX 10.4 or later (at the time of set up, we had the Imac and two eMac's all running Panther OSX 10.3.9 9which they continue to have installed) We obtained the HP Tower and Monitor and HP 4in 1 printer ust before Christmas in 2008 and the MacBook Pro in Mid December 2009 (current model and running Snow Leopard 10.6. The HP Tower runs Windows Xp Professional (Service Pack 3) so the MacBook Pro which is much more mobile , could be used to do the set-up, or the HP Tower coulf be moved temprarily, I do recall if Router changes (at least with The D-Link You need to be connected by Ethernet to the Mac
    that would be doing the set up/configuration of the router (and it runs OSX 10.3.9 and is a older Mac (with 80Gb Hard drive that is partioned for OS9 and OSX as well , it is under a Ghz processor wise and less than 1 Gb of ram as the last ram slot required a seal to be broken and 256mb of ram (?) could be added
    it has 768 mb of ram but knock on wood running well. We use Lacie external drives
    on the Imac and both eMac's and need to get external drives for the HP PC as well as the Mac Book Pro (15" screen)
    I apoogize if I repeated myself, and rambled but I wanted to (in one post) to explain our set up and network configuration
    Questions
    1) if indeed it is that the two networks is true and a set yp that is not correct
    can the Airport Express be configured without opening up the router (when ever that happens it seems one computer is unable to get online and each time its a differnt one a Mac or veen the PC
    The PC under My Computer and Networks clearly shows the wto distinct and seperate netwoks with strong signals and the distance is not far (it is through a floor as the other emac and the PC are upstairs and cabling by ethernet is not a option
    2) If I need to open the router would I add the Airport Express as a client as if it was one of the computers or gaming systems on the network? (adding the Mac adress or IP address (not sure how you find the Mac address) and its been while since the router was opened up for any additions or work on it.
    3) would it be on the same channel as the router or not ?
    4) Hopefully with proper configuration the light will stay on (and green) on the A/E and the eMac and HP PC will be able to print to the laser printer. Currentlt
    when anything needs printed from the PC its put on a Flasg Drive and plugged in tothe Imac and the the Apple Network is selected and data printed, The eMac upstairs has the option of using the attached Epson 3 in one or doing the Flash stick work around.
    I would be verya appreciative if some one took a look at the set up above and advised me of what is right, what is not right* and what to do to fix things up
    I would imagine after proper set up, delete the Apple Network from the PC and eMac upstairs and ? all of the computers as we should have one base station (the D-link and the spoke (the A/E connected by UBS to the A/E (it may be ethernet but the cable connection from the A/E to the HP laser printer is correct (the rest of the A/E set up ... Please , tell me where it is and where it should be
    and ? any idea why we can print to the laser printer down stairs and not up stairs ? it did mention printer set up with Panther as possible, page 43 of themanual we have un chaper 5 Tips and Troubleshooting (under whn your printer isn't responding) (we do not have the interfereance listed in the manual,
    our phones are land line, one 900 mghz and the others 5.8 ghz
    It is possible to move the A/E and laser printer if that would help the two computers (desktops) upstairs) bt the distance is way less than 150 but their is a floor and ? duct work (metal ) but I think here is a place to stop typing and let some of the experts on the discussion forums take a look.
    one lst note (as the lap top will be going off to college in the fall (runnning Snow Leopard, and the other 3 Mac's run Panther OSX 10.3.9 should the HP PC windows Xp Professional be the computer to set up the air port express and the Airport Utility proram installed & would this conflict with the current Router (set up by a Macc running OSX 10.3.9 (Panther) i.e (should both set ups be on the same computer?) but actually aThe D-Link is OSX10.3.9 compatible (and 802.11G) and set up requires ethernet connection to a Mac (You type in the numbers and . etc and password as administror and you are in, or should the admin be on the same cpmpuer for the router and A/E ?
    (and considering a Airport Extreme Base Station as well as dual frequency simulataneus and 802.11N (for the laptop now) and future, or wait. The 802.11
    in theory would broadcast farther..?? even if computers had 802.11b(our Mac Desk tops and the PC 802.11B card
    Thanks Again!!!
    Many, Many Thanks
    amnienttales

    William Boyd Jr.
    Hello again,
    D-Link Router is model DGL-4300 (along with a D-Link ANT24-0700 Omnidirectional
    7dbi Antenna . Our Cable Internet ISP (Roadrunner) provides consumers with dynamic ISP address's . All Mac's have Airport Cards and The Hp Tower XW4550 has a D-Link Rangebooster G Desktop Adapter WDA-2320 (also with a D-Link ANT24-0700 Omnidirectional 7 dbi Antenna (the PC OS is Win XP Pro Service Pack 3) The 3 desktop Mac's run OSX Panther 10.3.9 , The 15" MacBook Pro OS is OSX 10.6 Snow
    Leopard (not sure what is after the .6 (right now) D-Link's website is
    http://www.dlink.com , I have configured this router multiple times in the past.
    also added as clients on the network (Utilizing the D-Link Router) are a X-Box 360, Sony Play Station PS3, and a Nintendo Wii all of which have on line ability
    and enables online video game play with any one online.
    As mentioned prior the Airport Port Express is Model A1084 Part No. M9447OLL/A
    which is USB conected to a HP LaseJet B&W , model 1020 and some how the two computers near it can switch to the Airport Express Network from the D-Link Router based Network and print wirelessly to the A/E connected LaserJetPrinter
    I realize I will need to reconfigure the D-Link Router and add the A/E as a client. I will try first to use the Airport Utility and see if I can do anything
    Utilizing it (adding it to the D-Link network, I think its unlikely but worth a try but* the password is unknown but I have a few guess's as to what it may be.
    I do have the necessary admin and network paswwords to cconfigure the D-Link Router,
    1) * If the the A/E Utility experiment fails and I need to re-configure the router * do I need to (as per the Airport Express Set Up Guide (Use a Mac with OSX 10.4 or later or a PC with Win Xp Home or Professional (have a desk top PC that has the specs) and The Mac Book Pro meets the Mac Spec's)
    If I can not get a password to work on the A/E I would reset it using the reset button
    And before plugging in the A/E , connect the appropraite cables in our case a USB cable to the LaserJet Printer then plug in the A/E
    2) I would then connect by Ethernet from Either the Mac Laptop or The PC to the D-Link router (if not the router will not set-up correctly)
    3) The one question that puzzles me is that we are not using the A/E as a base
    but a client
    in two sections(Using Airport Express , connecting a Printer via USB
    and use Airprt Utility to create a new network or join a new newWireless computers using Mac OSX 10.2.7 (Tiger) or later or a PC with Windows XP and it then goes in to the steps of ising the printer for both a Mac and a PC (using Bonjour on the CD that came with the A/E (this appears to contradict needing to use Mac OSx 10.4 or a PC with Win Xp set the A/E up for use as a printer
    (joiing a new network or existig one)
    And in Chapter 5 Tips and Roubleshooting= Your Airport Express Status Light Flashes amber & Your Printer is not responding (it is flashing amber and the printer does not respond to the two computers upsstairs (one Mac running OSX 10.3.9 & One PC running WinXp and its states to make sure the printer is selected
    in the Printer list o client computers, to do this on a Mac using OSX 10.3 or later , open Printer Set Up Utility and follow steps and if a PC with Windows XP , Open Printers and faxes and then follow steps
    in Closing ? can I configure the A/E Utility with a Mac using 10.3.9 as above or
    ? Per Chapter 1 Getting Started use a Mac with OSX 10.4 or later or a PC with Windows Xp Home or Professional
    Perhaps I am taking the tips and trouble shooting and Printer Set up out of context or does the getting Started Computer specs contradict them or are they
    for use if the A/E was going to be a Base Station and not a client..
    Will keep at it,
    ambienttales

  • Loading SWF into level and setting height/width/location?

    Hi folks, I am an old AS2 guy who gave up on Flash heavy coding when it switched to AS3. Always thought it was less intuitive, longer, and a brand new language and I got tired of trying to keep up when most of my clients did not want to pay for a full flash site. But I got this client...
    Here's the problem, I can load a swf into my main stage or into an MC , but I cannot find out anywhere how to set parameters or load into a level so it doesn't replace the current material or fix to a size that doesn't block my other material.
    I've gotten this far:
    import flash.net.URLLoader;
    import flash.net.URLRequest;
    loadGallery();
    function loadGallery():void
    var l:Loader = new Loader();
    var req:URLRequest = new URLRequest("shortstack.swf");
    l.load(req);
    l.contentLoaderInfo.addEventListener(Event.INIT, galleryLoaded);
    function galleryLoaded(e:Event):void
    addChild(e.target.loader);
    What i want to do is load shortstack.swf into level 5, say, and fix it to the bottom left corner of the stage, and set its height to 400px and width to 980. 
    I have a an MC on the stage at those exact dimensions called placeholderMC, but I cannot figure out a way to target it, and the tutorials I've read have to do with loading on CLICK (I want it to load on enterFrame), and none of them tell me how to set parameters, as I could in old AS2.
    FWIW, AS3 may be more powerful, but AS2 was easier to understand.
    TIA,
    Jeff

    http://www.adobe.com/devnet/flash/quickstart/display_list_programming_as3.html

Maybe you are looking for

  • Break-point in ALV-GRID OO if standard-button &PRINT_BACK is pressed.

    Hi, is it possible to set a break-point in Button '&PRINT_BACK'? I will use it to test if i can use:     CALL METHOD I_ALV_GRID->GET_FRONTEND_PRINT       IMPORTING         ES_PRINT = GS_PRNT. and     CALL METHOD I_ALV_GRID->SET_FRONTEND_PRINT       E

  • PDFmaker (Acrobat Standard 7) not working in Outlook 2003

    I recently read that I could archive my Outlook e-mails using PDFmaker. I was excited, as my .pst files are getting....large. I looked for the PDFmaker toolbar in Outlook, but it wasn't there. I fixed that problem by going to Outlook's disabled items

  • Attachment to email from oracle applications

    We have a requirement to send the report output in pdf format to send to oracle applications users as an attachment to mail. i.e. User should get an email attachment of a report which he request from the submit request window. If any of you know abou

  • RE:  case  283334456

    The support "help" system seems to be circular without resolution.  How do I ask a question related to an existing case?  I was sent an e-mail requesting fedback, but the system will not accept my reponse.  I was asked to fill out a pdf form, which I

  • Launching Bridge CC: Operation incomplete error

    Hi all. i just installed Bridge CC whent i start it i get a window saying that operation cannot be complete, push ok and exit. any suggestion? i already tried to delete it with Adobe Creative Cloud Cleaner and reinstall it... nothing, same thing. thx