New component for simulation

Hello,
I'm having some trouble to get my new component to simulate.
It's a photoMOS and I downloaded some data for a this component from the develpers homepage.
But I don't know much about Pspice so I'm pretty lost how to insert it into the component.
The first thing I did was to cut out the data for only one component (the .lib-file felt like it was made for a lot of different components). Then I tried to make a component in Multisim by using "component wizard". Then I inserted my "new" file (AQY21S.lib) during some step.
The scematic and PCB symbol works fine. But when I start to simulate I get some errors (and the simulation never starts).
Could anyone expalin for me how to insert a SPICE file from a manufactor for simulation. What in the file is needed and how to insert it in a component. Or if someone could point out a good tutorial for a newbe in Spice.
I also attach 2 files, ps_aqv21s.zip is the original from the manufactor and AQY21S.zip is my try attempt to cut out only one component fromit.
Thankful for help
Attachments:
ps_aqv21s.zip ‏7 KB
AQY21S.zip ‏2 KB

Pspice is not fully supported in Multisim, Spice is supported. Anyways, the models RES and CAP had to be changed to R and C respectively. I am not sure how to make a simulation of your circuit, however, after changing these parameters I did not got any error when trying to simulate only that component by itself... it just asked for a GND signal. Try this model:
*AQY21S
.SUBCKT AQY210S PIN1 PIN2 PIN3 PIN4
D_D26         N00758 N00785 SC
M_Q5         N21894 N01383 PIN5 PIN5 DMOS          
R_R2         PIN4 N21894 RON 12
D_D19         N00562 N00589 SC
E_E1         N76771 N01383 PIN4 N01383 0.97
D_D42         PIN3 N82760 DMIN
D_D27         N00785 N00812 SC
R_R3         N26592 PIN3 RON 12
M_Q6         N26592 N01383 PIN5 PIN5 DMOS          
D_D20         N00589 N00616 SC
D_D28         N00812 N01551 SC
E_E2         N76924 N01383 PIN3 N01383 0.97
G_ABMI1         N01383 N01551 VALUE ( -0.0008*I(V_V1)   )
M_Q3         N01383 N01551 PIN5 PIN5 DIC_NC          
D_D21         N00616 N20858 SC
C_Cgs1         PIN5 N01383  6p 
D_D12         N01383 N00427 SC
D_D22         N20858 N00677 SC
D_D13         N00427 N00454 SC
D_D30         PIN5 PIN4 D_DMOS
V_V1         N01162 PIN2 0Vdc
C_Cgs2         N01383 PIN5  6p 
D_D33         N01383 N82760 DGD
D_D31         PIN5 PIN3 D_DMOS
D_D14         N00454 N00481 SC
D_D40         N01383 N635380 DGD
D_D23         N00677 N00704 SC
M_Q4         PIN5 PIN5 N01551 N01551 DIC_NO          
D_D41         PIN4 N635380 DMIN
C_C1         PIN4 N76771 CTEMP 30p
D_D15         N00481 N00508 SC
D_D24         N00704 N00731 SC
C_C2         N76924 PIN3 CTEMP 30p
D_D16         N00508 N00535 SC
D_D25         N00731 N00758 SC
R_R1         N01551 PIN5  2.5E6 
D_D29         PIN1 N01162 LED
D_D18         N00535 N00562 SC
.MODEL RON R
+ TC1=10E-3
+ TC2=7.5E-5
.MODEL DGD D
+ IS=1E-30
+ N=10
+ CJO=80E-12
+ IBV=1E-6
+ VJ=0.8
+ M=0.8
.MODEL DMIN D
+ IS=1E-21
+ CJO=400E-12
+ VJ=2
+ M=0.75
+ IBV=1E-6
+ FC= 0.5
.MODEL Ctemp C
+ TC1=40E-3
+ TC2=100E-6
+ VC1=-10E-3
.MODEL D_DMOS D
+ N=1.03
+ IS=1.35e-012
+ RS=0.7
+ M=.5
+ IKF=0.006
+ CJO=30E-12
+ VJ=.4
+ NR=1.2
+ ISR=15.00E-12
+ BV=351
+ IBV=100.00E-6
+ TT=5.0000E-9
.MODEL DMOS NMOS
+ LEVEL=1
+ L=500E-6
+ W=500E-6
+ KP=20
+ VTO=3
.MODEL LED D
+IS=160E-15
+N=1.8
+RS=3.6
+IKF=6.4E-15
+CJO=40E-12
+M=.3333
+VJ=.75
+ISR=100E-12
+BV=5
+IBV=100E-6
+TT=5E-9
.MODEL SC D
+IS=120E-15
+RS=10
+N=1.25
+CJO=30E-12
.MODEL DIC_NC NMOS
+LEVEL=3
+L=100E-6
+W=100E-6
+KP=1.2E-3
+VTO=-0.54
.MODEL DIC_NO NMOS
+LEVEL=3
+L=100E-6
+W=100E-6
+KP=0.13E-3
+VTO=0.45
.ENDS
Nestor
National Instruments

Similar Messages

  • SAP Contact Center new component for Incidents

    Hi All,
    From today (10.6) we have a new component “CRM-CCI” (Contact Center Infrastructure) available for SAP Contact Center related incidents.
    You can still use the old “CRM-BCM” components, but as you can notice the system recommends “Please use CRM-CCI” The old component CRM-BCM will be deactivated during Q4/2014.
    Regards,
    Jukka
    SAP Contact Center team

    Hi Jukka,
    I would like to look at the documents linked in the above post (in relation to BCM support on IE11 and Windows 8.1), but when I click on the links, I get prompted for login and password. My usual Marketplace login and password don't work.  Could you advise at all?
    Thanks,
    Adele

  • How to start creating a new component for custom transaction in IWEB client

    Hello Experts,
    I am new to CRM 2007 CRM web client programming.
    I have a custom SAP GUI transaction in CRM and user wants to convert it into ICWEB transaction.
    its using all custom tables and in all screens,
    Please guide me how do I proceed in creating the component,display fields on the view....
    I mean how to create the fields in the View, Do I need to write BSP code or Wizard helps me to generate and configure the fields on the view.
    Please also let me know procedures create context notes which replicate the database tables which the data is saving or updating.
    I am not clear cut info to proceed,
    Please help me in this regards
    thanks in Advance
    Edited by: Madhavi Angi on Apr 23, 2009 2:57 PM

    Hi Keith,
    <<This particular rule is a sample one I set up that requires the existence of C:\IT\test.txt. But I don't see the actual text of that rule anywhere in the XML:>>
      In your XML, if you see these lines:  
    <Expression>
    <Operator>NotEquals</Operator>
    <Operands>
    <SettingReference AuthoringScopeId="ScopeId_811CF9C7-F08C-4528-8C02-E20811B33FD5" LogicalName="OperatingSystem_5c61496b-b4dc-4ca9-a3f7-30c3aec8e2a4" Version="1" DataType="Int64" SettingLogicalName="File_cccd7dc7-e590-494c-b166-6d4aea7abc57" SettingSourceType="File" Method="Count" Changeable="false" />
    <ConstantValue Value="0" DataType="Int64" />
    </Operands>
    </Expression>
         It has setting reference with GUID with Method="Count" means this is existential rule referenced to setting blah blah... (If method="Value" means that it has value rule defined) and for existential rule,
    XML has "NotEquals" operator and value is "0" which means that if file not equals to zero means file exist (compliant).
    Hope this helps.
    This posting is provided "AS IS", provides no warranties, and confers no rights. -Praveen S.

  • New componant list for service desk in Solution manager.

    Hello,
    We wanted to customize new componants for service desk. Please let me know is it possible to define new componant list in the Solution manager.
    Regards,
    Bhavesh

    Hello Waseem,
    Actually I want to configure a list of Customise component in side solution manager for incident management.( service desk)
    when we create ticket in service desk (in Solman) we have to select a component for the respective module( like BASIS, MM , Etc) those are the standard
    Components that is  given by SAP. I want to change that list and want to put my own list of component in the system.
    is it possible to do it in Solution manager? If yes then what sort of configuration required. ?
    Thanks in Advance
    Regards,
    Bhavesh

  • Approval stages for new component approval during finsihed inspection stage

    I am having a typical scenario which is having integration with QM, PP and SD.
    Whenever we produce a new component for first time, the first piece is taken for thorough inspection in presence of different departments. This is done with respect to a check list. After this all open points in check list needs to be closed. Then the next 9 pieces are monitored. If all open issues are resolved, then only approval for Bulk production of component will be given. How can I control this production activity in SAP
    Example:
    Stage 1:
    First piece- thorough inspection, identification of defects, action plan to close the issues.
    Stage 2:
    Next 9 pieces- Further monitoring with respect to action plan.
    Stage 3:
    If all issues are closed, the approval for bulk production.
    Stage 4
    Bulk production starts.--- how can i control this activity.
    Questions.
    Stage 1 uses a check list and format to close open issues, should I use notification or audit management
    Stage 2- Manual activity
    Stage 3- Action plan closure, were to capture info notification or audit management
    stage 4- How to communicate to production to start bulk production? How can I block poduction till closure of action plan?
    Thanks
    VV

    Dear Vineeth
    Please find my inputs for this. Requires some development
    1) Initialy for the new material  make possible that only  one production order  can be created. Next production order can only be created if the earlier one is TECOed.
    For this you will have to have a Z table and user exit PPCO0007 or any exit while releasing the order- . Z table will consist of Plant , material & Quantity. The new material will have to be maintained in this table.
    When the production order is released it will first check for this table . if the material code is there in the table it will check for the quantity allowed for the production order and will not allow to create any multiple production order , or more quantity
    The operation should have a testing workcenter , so that the control will lie with QM team .
    If the first piece analysis is completed , teco the Production order. Update the z table with 9 quantity. create next PO
    2) Notification will be the best process to capture all your action plan and activities.Activate workflow for this.
    Completion of the notification means approval for bulk and you can remove the material from the Z table
    Hope this gives some help
    Regards
    Gajesh

  • Opinion: new Package for every new custom Component?

    Hi there,
    I am just thinking of some possibilities to structurize my Components I made.
    I wonder if it is useful/good programming to define a new package for each new custom Component?
    So if I define a new MyComponent class extending JFrame should I make a new package:
    "mycomponent"
    containing these subfolders:
    "view"
    "model"
    "controler"
    subfolging "controler" in:
    "listeners"
    "adapters"
    "events"
    Is there any sense to do so? I think this would be the best way to structurize one's components.
    But if you do, you have to include millions of packages if you want to use one of these components :(.
    Please post, what you think.
    Thank you
    Sincerely
    Karlheinz Toni

    nope ;). I would most certainly not want to put every file in a single directory.
    But I like sturctured things. If things belong to each other, it should be visible at once, that they have something to to with each other. And the best method I can figure you is putting them in one package.
    The subpackages should be created, because of the model, that is used for all swing componentd (UI-delegete, MVC...) so that each structural component is where it belongs to.
    I don't like it if tere are 100 events one object could possibly create and you don't know the events from the component (of course you can guess by the name Event :)), but if they are in the same package, you would have to scroll a long way to get the thing you want (either m, v or c).
    So this is why I would do it ;).
    Anyway: do includes make the program run slower (I have read many threads about it, but there are way to many opinions, so I would be grateful if you post your opinions here, thx ;).
    Thanks for your answer,
    Sincerely
    Karlheinz Toni
    p.s.: why wouldn't you put them in a seperate directory (just overkill?), would you use classes that are structured like this if you are looking for a implementation of something and find it in this structure?

  • [svn:fx-trunk] 12025: Switching out the old video component for the new video component that uses OSMF .

    Revision: 12025
    Revision: 12025
    Author:   [email protected]
    Date:     2009-11-19 17:48:04 -0800 (Thu, 19 Nov 2009)
    Log Message:
    Switching out the old video component for the new video component that uses OSMF.  Also fixing RSL issue with OSMF because a change in flex-config.xml accidentally got overwritten.  Also fixing a bug caught during the last code review where you would set the volume on the VideoPlayer, but the volumeBar wouldn't be made aware of that change.
    Switching out the video component results in many API changes.  The changes are highlighted below:
    Class name changes:
    - spark.primitives.VideoElement is being renamed to spark.components.VideoDisplay
    - spark.components.mediaClasses.StreamingVideoSource is renamed to park.components.mediaClasses.DynamicStreamingVideoSource
    - spark.components.mediaClasses.StreamItem is renamed to park.components.mediaClasses.DynamicStreamingVideoItem
    VideoDisplay/VideoPlayer event changes:
    The new video component's events are:
    - bytesLoadedChange : org.osmf.events.LoadEvent
    - currentTimeChange : org.osmf.events.TimeEvent
    - durationChange : org.osmf.events.TimeEvent
    - mediaPlayerStateChange : org.osmf.events.MediaPlayerStateChangeEvent
    The old video component's events were:
    - close : spark.events.VideoEvent (removed)
    - complete : spark.events.VideoEvent (replaced with mediaPlayerStateChange)
    - metaDataReceived : spark.events.VideoEvent (replaced with mediaPlayerStateChange)
    - playheadUpdate : spark.events.VideoEvent (replaced with currentTimeChange)
    - progress : flash.events.ProgressEvent (replaced with bytesLoadedChange)
    - ready : spark.events.VideoEvent (replaced with mediaPlayerStateChange)
    VideoDisplay/VideoPlayer property changes:
    Renames:
    - maintainAspectRatio:Boolean has been renamed to scaleMode:String and rather than true/false, it now access 4 values: none, zoom, letterbox, and stretch.  See the enum class org.osmf.display.ScaleMode.
    - playheadTime:Number has been renamed to currentTime:Number
    - playWhenHidden has been renamed to pauseWhenHidden, and it's "tense" has been reversed.  So playWhenHidden = true correlates to pauseWhenHidden = false.  Also, before we would only pause when the video component was explcitly set to visible=false, but now we detect if the video components or any of it's ancestors have been hidden.
    - totalTime:Number has been renamed to duration:Number
    New properties:
    - bytesLoaded:Number This is a new property not available on the old video component
    - bytesTotal:Number This is a new property not available on the old video component
    - loop: Boolean this was a property added a while ago on the old video component but not in the original video player spec
    - mediaPlayerState: this is a new property that details the state of the video component.  See org.osmf.media.MediaPlayerState for all the possible values.
    - seekToFirstFrame:Boolean (pending PARB approval) - This is a new property available on VideoDisplay/VideoPlayer.  When autoPlay = false, if seekToFirstFrame is set to true, then we will connect to the server to start downloading the video, figure out the size of the video and resize appropriately, and show the first frame of the video.  If seekToFirstFrame is false, then no connection to the server is made, there's no implicit size for this video, and the first frame will not be show automatically.  By default the value of this property is true.  In the old video component, when autoPlay = false, we always has the same behavior as seekToFirstFrame = true.  Now it is controllable through this property.  Eventually, (not for Flex 4.0), we will most-likely have support for a thumbnail source or a splash screen so the video's preview will show up without making an unneeded connection to the server.  The property name may change depending on PARB.
    Other changes:
    - autoRewind: The default of autoRewind is now true instead of false
    - enabled: before we paused the video when the video component was explicitly set to enabled = false.  Now we pause the video when the video component or any of it's ancestors have been disabled.
    VideoPlayer-only changes:
    - videoObject:flash.media.Video property is now a new property on VideoPlayer.  It was previously only on VideoDisplay.
    - The skin states for the old VideoPlayer were: connectionError, disabled, disconnected, loading, playing, stopped, connectionErrorAndFullScreen, disabledAndFullScreen, disconnectedAndFullScreen, loadingAndFullScreen, playingAndFullScreen, stoppedAndFullScreen.  The new skin states are: uninitialized, loading, ready, playing, paused, buffering, playbackError, disabled, uninitializedAndFullScreen, loadingAndFullScreen, readyAndFullScreen, playingAndFullScreen, pausedAndFullScreen, bufferingAndFullScreen, playbackErrorAndFullScreen, disabledAndFullScreen
    DynamicStreamingVideoItem property changes:
    - bitRate:Number renamed to bitrate:Number
    DynamicStreamingVideoSource property changes:
    - initialIndex has been added to DynamicSteramingVideoSource
    - live:Boolean has changed to streamType:String which accepts values: live, recorded, any.  See the enum class org.osmf.net.StreamType for more info.
    - serverURI:String renamed to host:Object
    - streamItems:Array has changed types to streamItems:Vector.
    ScrubBar property changes (THESE CHANGES ARE NOT DONE YET, BUT SHOULD BE DONE SOON)
    - bufferedStart will be removed
    - bufferedEnd will be renamed to loadedRangeEnd.  This property name still may change depending on PARB.
    - bufferedArea skin part needs to be renamed.  Probably will be renamed to loadedArea.  PARB still deciding.
    QE notes: -
    Doc notes: -
    Bugs: -
    Reviewer: Kevin
    Tests run: checkintests
    Is noteworthy for integration: Yes
    Modified Paths:
        flex/sdk/trunk/frameworks/flex-config.xml
        flex/sdk/trunk/frameworks/projects/spark/defaults.css
        flex/sdk/trunk/frameworks/projects/spark/src/SparkClasses.as
        flex/sdk/trunk/frameworks/projects/wireframe/build.xml
        flex/sdk/trunk/frameworks/projects/wireframe/src/spark/skins/wireframe/VideoPlayerSkin.mx ml
        flex/sdk/trunk/frameworks/spark-manifest.xml
    Added Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VideoPlayerSkin.mxml
    Removed Paths:
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/VideoPlayer2.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/StreamItem.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/components/mediaClasses/StreamingVideo Source.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.as
        flex/sdk/trunk/frameworks/projects/spark/src/spark/primitives/VideoElement.png
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VideoPlayerSkin.mxml
        flex/sdk/trunk/frameworks/projects/spark/src/spark/skins/spark/VideoPlayerSkin2.mxml

    I've got that same problem: iPod Touch 2nd Gen, Apple Component Cables, and an HD TV.
    The funny thing is, the cable works fine with an iPod Classic (160 GB) but not for the iPod Touch. Can anyone explain why that is?

  • The new vrsion of the ultimate Flash component for elearning

    Flash-O-Navigation Professional , an advanced version of
    Adobe approved component for Flash based e-learning is released at
    http://www.esspl.com/flashcomponents/flashonavigationprohome.asp
    In this version there are many advanced features associated
    such as UTF8 font support to create e-learning interface in
    languages like arabic, japanese; FLV movie support , with
    capability to bookmark any point of the FLV content; Inbuilt
    WhiteBoard feature to let users save hand drawn shapes and sketches
    for future reference.

    Importing text from an XML file to appear as text in Flash
    works in English, however if the text I want to import is in
    Arabic, when I test the movie there is no text at all.
    Is there some particular syntax to preface the Arabic text?
    I'll want to import text from XML in other languages too.
    (French)
    I'd cut and pasted some Arabic text into the XML file that
    displays pictures and text in the "slideshow.fla" (
    http://www.adobe.com/support/flash/applications/jpeg_slideshow_xml/jpeg_slideshow_xml03.ht ml)
    Substituting Arabic text for English text, editing the XML
    file with Dreamweaver.
    Any ideas as to how I might achieve my objective of importing
    Arabic text into Fash?
    I'd started developing my prototpe in Macromedia Director 7,
    and then Director MX, but I have not found a suitable Arabic font
    that I can embed that will allow me to display Arabic fonts in
    Adobe Director. I have the Arabic text in a Word document.
    I've dicovered that my Flash MX Pro and Dreamweaver both
    support Arabic fonts, but I want to import text from an XML file.
    I'd prefer using cast libraries and cast members, but I don't
    know of an equivalent in Flash to what I'm comfortable with in
    Director.

  • External Video Monitor Not an Option for Simulator

    In the preferences pane for simulator Playback Output options, I am only able to simulate in the simulator window. It doesn't even give me the option to select any external video devices, even when plugged in (and detectable by other programs like FCP). I've even reinstalled DVD Studio Pro 4.02 and it hasn't solved the problem. Help anyone?

    Hey, Aldershot. Glad it helped.
    it still baffles me that with almost all the other so called Pro Apps manage to have broadcast monitor support
    The problem is that Apple is really innovating with OpenGL, and this bring a lot of benefits but also some inconveniences. Notice that Motion's frame rate falls to half when you enable video out with a Decklink, AJA or even Firewire DV. And in DVD SP you have this limitation. Looks like routing the signal from AGP to PCI is the problem.
    But going out through s-video!!!! yeah lets just through all our hard work out the window.
    Please don't take this as I pretenend to know it all, but you know what? IMHO, Super video is really underrated. It's much closer to Component than it is to Composite. For a lot of professionals, myself included,it wouldn't be that easy to tell Y/C appart from Component, while the difference from either to Composite is gigantic
    We need to view this in true RGB space.
    Actually, it is RGB What it probably isn't is YUV. But it is probably more reliable as a preview than Firewire DV, for the reasons I explained in the previous message.
    I know is a compromise solution. For me, the worst part is that you either loose a second computer display or have to buy a new AGP card with a separate Super video output.
    All the best.

  • New Update for Apple TV coming in 2 weeks

    New Update for Apple TV coming in 2 weeks, your apple tv will work with the new rental service.
    MORE INFO:
    Movies are available in HD Dolby 5.1 (finally!), and it does podcasts, audio and video, and photos from Flickr and .Mac direct to the box. HD movies are a buck more than standard ($4.99, so worth it). You can actually preview movies now. Startup even when streaming is fast, under 5 seconds. Yay for search. Photo browser is prettier, though functionally the same. And it's all a free software upgrade. No new hardware required! The cheaper price starts today, software update is available in 2 weeks.
    Apple Introduces New Apple TV Software & Lowers Price to $229
    Rent High Definition Movies Directly from Your Widescreen TV
    MACWORLD SAN FRANCISCO, Jan. 15 /PRNewswire-FirstCall/ -- Apple(R) today unveiled all new software for Apple TV(R) that allows movie fans to rent movies on the iTunes(R) Store directly from their widescreen TV, and lowered the price of Apple TV to just $229. With iTunes Movie Rentals and Apple TV, users can just click a button on their remote to effortlessly rent movies from a catalog of over 1,000 titles by the end of February, including over 100 titles in stunning high definition video with 5.1 Dolby Digital surround sound, with no computer required. DVD-quality iTunes Movie Rentals are $2.99 for library titles and $3.99 for new releases, and high definition versions are just one dollar more with library titles at $3.99 and new releases at $4.99. Apple will provide the new Apple TV software free of charge to existing Apple TV owners when it releases the new Apple TV priced at $229 in about two weeks.
    "With the new Apple TV and iTunes Movie Rentals, movie lovers can rent DVD-quality or stunning HD movies from their couch with just a click of a button," said Steve Jobs, Apple's CEO. "No more driving to the video store or waiting for DVDs to arrive in the mail."
    iTunes Movie Rentals feature iTunes' legendary ease of use, which makes discovering and enjoying movie rentals as simple and easy as buying music on iTunes. Once a movie is rented, it starts downloading from the iTunes Store directly to Apple TV, and users with a fast Internet connection can start viewing the movie in seconds. Customers have up to 30 days to start watching it, and once a movie has been started customers have 24 hours to finish it -- or watch it multiple times.
    With Apple TV, users can also view photos from their computers, Flickr and .Mac Web Galleries on their widescreen TV as slideshows or screen savers, and anytime photos are updated on Flickr or .Mac, they are automatically updated on Apple TV. Apple TV users can now browse and enjoy the iTunes Store podcast directory of over 125,000 video and audio podcasts, view over 50 million originally created videos from YouTube or choose from a selection of six million songs, over 600 TV shows and 10,000 music videos to purchase directly from their Apple TV. Purchases downloaded to Apple TV are automatically synced back to iTunes on the user's computer for enjoyment on their computer, all current generation iPods* or iPhone(TM).
    Apple TV easily connects to a broad range of widescreen TVs and home theater systems and comes standard with HDMI, component video, analog and optical audio ports. Using high-speed AirPort(R) 802.11 wireless networking, Apple TV now automatically plays all of your iTunes content without setup or management**.
    Pricing & Availability
    The new Apple TV software will be available as a free automatic download to all Apple TV customers later this month. Apple TV, which includes the Apple Remote, is available from the Apple Store(R) (http://www.apple.com), Apple's retail stores and Apple Authorized Resellers for a suggested retail price of $229 (US) for the 40GB model and $329 (US) for the 160GB model (US and Canada). Apple TV requires an 802.11g/n wireless network or 10/100 Base-T Ethernet networking, a broadband Internet connection and a high definition widescreen TV. iPod(R) games will not play on Apple TV. iTunes Movie Rentals are available in the US only.
    *Movie rentals work on iPod classic, iPod nano with video and iPod touch.
    **Compatible with 802.11b/g/n. Based on an IEEE 802.11n draft
    specification. Wireless video streaming requires an 802.11g/n network.

    Yup, updated my Apple TV and got sky news and a couple of other new apps I will never use. I am growing increasingly fed up with looking at all the good stuff there is on offer in America and nothing in the UK..... I know I shouldn't look :)
    And it's not just Apple I suppose, checking out the apple and Microsoft US movie stores and they have a much better selection. Wish we all had the willpower to stop giving these companies money until they fulfil customer needs...
    Ok rant over, I've been building up to that since I found all the films I love on the US site and can't get them here :(

  • How to create a new component in CRM 7.0?

    while creating a new component with search and result options... main window is not created automatically.
    when tried to create it manually its giving short dump. kindly let me know what could be the reason for this problem?
    thanks alot.

    Hi Vijay,
    could you please specify what kind of short dump you are getting? The short dumps can be looked at in the sapgui transaction st22.
    Best regards,
    Erika

  • Urgent: How to create a new layout for portal lightframeworkpage

    Expert,
    I want to create a new layout for  external facing portal. I have created a new par project also in NWDS, but being new I do not know where to get "com.sap.portal.layouts.default.par" and other supporting libraries.
    Need an urgent help.
    Thanks in advance
    -Lave Kulshreshtha

    Hi,
    Look into this blog to know, how to write custom layouts:
    Nuts and Bolts of the External Facing Portal (EFP)
    Once you wrote your layout jsp, then declare it in portalapp.xml like this:
    <component name="example_narrowWide">
          <component-config>
            <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
            <property name="SafetyLevel" value="no_safety"/>
          </component-config>
          <component-profile>
            <property name="ComponentType" value="com.sapportals.portal.layout"/>
            <property name="com.sap.portal.pcm.Title" value="2 Columns (Narrow:Wide)"/>
            <property name="com.sap.portal.pcm.Description" value="two-column layout displaying the narrow column on the right"/>
            <property name="com.sap.portal.reserved.layout.TagLibLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
            <property name="com.sap.portal.reserved.layout.TagLibHtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld"/>
            <property name="com.sap.portal.reserved.layout.TemplateFile" value="*yourLayout.jsp*"/>
            <property name="AuthScheme" value="anonymous"/>
            <property name="com.sap.portal.reserved.layout.Cont1" value="Left Column">
              <property name="plainDescription" value="Column 1"/>
              <property name="orientation" value="vertical"/>
              <property name="designClass" value="prtlPageConL"/>
            </property>
            <property name="com.sap.portal.reserved.layout.Cont2" value="Right Column">
              <property name="plainDescription" value="Column 2"/>
              <property name="orientation" value="vertical"/>
              <property name="designClass" value="prtlPageConR"/>
            </property>
          </component-profile>
        </component>
    As all the layout taglibs and required classes are in com.sap.portal.pagebuilder application, you should refer to it in your portalapp.xml SharingReference property.
    Try all this and if you have specific questions, let me know.
    Regards,
    Praveen Gudapati

  • I just bought the new late 2013 iMac.  Can I get the new iWork for free?

    I just bought a new late 2013 iMac.  Can I get the new iWork for free?  I updated it to Mavericks also.  The Mac App store is showing $19.99 for each iWork component (Pages, Numbers, Keynote).  I also bought the previous iWork version, if that matters.  Free updates for iPhoto and  iMovie seemed to show up with no problems.  Maybe these are just glitches that will clear up in a couple of days?

    Hi.  If you want it to get updated, this should take care of it.
    1. Uninstall iWork from your Mac.
    2. Do a fresh install of iWork from DVD.
    3. Install iWork update from Apple Downloads (direct link here:  http://support.apple.com/kb/DL1563)
    4. Sign into the Mac App Store, and check for updates.  It should now show up as a free update.  You may have to give it a few minutes (i.e. 10-15 minutes).
    I've been a Windows user for years, so I know all of the tricks by now.  I had hoped I would not need this knowledge for a Mac, but oh well...
    Good luck.

  • Add a new component in Production order while not being in BOM

    Hi all,
    I would like to know how to forbid the addition of a new component in a Production order that doesn't exist in the BOM.
    Currently when we create a Production Order, the components of its materials are read from the BOM. If we add a component that doesn't exist in the bom the system allows it without any problem. We want to forbid this and let components be added to a PO only when they take part in the BOM.
    Any idea?
    Thanks in advance.

    SS,
    You can use an userexit to check before saving the order, based on the BOM(Order master data tab) used in the order, it should validate the component material number. If it finds a new material in the order, it should terminate the save with a message to user.
    The following enhancement is available for production orders:
    PPCO0008  Enhancement for adding and changing components
    This enhancement is used to check components (for instance against a standard parts database), which have added to or changed in an order. This check can then refuse to copy a component into the order or can replace one material number with another.
    The enhancement PPCO0008 contains the following enhancement components:
    Function exit
    EXIT_SAPLCOMK_006
    Enhancement for adding and  changing components
    Activities
    1. Create the enhancement
    To do so, create a new project or use an existing project.
    2. Activate the project.
    The enhancement can only take effect after you have activated the project.
    Regards,
    Prasobh

  • Enhancing standard component with new component usage

    Hi!
    I try to enhance standard component /SAPSRM/WDC_AOFC_BEV with new component usage (say, SALV_WD_TABLE). It allows me to add new usage, but the usage does not appear in the "Component Usages" tree node.
    Is it a bug? Is it possible to enhance a standard component with new component usage?

    Hi Thomas!
    We've been communicating with SAP on this issue for a while and last response we obtained is next:
    Dear customer,
    the possibility to create external controller usages (as required for
    the ALV-usage) is not supported by the Web Dynpro ABAP development
    tools. However, you could try a programmatic apporach by adding the
    ALV-usage dynamically (e.g. in methods or method exits created within
    your enhancement implementation).
    See test component WDR_TEST_DYN_ALV_USAGE for details.
    What's your opinion on this? Is it really not a bug?

Maybe you are looking for

  • Officejet Pro 8600 Plus produces very poor quality photos

    I have a new  HP Pro 8600 Plus that has disappointed me in the quality of photo prints.  I have always had very good results from my prior HP printers, the last one being the 6500 and was expecting similar quality with this one.  I am using HP Premiu

  • Problems with multiple Domains open in same web browser?

    Here is the problem. I login to one domain and then open a new webpage (same browser) and login to a 2nd domain. I can then navigate in both domains in each web page. However, when I logout of one, it logs me out of both and which ever one that I log

  • ARXAGMW.rdf throws BUILD_INVOICE_SELECT error when opening in Reports Builder 10.1.2.0.2

    Has anyone run across this error? "The source size of the program unit BUILD_INVOICE_SELECT is 91159 characters.  This exceeds the recommended maximum source size of 90000 characters on this platform."  I'm just opening the standard report in Reports

  • Getting new messageID after BPE is called

    Hello, I am just working on getting the messageID of the original message to correlate AS2 MDN back to an integration process. What I have seen is that the original messageID (backend sender -> Integration process) is different to the messageID after

  • PRE7: Strange disappearing of Setup button in Welcome screen

    Hi, I am new to Premiere Elements 7. I successfully created one video out of MP4 file from my Samsung HMX-H105 camcorder, BUT on my second attempt I do not see Setup button in the Welcome Screen. As far as I remember from the Setup button I can chang