Generate new channel numbers

Hello,
I move channels on ListTab in the DataPortal and then Generates New Channel Numbers (with rightclick menu).
How do I get the new channel order on the StructureTab in the DataPortal?
I'm by the way using DIAdem 10...

The channel numbers in the structure view have nothing to do with
the chanel numbers in the list view.
The purpose of the list view is to communicate a flat list with
information where the channels are stored.
The purpose of the structure view is to show the hierarchy
root -> groups -> channels
The position within a group is independent from the storage
position of the channel.
On the other hand, channels can be moved in the structure view,
even from one group to another group, without affecting the
order in the list view.

Similar Messages

  • Generate multiple random numbers?

    Hi,
    I'm trying to generate random numbers using Math.random()* n;
    but I want the random numbers to reset to something different after
    a particular event is called. Instead, I've noticed the numbers
    either buzz away randomly in every frame (when placed inside
    onEnterFrame), or it picks random numbers once, and then uses those
    same values over and over (when placed outside the onEnterFrame).
    How do i get actionscript to generate new random numbers
    after each myMC.onPress = function(), or alternatively, after a
    score changes (like some kind of watch feature?)

    ok, i've got a half working version;
    function ranbot(x) {
    return Math.ceil(Math.random()* x) + "/" +
    Math.ceil(Math.random()* x);
    trace(ranbot(60));
    but is it possible to set up the function so the numerator is
    equal to or less than the denominator? Also, if the numerator is
    set to never exceed the denominator, then a large percentage -
    something like 25-50% of the output fractions would equal "1", like
    55/55, 23/23, 7/7, 28/28, and so on.
    I did something like this when using variables;
    var randombot2:Number = Math.ceil(Math.random()* 99);
    var randomtop2:Number = Math.min(randombot2 -
    Math.floor(Math.random()* randombot2* 0.5),
    Math.ceil(Math.random()* 99));
    - but I do not understand how this works in function
    terminology.

  • Procedure to generate new numbers using BRFplus

    Hi Experts,
    I need your suggestions  regarding my proposed solution to a requirement.
    The requirement is as following..I have to read the current number from a number range and by following certain rules generate new number..For e,g, if current number is 141 then next numbers would be 142,143....149.After 149 instead of 150 , the number should be 14A,14B....14Z and then 150.Also , we are not supposed to use alphabets like Q , O ,I (for e.g.14Q , 14O , 14I are prohibited)
    Now my proposal is to use a procedure call expression and then call a static method which incorporates the logic. Is this ok?
    I checked the other expressions but  couldn't find one which supports offset and replace operations. Could you guys please provide your valuable suggestions. Can I achieve this using any other expression?
    Regards,
    Raghu.

    It depends on the release and SP-level .
    You cannot do it with NW 701 but NW 702 should be fine. Any formula functions for stirng operations you need that is not (yet) available in the standard can easily be added. However, from a recent customer visit I took some homework back to Germany. The homework consists of a list of about 10 new formula functions for string operations such as replace, find, count occurencies, ... that we will add to the BRFplus standard with a note.
    BR,
    Carsten

  • Generate a point numbering sequnce like 1.1, 1.2

    I need to write a program that defines a range of numbers like 1 to 5 and then generates a point numbering scheme like 1.1, 1.2. At a later stage I should also be able to have a scheme that goes deeper like 1.1.1, 1.1.2.
    This is the code I'm using for the regular number sequence:
    public class NumbersSequence{
        public int start;
        public int end;
        /** Creates a new instance of NumbersSequence */
        public NumbersSequence() {
         public void setRange(int s, int e){
            this.start=s;
            this.end=e;
        public int getEnd(){
            return this.end;
        public intgetStart(){
            return this.start;
        public static void main(String [] args){
            numbererObj=new NumbersSequence();
            numbererObj.setRange(1,25);
            int startRange=numbererObj.getStart();
            int endRange=numbererObj.getEnd();
            System.out.println("Start range: " + startRange + " End Range: " + endRange);
            ArrayList list=new ArrayList();
            for(int i=startRange;i<=endRange;i++){
                list.add(i);
            //start a sequence of numbers based upon the range
           System.out.println("Starting Numbering Scheme");
           ListIterator listIterator= list.listIterator();
            while(listIterator.hasNext()){
                Object nextItem=listIterator.next();
               System.out.println(nextItem);
    }Generating a simple sequence of numbers based on a range is pretty simple using a loop and two methods that set the range and get the range, I'm just not sure how to start with this one.
    I appreciate any help I can get with this.

    Below is how it has to be done roughly... You have to go with as others have said..
      public static void main(String [] args){
              NumbersSequence numbererObj=new NumbersSequence();
              numbererObj.setRange(1,25);
              int startRange=numbererObj.getStart();
              int endRange=numbererObj.getEnd();
              System.out.println("Start range: " + startRange + " End Range: " + endRange);
              ArrayList list=new ArrayList();
              int count=-1;
              for(int i=startRange;i<=endRange;i++){
                   count++;
                   list.add(count,String.valueOf(i));
                   for(int  j=startRange;j<=endRange;j++){
                        count++;
                        list.add(count,String.valueOf(i)+"."+String.valueOf(j));
                             for(int  k=startRange;k<=endRange;k++){
                             count++;
                             list.add(count,String.valueOf(i)+"."+String.valueOf(j)+"."+String.valueOf(k));
              }Edited by: AnishThomas on Mar 18, 2008 2:11 PM

  • Search has incorrect channel numbers

    We were just upgraded to the new channel lineup today (Southeastern PA). When I do a search, I notice the channels, particularly for HD still show the old channel numbers. Do you know how I can update to get the new HD channel numberss for the shows search on in the search? I have tried resetting the box by unplugging, waiting, and plugging back in.
    Thanks,
    Jim
    Message Edited by jimhpa on 09-11-2008 02:15 PM

    Just to add a few notes to the previous post you mentioned that your clients drop when you associate to 'those'devices. Does this suggest that you have other AP's as well?
    It almost sounds like you are roaming between subnets.
    I hate to ask, but you do have all your AP's on the same subnet, right?
    I apologize in advance but given what I have seen over the years, that unfortunately, is a legitimate question.
    When you did the site survey to determine where the AP's would go, what antennas you would use, and what power and channel settings would be, what was the threshold for the datarate? I got popped once because I wasn't aware that older Symbol scanners transmit Data at 1 and 2 Mbps. I was locking the AP at 11Mbps to control my cell sizes.
    That became quite apparent rather quickly. Multipath is another issue you need to consider as well.
    I would consider a walkthrough with some Airmagnet to see if you are having any of these issues and possibly schedule a re-survey using same vendor gear.

  • Generate the random numbers

    How Do I Generate Random Numbers in iWorks
    Excel has the "F9" key to generate random numbers numbers don't
    please see below what i'm trying to do
    I open up a blank Excel worksheet, and type the number "1" into cell A1. Type the number "2" into cell A2. Then type the number "3" into cell A3. Type the number "4" into cell A4, and then type the number "5" into cell A5.
    2
    Type the word "PB" into cell A6.
    3
    Enter the function "=RANDBETWEEN(1,59)" into cell B1.
    4
    Enter an exact copy of this function "=RANDBETWEEN(1,59)" into cells B2, B3, B4, and B5.
    5
    Enter the function "=RANDBETWEEN(1,39)" into cell B6.
    6
    Hit the "F9" key to generate the random numbers simulating game.
    But in numbers how do i do this?
    Thanks!
    Alex...

    firstly your not asking about generating random numbers, your asking how do you make a workbook recalculate new random numbers. From M$'s website:
    F9
    Calculates all worksheets in all open workbooks
    It does not produce random numbers the equations should produce random numbers as soon as you enter them in. If they dont then you have automatic reclaculations turned off and F9 is forcing a recalc.
    In numbers there is not shortcut to forcing the workbook to recalculate other than enter data into a cell. So if you made a new table and then enter data. For every data point you enter you should see new data apear.
    Was just validating the method for forcing and its not working on my ipad. I will mark this conversation and if i find it i will respond again.
    Jason
    Message was edited by: jaxjason

  • Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount 28

    Post Author: tadj188#
    CA Forum: Formula
    Needed: Sum of LineCount Including Groups and Detail Data On Each Page Used To Generate New Page If TotalPageLineCount > 28
    Background:
    1) Report SQL is created with unions to have detail lines continue on a page, until it reaches page footer or report footer, rather than using  subreports.    A subreport report is now essentially a group1a, group1b, etc. (containing column headers and other data within the the report    with their respective detail lines).  I had multiple subreports and each subreport became one union.
    Created and tested, already:
    1) I have calculated @TotalLineForEachOfTheSameGroup, now I need to sum of the individual same group totals to get the total line count on a page.
    Issue:
    1) I need this to create break on a certain line before, it dribbles in to a pre-printed area.
    Other Ideas Appreciated:
    1) Groups/detail lines break inconveniently(dribble) into the pre-printed area, looking for alternatives for above situation.
    Thank you.
    Tadj

    export all image of each page try like this
    var myDoc = app.activeDocument;
    var myFolder = myDoc.filePath;
    var myImage = myDoc.allGraphics;
    for (var i=0; myImage.length>i; i++){
        app.select(myImage[i]);
        var MyImageNmae  = myImage[i].itemLink.name;
        app.jpegExportPreferences.jpegQuality = JPEGOptionsQuality.high;
        app.jpegExportPreferences.exportResolution = 300;
           app.selection[0].exportFile(ExportFormat.JPG, File(myFolder+"/"+MyImageNmae+".JPEG"), false);
        alert(myImage[i].itemLink.name)

  • New channel guide push wiped our dvr and pause / rewind of live tv doesn't work anymore

    The new channel guide, which I am not fond of, we found out the day it appeared had wiped out all of our recorded programs, all of our recording schedules and the pause / rewind does not work on our dvr anymore.  This would normally be ok waiting for a representative to contact us but having an autistic child at home and having to try and explain why all of the programming we allow him to watch has been wiped has caused a serious problem in our house.  If we could have had warning that this was going to happen or even be a possibility we could have tried and done something to work with the situation.  Now we are left with a situation where all we are doing is trying to calm our son down.  Not fun...

    We determined what the problem is.  When the channel guide was pushed down, we were remodeling our master bedroom and had the receiver unplugged and unhooked from the wall.  Our dvr was acting like a receiver with no hard drive.  I plugged the bedroom receiver back in and rebooted the dvr.  The dvr is acting as it should.  Why would a push reprogram a dvr to act like a diskless receiver?

  • Premiere project opened - closed sequences and generating new peak files

    Hey guys,
    I'm working on a big project, which resides on our Drobo. I have been sorting clips and working in sequences for the last couple days now. All media was loaded fine, and peak files were generated.
    When I went to open the project this morning, all of the sequences I had been working on (accept for one) had been closed, instead of opening up like how I left them. Further, Premiere is now generating new audio peak files for the project, which is taking forever. Finally, it took 25 minutes to load all of the clips (about 800 or so). They finally finished loading, but I can't start working until the peak files are finished. All in all, i've been at work for 1 hour and still can't work.
    Basically, why didn't Premiere open the project as I left it last night? Closed sequences, slow load time, generating new peak files?
    I'm working with footage from RED, Sony FS700, GH4, and GoPro.
    My system:
    Creative Cloud
    Premiere Pro  8.0.1
    Windows 7 (64 bit)
    Intel 3770k
    Quadro k4000
    16 gb ram
    256 gb SSD (System)
    256 gb SSD (Render files)
    5.39 TB Drobo via USB 3.0
    Thanks,
    Dan

    >Drobo via USB 3.0
    Did you by any chance unplug/replug your USB drive?
    Have you gone into Windows and "locked" the drive letter?

  • Regarding passport registration issues, I need to have a letter from you including both the old and new imei numbers. Could you please send me an email mentioning that I have changed the phones with the given imei numbers?

    Regarding passport registration issues, I need to have a letter from you including both the old and new imei numbers. Could you please send me an email mentioning that I have changed the phones with the given imei numbers?

    You're not addressing Apple here. This is a user-to-user technical support forum. If you want to contact Apple, use the Contact Us link at the bottom right of every page for information on how to do so.
    Best of luck.

  • Hi, i'm new using numbers, and when I try to open a excel file don't let me do it, instead appears a box whit a error and close app,  any help?

    Hi, i'm new using numbers, and when I try to open a excel file don't let me do it, instead appears a box whit a error and close app,  any help?

    What does the error say?
    A couple of thoughts: the file is corrupted or is password-protected. Corruption is more likely to cause Numbers to crash & Numbers cannot open password-protected Excel files. Try using one of the free Office clones & see what happens.

  • Not able to run a program to extract news from news channel websites.

    Let me start with stating the fact that I am a super greenhorn, so please be ultra elaborate with the answers .
    This is my code, I copied it from Mr. Alvin Alexander (http://alvinalexander.com/java/edu/pj/pj010011?). I am trying to use it to extract news from news channel websites.
    I used the following URLs:
    1.http://in.reuters.com/
    2.http://timesofindia.indiatimes.com/
    3.http://www.hindustantimes.com/
    // JavaGetUrl.java: //
    // A Java program that demonstrates a procedure that can be //
    // used to download the contents of a specified URL. //
    // Code created by Developer's Daily //
    //  http://www.DevDaily.com  //
    import java.io.*;
    import java.net.*;
    public class JavaGetUrl {
      public static void main (String[] args) {
      // Step 1: Start creating a few objects we'll need.
      URL u;
      InputStream is = null;
      DataInputStream dis;
      String s;
      try {
      // Step 2: Create the URL. //
      // Note: Put your real URL here, or better yet, read it as a //
      // command-line arg, or read it from a file. //
      u = new URL("http://200.210.220.1:8080/index.html");
      // Step 3: Open an input stream from the url. //
      is = u.openStream(); // throws an IOException
      // Step 4: //
      // Convert the InputStream to a buffered DataInputStream. //
      // Buffering the stream makes the reading faster; the //
      // readLine() method of the DataInputStream makes the reading //
      // easier. //
      dis = new DataInputStream(new BufferedInputStream(is));
      // Step 5: //
      // Now just read each record of the input stream, and print //
      // it out. Note that it's assumed that this problem is run //
      // from a command-line, not from an application or applet. //
      while ((s = dis.readLine()) != null) {
      System.out.println(s);
      } catch (MalformedURLException mue) {
      System.out.println("Ouch - a MalformedURLException happened.");
      mue.printStackTrace();
      System.exit(1);
      } catch (IOException ioe) {
      System.out.println("Oops- an IOException happened.");
      ioe.printStackTrace();
      System.exit(1);
      } finally {
      // Step 6: Close the InputStream //
      try {
      is.close();
      } catch (IOException ioe) {
      // just going to ignore this one
      } // end of 'finally' clause
      } // end of main
    } // end of class definition
    This is the error i am getting, every time I run it on Eclipse:
    Oops- an IOException happened.
    java.net.ConnectException: Connection refused: connect
    at java.net.DualStackPlainSocketImpl.connect0(Native Method)
      at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
      at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
      at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
      at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
      at java.net.PlainSocketImpl.connect(Unknown Source)
      at java.net.SocksSocketImpl.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at java.net.Socket.connect(Unknown Source)
      at sun.net.NetworkClient.doConnect(Unknown Source)
      at sun.net.www.http.HttpClient.openServer(Unknown Source)
      at sun.net.www.http.HttpClient.openServer(Unknown Source)
      at sun.net.www.http.HttpClient.<init>(Unknown Source)
      at sun.net.www.http.HttpClient.New(Unknown Source)
      at sun.net.www.http.HttpClient.New(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
      at java.net.URL.openStream(Unknown Source)
      at JavaGetUrl.main(JavaGetUrl.java:33)
    Also, when I try a local server URL, the output screen goes blank, which I guess is due to lack of Text on the local URL. So, the little research that I did, made me believe that the code not running on external server was due to firewall on the server side. Please help me run it. Also : I work on a proxy network.( if that has something to do with this).
    P.S : Advanced gratitude for any assistance.

    any decently secured server would reject such a blatant attempt to steal its content.

  • How to generate new perner number using Abap Code in pa0002. what is the fu

    how to generate new perner number using Abap Code in pa0002. what is the function Module used.

    hi
    define internal number ranges for ur implementation then when u run PA 40  do not input any employee number , system will generate the employee number automatically.
    Regards
    sameer

  • How can I add a new channel in CWAI control in Borland C++ Builder 5.0

    I'm using Borland C++ Builder 5.0 and CWAI control of ComponentWorks to get the analog signal from DAQ card.
    I want to delete or add a new channel object in CWAI control when the program is running.
    So I did:
    CWAI1->Channels->RemoveAll(); <--It seems to work fine
    CWAI1->Channels->Add((wchar_t*)0,upperlimit,lowerlimit,InputMode,Coupling);
    But,It does not work in second line. I can't understand what is wrong.
    Please answer me this question.

    I'm using Borland C++ Builder 5.0 and CWAI control of ComponentWorks to get the analog signal from DAQ card.
    I want to delete or add a new channel object in CWAI control when the program is running.
    So I did:
    CWAI1->Channels->RemoveAll(); <--It seems to work fine
    CWAI1->Channels->Add((wchar_t*)0,upperlimit,lowerlimit,InputMode,Coupling);
    But,It does not work in second line. I can't understand what is wrong.
    Please answer me this question.

  • HT202879 I would like to have a spreadsheet editing software for my new Template Numbers Pro but my operating system is 10.7.  Are there other editing software programs (less the 10.9) that can work with this app?

    Hi,
    I am looking for some editing software for my new Template Numbers Pro.  Numbers is 10.9, my computer is only 10.7.  What do you suggest?
    Thanks,
    Billieoh

    Billieoh wrote:
    That is good to know.  Frankly I don't know what kind of machine I have.  I have a Mac OSX Lion 10.7.3 early 2008.
    If it's the "Templates for Numbers Pro" on the Mac App Store then you need OSX 10.7 or later.  You'll need iWork '09 or later.
    It looks as if you want to use the iOS version of the same templates then you will need the latest Numbers there.  And if you use the latest Numbers there and want to sync to the Mac, you'll need to have Mavericks and Numbers 3.
    SG

Maybe you are looking for