Dieser Code sendet jede Minute Datum und Zeit auf den Bus
[EibPC]
if cycle(1,0) then write("Systemzeit-0/0/1"t24,settime()) endif
if cycle(1,0) then write("Systemdatum-0/0/2"d24,setdate()) endif
Der hier aber nicht.
[EibPC]
if cstime(0) then write("Systemzeit-0/0/1"t24,settime()) endif
if cstime(0) then write("Systemdatum-0/0/2"d24,setdate()) endif
Warum?
[EibPC]
if cycle(1,0) then write("Systemzeit-0/0/1"t24,settime()) endif
if cycle(1,0) then write("Systemdatum-0/0/2"d24,setdate()) endif
Der hier aber nicht.
[EibPC]
if cstime(0) then write("Systemzeit-0/0/1"t24,settime()) endif
if cstime(0) then write("Systemdatum-0/0/2"d24,setdate()) endif
Warum?
Kommentar