圖片:
圖片:
已解決
組態(tài)王顯示星期幾的方法
在數(shù)據(jù)庫(kù),數(shù)據(jù)字典里新建2個(gè)變量:
week變量,類型,內(nèi)存字符串型,狀態(tài)里面全打上勾;
w變量,類型,內(nèi)存實(shí)型,最大值選擇7,最小值選擇1,變化靈敏度1,初始值今天星期幾就寫(xiě)幾。
狀態(tài)里面全打上勾。
在命令語(yǔ)言選應(yīng)用程序命令語(yǔ)言,雙擊進(jìn)入對(duì)話框,彈出應(yīng)用程序命令語(yǔ)言,選運(yùn)行時(shí),輸入以下函數(shù):
if(\\本站點(diǎn)\$月==1){\\本站點(diǎn)\$月=13;}
if(\\本站點(diǎn)\$月==2){\\本站點(diǎn)\$月=14;}
\\本站點(diǎn)\w=(\\本站點(diǎn)\$日+2*\\本站點(diǎn)\$月+3*(\\本站點(diǎn)\$月+1)/5+\\本站點(diǎn)\$年+\\本站點(diǎn)\$年/4-\\本站點(diǎn)\$年/100+\\本站點(diǎn)\$年/400)%7;
if(\\本站點(diǎn)\w==1){\\本站點(diǎn)\week="一";}
if(\\本站點(diǎn)\w==2){\\本站點(diǎn)\week="二";}
if(\\本站點(diǎn)\w==3){\\本站點(diǎn)\week="三";}
if(\\本站點(diǎn)\w==4){\\本站點(diǎn)\week="四";}
if(\\本站點(diǎn)\w==5){\\本站點(diǎn)\week="五";}
if(\\本站點(diǎn)\w==6){\\本站點(diǎn)\week="六";}
if(\\本站點(diǎn)\w==7){\\本站點(diǎn)\week="日";}