//======================================================================== //ISODAT NT SCRIPT LANGUAGE (ISL) : Simple Script //======================================================================== // // History list // // Author Date Reason changes // --------------------------------------------------------------------------------------------------------------------- // // // // //------------------------------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------------------------------- //place your includes here //------------------------------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------------------------------- //------------------------------------------------------------------------------------------------------------------------ //this is the main point entry - this function is essential //------------------------------------------------------------------------------------------------------------------------- function NoDilNow() { number myState = 0; call SwitchSampleSplit (myState); call SwitchSampleDiluter ("ConFlo IV Interface/SampDil 1", myState); call SwitchSampleDiluter ("ConFlo IV Interface/SampDil 2", myState); call SwitchSampleDiluter ("ConFlo IV Interface/SampDil 3", myState); } //--------------------------------------------------------------------------------------------------------------------------