C ***** This is the Include file which holds ***** C ***** holds all symbols that are used in ***** C ***** more than one program module. ***** C ***** WaveForm Rev. 15-OCT-1991 ***** C ***************************************** C Define all Variables and Arrays C ***************************************** C ***** Symbols for for the control of the Waveform Program ***** LOGICAL*1 Full_Display COMMON /Flow_Control_1st/Full_Display C ***** Symbols for reading the Timing Specification File ***** CHARACTER*96 Time_Spec_Filename CHARACTER*1 ThisLine(350) CHARACTER*1 OrigThisLine(350) INTEGER*2 IOSTATUS, ChrPt, NumChr INTEGER*2 OrigChrPt, OrigNumChr COMMON /Time_Spec_File_1st/Time_Spec_Filename COMMON /Time_Spec_File_2nd/ThisLine,OrigThisLine COMMON /Time_Spec_File_3rd/IOSTATUS,ChrPt,NumChr COMMON /Time_Spec_File_4th/OrigChrPt,OrigNumChr C ***** Symbols for building the waveform binary data ***** INTEGER*2 Pulse_Array(1:8,0:2500) COMMON /Up_Down_At_1st/Pulse_Array