ICharts scaling and intervals MII 11.5

I have an iChart (Line graph) that I have four pens, all of which have the auto scale is not checked.  I have the global range checked and I set the min and max.  The problem I have is the intervals from 100 (min) to 350 (max).  How can I set it so it is every 10 or 15 or 25?  The default for this is 25 when I set the YaxisMajorTickCount to 20.  Since I do not know how to modify the intervals, I played around the tick counts.
document.Chart2.getChartObject().setGlobalMinRange(100);
document.Chart2.getChartObject().setGlobalMaxRange(350);
document.Chart2.getChartObject().setUseGlobalRanges(true);
document.Chart2.getChartObject().setGlobalAutoScale(false);
document.Chart2.getChartObject().setGlobalServerScaling(false);
document.Chart2.getChartObject().setYAxisMajorTickCount(20);

Hi Chip,
I did some experimenting - I figured there must be some underlying mathematical calculation involved that determines the intervals, and since I can't see the actual code behind it, this is what I came up with.
It looks to be a formula like this: 2(range) / desired interval.  So, in your case, the range 100 - 350 yields 250, and say you want the intervals to be by tens.
2(250) / 10 = 500 / 10 = 50.  So if you set the YAxisMajorTickCount to 50, the chart shows intervals by tens.  Intervals of 15 are a bit more challenging, since 500 is not evenly divisible by 15.  So I adjusted the range to 100 - 370 and got the intervals by 15.
Anyrate, maybe this is just crazy talk, but try it and let me know if it works for you
Kind Regards,
Diana Hoppe

Similar Messages

  • Hi!!I want to scale an analogic signal, and I don´t understand very well how interpolated option works in "Scaling and Mapping".

    Can anyone explain to me, the option Interpolated, in the function , "Scaling and Mapping?
    Thank you!!!!!

    When you select Interpolation you then define a table of value pairs; basically the raw data versus actual data.
    For example
    2 5
    4 10
    6 20
    What the VI then does is if the input signal has a value of 3 the Express VI will linearly interpolate between 5 and 10 and will map your value of 3 to 7.5. Again a value of 5 would then be interpolated and mapped to 15.
    Take a look at the attached VI.
    Evan
    National Instruents
    Attachments:
    mapandscale.vi ‏89 KB

  • Documents shift down and to the right when scaled and sent to CUPS server

    This problem has been driving me up a wall, and I hope that you all might have some insight.
    We have a CUPS server setup within our department. This server runs Ubuntu 6.06 and CUPS 1.2.7 with native postscript to a variety of HP printers including Color 4700, 2430, 4250, etc.
    When printing from OS X (10.4.X) Preview to the CUPS server, and the print is a PDF that is larger than letter size, the print is scaled down to the letter paper in the printer, but prins down and to the right. This happens on a variety of printers, and can also happen in Excel if the sheet are larger than Letter. We've tried every combination of paper size, scaling and borders that we could think of. I haven't been able to try this with OS X 10.3.X yet.
    Scaling and printing works fine if run through the built-in OS X CUPS server. Printing also works fine if Adobe Reader is used with the external CUPS server.

    Click and hold. Not right click.

  • Can't find Scaling and Mapping Express VI

    I have just upgraded from 6 to 7.1 and am going through the "Getting Started" booklet. On page 1-9, it says to get the Scaling and Mapping Express VI from Arithmetic and COmparison. I don't see it there. I used Search and couldn't find it either. Am I lookiing in the wrong place? Thanks, Peg

    I downloaded the example "scalemap.vi" and it cannot run because of the lack of subscaling.vi and configure scaling and mapping. It wants to look in scaleandmapblock.llb but that does not seem to exist. I've tried poking around on the Installation CD but I don't really know where to look. I guess I'll try reinstalling 7.1.
    Peg

  • Replacing and retaining scaled and cropped images

    Hi,
    For some reason I can't find how to replace exisisting images that had been tweeked or even images that have not been tweeked in Author. I have several similar images that needs to be scaled and postion in the same area from page to page. I import an image, scale it and cropped it, but once placed I don't know how to replace it with a different image. I tried creating a a template (another problem), but still no go.
    *also, is there a way to create a job without using template? It doesn't seem to allow you it.
    Thanks in advance...AG_779

    You can have a master image on the right hand page in the layout pane,
    and set it to be a media placeholder.(in inspector)
    The image will be same size same spot on each page,
    You can drag an drop to replace the image on each page.
    The problem is, if the new image is a different size (pixels), it will change the size of the place holder frame to match the new image. it will not keep the size of the master image and crop with in that size.
    It is best if you scale and crop each image outside of IBA in Photoshop etc. first,
    then drag and drop on the place hlder for each page.

  • Does SAP test and certify MII against the latest operating system patches?

    Does SAP test and certify MII against the latest operating system patches?

    If by latest OS patches you mean - does SAP retest MII every time MS puts out a new patch or critical update, then the answer would be no (probably not overly surprising).
    This would be more impacted in 11.5 because of IIS and the only-Windows operating system, but with v12.x and the platform/OS combinations supported by NetWeaver, MII is really abstracted from the O/S through NetWeaver so that would be the angle to pursue with regard to re-testing and validation.  I most assuredly cannot speak to the validation process for NetWeaver pertaining to operating system patches and updates, but I would assume OS service pack levels would be dealt with according to release cycles, but it would be very reactive for every patch that comes along for each of the operating systems in the matrix (http://service.sap.com/pam).
    Regards,
    Jeremy

  • Why do scaled and masked captivate swfs respond to clicks outside the mask? Can it be stopped?

    We load Captivate 3 SWFs at runtime into our own course player, with movieclip.loadmovie. Our player is built with AS2 and published to Flash 8. We publish our Captivate movies to the same specs. Our latest challenge requires scaling and masking the Captivate SWF.
    A click outside the masked Captivate still triggers a click as far as Captivate is concerned, and it throws up a “that’s incorrect” message. Specifically, it only happens when you click in a spot that has masked Captivate “behind” it. In other words, if there would be Captivate there if the mask was turned off, Captivate will respond even when the mask is turned on.
    Is there a way to make Captivate ignore mouse clicks outside of the mask? I think it must be responding to Mouse.onMouseDown() since normally a masked object won’t respond to clicks outside the mask.
    I’ve put together a small test file to demonstrate exactly what’s happening, and I’ve posted it here: http://www.tbgprod.com/_experiments/captivatemasktest/captivatemasktest.swf
    I’ve also uploaded the .fla file. It’s ony 50kb and it’s available here: http://www.tbgprod.com/_experiments/captivatemasktest/MaskTest01.fla
    You’ll also need the Captivate .swf file if you want to test locally. Here’s the direct link. Right-click and save target as: http://www.tbgprod.com/_experiments/captivatemasktest/DisplayProperties.swf
    My question is "how do I make Captivate ignore clicks outside the mask?"
    Many thanks,
    Todd S

    Even if anyone just has any knowledge of how Captivate 3 movies actually monitor the mouse, I'd be happy to hear it. In other words, can anyone confirm my hunch? If we knew the internal structure of the Captivate SWF would it be possible to clear and restore some function as the mouse moves inside or outside of the target area? Something like this:
    on mousemove {
         if mouse has crossed boundary to the outside {
              functionBuffer = container.whatever.whatever.function;
              container.whatever.whatever.function = null;
         else if mouse has cross boundary to the inside {
              container.whatever.whatever.function = functionBuffer;
    This would kill Captivate's mouse functions and then bring them back to life, as the mouse exits and re-enters the masked Captivate area. Two questions:
    1. If we knew the necessary whatever.whatever.function information, would this work?
    2. Does anybody know the necessary whatever.whatever.function information?

  • Problems in KAPA - shifts and intervals table

    Hello SAP experts, i have a problem with this table, my problem is that the table isn´t updating my data every time i save, and some capacity IDs arent been considered, how can i know how often is this table been updated ,or is there a problem with this table? because my shifts and intervals in each work station aren´t been updated in the table.

    Hi,
    The follwing tables are used for workcenter capacity:
    CRCA: Workcenter Capacity Allocation
    KAKO: Capacity Header
    KAPA: Shift Parametres for Available Capacity
    KAZY: Intervals of Capacity
    Please check and confirm.

  • Scaling and Mapping Express VI

    Just learning my way around Labview 7 Express and working through the
    first example. On page 1-9 of the Getting Started with Labview manual
    there is a reference to a Scaling and Mapping Express VI, which is
    available from Arith/Compare on the Functions palette.
    My problem is that my Arith/Compare palette doesn't have this as an
    option and I can't seem to find it available under All Functions
    either. My choices in Arith/Compare are Formula, Time Domain,
    Numeric, boolean and Comparison.
    So I'm wondering if I'm the wrong place, or if I can search a library
    of Express VIs which it might be hiding in?

    Found it on both the standard numeric palette and on my express palette (has an icon depicting two yellow cubes):
    Functions -> Numeric -> Scaling and mapping
    Functions->Express->Arithmetic and comparison->Scaling and mapping (the path may vary depending on the palette setup...).
    However if you can't find it try searching for it. Click the search button on top of the functions palette and search for the VI.
    Could be that it only comes with some of the development systems, we've got the full developer suite, if you only have the basic e.g. it might not be included (?).
    MTO

  • CIF ECC Shifts and Intervals to APO

    Hi All,
    I need to maintain shift and interval is ECC work center as a part of u201Cstandard available capacityu201D.
    These shifts and intervals are to be transferred to APO u2013 PPDS for planning. Though in CFC9 I have u201CUse Ext. Capacityu201D enabled, Shifts and Interval are not getting CIFed to APO.
    The only reason I can make is; shifts and intervals defined in ECC are not a part of standard available capacity. (In Interval and Shift Tab of capacity header definition, Stand Avail u2013 is Grey Field)
    Please guide
    Regards,

    Hi,
    What is parameter set in CFC9 for external capacity is it A or X.
    If it is A external capacity indicator will be checked in resource in APO and APO will use shifts from ECC for scheduling inspite of specification in workcenter.
    If it is X you need to check the checkbox external capacity for particular work center by clicking on APO resource button in workcenter.
    Regards,
    Santosh

  • Mac Pro 6,1 STILL having issues with Open CL (4K scaling and SpeedGrade direct link grades)

    I've seen the staff responses to the issues of the new Mac Pro GPU saying that 10.9.4 fixes everything. For me, it has fixed my export issues, so I'm glad. I'm no longer getting lines and artifacts on my renders.
    That's great.
    However, I'm still having several issues, and they seem to be linked to Adobe and Open CL.
    Here's a video that shows what's going on:
    mac pro issues july 7 - YouTube
    Issue #1
    Like most of you probably, I'm doing 1080p exports of most things I'm working on. The first project shows a 1080p timeline with a mix of 4k, 5k, and 720p footage. Because zooming in so much on a 720p file in a 4k timeline looks so crappy, I'm doing 1080p timelines and scaling everything to the size it needs to be. I started in a 4k timeline then switched to 1080p because the 720p footage looked so terrible. However, in the 4k timeline, I didn't have any of the issues I'm showing in this first part of the video.
    When I switched to the 1080p timeline, I discovered a weird quirk: When I resize the 4k (or 5k) footage to the size it needs to be (which varies based on the frame I want), it goes back to the 100% view when I'm scrubbing through it. When I pause, the size of the video goes back to the way I set it. I show this in the video. Then I show what was my working solution for the time being: "scale to frame size", which brings all the videos to the size of the sequence frame size and works fine. Later, I turn off OpenCL in premiere and when I scrub through the video, it doesn't zoom back in or only stay at the size I set when stopped. For some reason all of these issues only happen at 50% scale or smaller. It doesn't happen at, say, 60%.
    I've tested this with raw R3D files and other 4K (or 5K) clips (even clips exported from After Effects) and the same thing happens. It doesn't seem to happen with 2.5k footage or 1080p footage.
    Issue #2
    This is the second project you'll see in the video.
    After grading in speedgrade (through direct link) I open my project back up in premiere and start playing it back. The video plays back with delays and frame drops. Now normally, this would be expected. But this is 1080p pro res footage, and this is just an effect added, and the yellow bar appears indicating that open CL should be accelerating the playback and it should do so smoothly.
    Maybe I was just wrong in assuming that a simple grade from speedgrade would be able to playback smoothly. I turn off the grade, and it plays normally.
    But then, when I turn off open cl and leave the grade on, the video plays back without ANY issues.
    So to me, it seems I'm still having issues with Open CL and adobe. I've found fixes that make it work temporarily, I don't need that kind of answer. However, I would like this to work. Is there something I'm doing wrong? Something I need to do to get this to work?
    Here are my specs:
    Mac Pro 6,1 (Late 2013)
    3 GHz 8-Core Intel Xeon E5
    64 GB 1867 MHz DDR3 ECC
    AMD FirePro D700 6144 MB (x2)
    OSX 10.9.4
    Firmware: 2.20f18
    What you're seeing is latest version of Premiere (CC 2014, v8.0.0 [169] Build)
    Everything here is ProRes 422, running from a Promise Pegasus2 R4 RAID (drives: 4x Seagate Desktop HDD 4 TB SATA 6Gb/s NCQ 64MB Cache 3.5-Inch Internal Bare Drive ST4000DM000) (that's thunderbolt 2).
    I've done everything: I've restarted my computer hundreds of times, I've reset NVRAM and PRAM and done power cycles.
    This isn't just some issue that started with 10.9.3 of OSX, the 4k issues happened when I first switched to a 1080p sequence back in February (2014) or so, which means it was an issue even with 10.9.2 and the previous firmware release.
    I've reported this issue to adobe.

    That crash appears to be casued by the Facebook plug-in.
    Create a new account (systempreferences -> accounts or Users & Groups on 10.7 and 10.8), make a new Library in that account, import some shots  and see if the problem is repeated there. If it is, then a re-install of the app might be indicated. If it's not, then it's likely the app is okay and the problem is something in the main account.

  • Bugs in scaling and alignment in Illustrator CS5

    Hi
    Am experiencing weird problems with Illustrator cs5 on osx 10.6.8:
    Scaling - for some reason the image get distorted after scaling. see example:
    Each time I scale it'll do it differently. this time it made the right side thicker.
    Any idea why is that?
    Alignment - the bounding box has offset and when aligning it doesn't align the objects right:
    Any idea what I need to do to fix this?

    Select a new document profile that has it turned off or create your own new document profile.

  • Scaling and Image using ActionScript 3.0

    Hello, I need some help from the experts out here. I have created a thumbnail gallery and am using an external ActionScript 3.0 document to try and scale each of the thumbnails as I rollover them. There are 23 thumbnails. Rather than define all the variables and functions for all 23, is there a way I can create some sort of array so that each thumbnail will be scaled by the instance name defined in the variable array and same for the functions. The code below works for one image I have created. As you can see the idea is to hover over the image, it scales up, then you click on it and are taken to some other content stored locally or externally on a web server. Thanks in advance.
    package {
    import flash.display.Sprite;
    import flash.display.MovieClip;
    import flash.display.StageScaleMode;
    import flash.events.Event;
    import flash.events.MouseEvent;
    import com.greensock.*;
    import com.greensock.easing.*;
    import flash.net.URLRequest;
    import flash.net.URLVariables;
    import flash.net.navigateToURL;
    public class imageContainer extends MovieClip {
    private var tween1:TweenLite;
    private var tween2:TweenLite;
    private var aigContent:URLRequest = new URLRequest("http://robertreich.blogspot.com/2009/03/obamas-first-priority.html");
    public function imageContainer() {
    aig.addEventListener(MouseEvent.ROLL_OVER, scaleIt1);
    aig.addEventListener(MouseEvent.ROLL_OUT, scaleIt2);
    aig.addEventListener(MouseEvent.CLICK, clickIt);
    private function scaleIt1(event:MouseEvent):void{
    tween1 = new TweenLite(aig, 1, {scaleX:1.5, scaleY:1.5});
    private function scaleIt2(event:MouseEvent):void{
    tween2 = new TweenLite(aig, 1, {scaleX:1, scaleY:1});
    private function clickIt(event:MouseEvent):void{
    navigateToURL(aigContent);

    danialj wrote:
    Hello, I need some help from the experts out here. I have created a thumbnail gallery and am using an external ActionScript 3.0 document to try and scale each of the thumbnails as I rollover them. There are 23 thumbnails. Rather than define all the variables and functions for all 23, is there a way I can create some sort of array so that each thumbnail will be scaled by the instance name defined in the variable array and same for the functions. The code below works for one image I have created. As you can see the idea is to hover over the image, it scales up, then you click on it and are taken to some other content stored locally or externally on a web server. Thanks in advance.
    package {
    import flash.display.Sprite;
    import flash.display.MovieClip;
    import flash.display.StageScaleMode;
    import flash.events.Event;
    import flash.events.MouseEvent;
    import com.greensock.*;
    import com.greensock.easing.*;
    import flash.net.URLRequest;
    import flash.net.URLVariables;
    import flash.net.navigateToURL;
    public class imageContainer extends MovieClip {
    private var tween1:TweenLite;
    private var tween2:TweenLite;
    private var aigContent:URLRequest = new URLRequest("http://robertreich.blogspot.com/2009/03/obamas-first-priority.html");
    public function imageContainer() {
    aig.contentVar = "aigurl"; // use the correct url
    aig.addEventListener(MouseEvent.ROLL_OVER, scaleIt1);
    aig.addEventListener(MouseEvent.ROLL_OUT, scaleIt2);
    aig.addEventListener(MouseEvent.CLICK, clickIt);
    private function scaleIt1(event:MouseEvent):void{
    tween1 = new TweenLite(event.currentTarget, 1, {scaleX:1.5, scaleY:1.5});
    private function scaleIt2(event:MouseEvent):void{
    tween2 = new TweenLite(event.currentTarget, 1, {scaleX:1, scaleY:1});
    private function clickIt(event:MouseEvent):void{
    navigateToURL(event.currentTarget.contentVar);

  • Bex Queries: scaling and formula problems

    Hi,
    I have two questions / problems:
    1. I am currently building a query on 0PCA_C01 cube and I would like to perform a scaling of 1000 (e.g. 1000 u20AC become 1 u20AC). This works fine for my actual column (scaling is performed her), but not for my budget column (same like actual however different 0vtype) and my deviation absolute column (actual - budget). Any idea why this doesn't work ?
    2. I have also a column deviation % which is a formular deviation absolute / budget. In the query I have defined following formular: deviation absolute / nodim ( budget). The result though, is wrong. When i try the formular with normal excel formular based on the appropriate cells, the result is correct. Any suggestions what is wrong here ?
    Thank you !!!
    Regards,
    Max

    Hi Tom ,
       You can check the following SAP notes for  this issue :-
    1. 1484847 - "Error #2032" while trying to import BEx query through SAP Netweaver BW connection in Xcelsius
    2. 1390703 - Error #2032 in Xcelsius when attempting to import an SAP query with 2-way SSL connection .
    Regards,
    Lokesh

  • Guides, cropping, scaling and accurate video placement

    I'm disappointed with the apparent lack of tools to accurately place videos (pip) within a 1080p (or otherwise) sequence.
    I have a 1080p sequence, and four 720p videos that I want to crop and then scale and position to fit each quadrant of the final video - each PiP would be exactly 960x540 pixels.
    The crop effect is ok, but doesn't show you "pixel" units, only %. The Motion effect does show pixels but positions everything relative to the centre of the original video (after scaling)
    I would have expected the crop effect to change the bounding box of the video and maybe the ability to precisely define the size in pixels and zoom in percentage but no....
    Not that this matters of course because there are no "rulers" / "guides" or otherwise to snap to anyway so positioning would still be a pain.
    According to similar posts on the forum you can make "image based transparent guides" but these don't offer the ability to snap videos in place either and I like being precise - dragging stuff around on the screen by eye doesn't fill me with warm fuzzy feelings.
    I've worked around this issue using basic maths (essentially since I'm cropping to 1/2 the original videos dimensions I set the scale to 150% and just calculate the positional offsets using 1920*(0.5-%crop) and 1080*(0.5-%crop) and then adding multiples of 1920/2 and 1080/2 to define which quadrant I want the video in.
    Surely there must be a better way, rather than resorting to pen and paper?

    Then the track matte would come in.
    With a matte you can pick out any section of the frame.
    nest it.
    Set anchor point exactly on the top left corner of the visibel frame.
    Now you can positon the pip like in post 5.

Maybe you are looking for