Announcement

Collapse
No announcement yet.

Burn In Test script question

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Burn In Test script question

    hello all,

    i'm new to writing a script file for the BIT application.
    i am using BIT v6.0

    am I able to write in my script.bits file which specific test(s) to run simultaneously without a .bitcfg to refer to?

    i also want to set each duty cycle to 100 of the chosen test I want to be runned.


    _______________________
    SETTECHNICIAN
    SETSERIAL
    SETCUSTOMER
    SETMACHINETYPE

    work just fine.
    _______________________
    i know that:
    RUN CD
    RUN CPU
    RUN DISK

    run each test individually

    and:

    RUN CONFIG

    runs all the tests simultaneously?

    my .bitcfg only contains changed preferences from the "preferences tab" not from test cycles, etc.

    i want to be able to set the " test cycle, duration, duty cycle " through the script file. is it possible?

  • #2
    i want to be able to set the " test cycle, duration, duty cycle " through the script file. is it possible?
    At least in V7 this is possible. I think these commands were also in the older V6 release, but can't remember exactly.

    See the help file and the following script commands,
    SETCYCLES
    SETDURATION
    SETDUTYCYCLE

    Help file
    http://www.passmark.com/ftp/BIT_Users_Guide_Ed7_0.pdf

    Comment


    • #3
      Thanks for replying, David.

      how do i run selected tests simultaneously only?

      ie. i want only CPU, DISK, CD, VIDEO, 2D, RAM, SOUND to run only? all at the same time, without using a " LOAD XXXXXX.bitcfg " ?

      Comment

      Working...
      X