if (qs==0) then
     if(a>a1) then
      jump=18
      SetData(jump"Local HMI",rw,200,1)//跳轉窗口 
     
     else if (a==a1)then
       if (b>b1 ) then
            jump=18
            SetData(jump"Local HMI",rw,200,1)//跳轉窗口 
          
     else if(b==b1) then
         if(c>=c1)then
             jump=18
             SetData(jump"Local HMI",rw,200,1)//跳轉窗口 
         end if
       end if
     end if
  end if