 
 

  '每6秒循環一次
if @w_hsw1001 = 0 then  '沒有驗證過密碼
  @w_hsw1000 = @w_hsw1000+1
 if @w_hsw1000 > 30 then   '時間設定  
  '@wb_2:m512 = 0
  '@wb_2:m513 = 0
  @w_hdw200 = 8    '跳轉到畫面8
  '@w_hsw1000 = 0
  if @w_hsw201 = 12345 then  '密碼設定
   @b_m512 = 1
   @w_hsw1001 = 1
   @w_hdw200 = 0  '跳轉到畫面0
  else
   @b_m513 = 1
   @w_hsw1001 = 0
  endif
 endif
endif
 誰能給我解釋一下這段的意思,最好能詳細說明 謝謝大家