+ Reply to Thread
Results 1 to 6 of 6

Thread: DELAY command

  1. #1
    Full Member
    Using
    not specified
    Join Date
    Jun 2003
    Location
    Planet Earth
    Posts
    25

    Default DELAY command

    Registered forum members do not see this ad.

    I write a lot of my own macro's and I just found out about a command called DELAY and I tried it out and it does exactly what it says it does, but what is it good for/when would you be able to use it? The only thing you can do while its DELAYing is zoom around but its slowed down extremely due to the command. I tried reading up on it through help, as well as my ACAD book, but both leave out why you would need it. Thanks,

  2. #2
    Flores
    Guest

    Default

    You would use it in a script file to delay the time that slides are shown on the screen. After using "mslide", you can use "vslide" to look at a single slide, but if you have a series of slides for presentation or whatever, you write a script. In "delay" script time, 1000 is equal to 1 second, so if you set the delay for 4000, then it should display the slide for 4 seconds.

    Quick review:
    Use the "mslide" command, and save your view as "Top".
    Save another slide called "front".
    Save another slide called "left".

    Copy this script, and save it as "Slideshow.scr"
    Code:
    VSLIDE top
    DELAY 1000
    VSLIDE front
    DELAY 2000
    VSLIDE left
    DELAY 3000
    RSCRIPT
    Enter "script" at the command line, and watch it work.
    Enter different delay times, or put ";" (semicolon) in front of each line that starts with delay, and see how quick it displays the slides, then you will see the need for Delay.
    Flores

  3. #3
    Full Member
    Using
    not specified
    Join Date
    Jun 2003
    Location
    Planet Earth
    Posts
    25

    Default Thanks,

    Hey thanks, that's a pretty interesting presentation tool. Thanks again.

  4. #4
    Administrator CADTutor's Avatar
    Computer Details
    CADTutor's Computer Details
    Operating System:
    Windows 7 Home Premium 64bit
    Motherboard:
    Asus P7P55D-E PRO
    CPU:
    Intel Core i7-860
    RAM:
    4GB PC3-12800 C8 Corsair Dominator
    Graphics:
    NVIDIA Quadro FX 1800 768 MB
    Primary Storage:
    Intel X25-M SSD 160GB
    Secondary Storage:
    Samsung Spinpoint 320GB
    Monitor:
    BenQ FP241W 24" Wide
    Discipline
    Education
    CADTutor's Discipline Details
    Occupation
    Senior Lecturer (Digital Design), Landscape Architect & Web Designer
    Discipline
    Education
    Using
    AutoCAD 2014
    Join Date
    Aug 2002
    Location
    Hampshire, UK
    Posts
    3,606

    Default

    See here for more information on using script files as a presentation tool using the DELAY command: http://www.cadtutor.net/acad/acadr14...t.html#Scripts
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.
    AutoCAD Tutorials | How to add images to your posts | How to register successfully | Forum FAQ

  5. #5
    Flores
    Guest

    Default

    Cadtutor,
    I went to the link you provided, and it said:
    Create a slide file from the shaded view using the MSLIDE command.
    . I am using ACAD 2K, and the mslide doesn't stay shaded when running the script, it looks 2D wireframe. I used the different "shadedge" variables, and even the different "shademode" options in 2k, but still no luck, the slides still look 2d wireframe. I noticed the hyperlink to that tutorial had "acadr14" in it. Does shading slides not work in 2k, or do you do it differently in 2k?

    Flores

  6. #6
    Administrator CADTutor's Avatar
    Computer Details
    CADTutor's Computer Details
    Operating System:
    Windows 7 Home Premium 64bit
    Motherboard:
    Asus P7P55D-E PRO
    CPU:
    Intel Core i7-860
    RAM:
    4GB PC3-12800 C8 Corsair Dominator
    Graphics:
    NVIDIA Quadro FX 1800 768 MB
    Primary Storage:
    Intel X25-M SSD 160GB
    Secondary Storage:
    Samsung Spinpoint 320GB
    Monitor:
    BenQ FP241W 24" Wide
    Discipline
    Education
    CADTutor's Discipline Details
    Occupation
    Senior Lecturer (Digital Design), Landscape Architect & Web Designer
    Discipline
    Education
    Using
    AutoCAD 2014
    Join Date
    Aug 2002
    Location
    Hampshire, UK
    Posts
    3,606

    Default

    Registered forum members do not see this ad.

    I think you must be right, I must admit I haven't checked. It used to work in R14, hence the tutorial but the whole SHADE thing was changed in 2000 and since that time I've been using PowerPoint for my presentations anyway.
    Tip: Please do not PM or email me with CAD questions - use the forums, you'll get an answer sooner.
    AutoCAD Tutorials | How to add images to your posts | How to register successfully | Forum FAQ

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts