Die Darstellung des Azimuthwinkels ohne Nachkommastellen und mit Grad-Zeichen:
webdisplay(XXX, convert(convert(azimuth(), 0u08), $$c14) + $ °$c14, WIND, INACTIVE, GREY)
Die Darstellung des Azimuthwinkels und Elevation mit zwei Nachkommastellen und Grad-Zeichen:
if stime(30) then webdisplay(115, convert(convert(azimuth(), 0.0 ), $ $c14 ) + $ °$c14, WIND, INACTIVE, GREY) endif
if stime(30) then webdisplay(116, convert(convert(elevation(), 0.0 ), $ $c14 ) + $ °$c14, WIND, INACTIVE, GREY) endif
webdisplay(XXX, convert(convert(azimuth(), 0u08), $$c14) + $ °$c14, WIND, INACTIVE, GREY)
Die Darstellung des Azimuthwinkels und Elevation mit zwei Nachkommastellen und Grad-Zeichen:
if stime(30) then webdisplay(115, convert(convert(azimuth(), 0.0 ), $ $c14 ) + $ °$c14, WIND, INACTIVE, GREY) endif
if stime(30) then webdisplay(116, convert(convert(elevation(), 0.0 ), $ $c14 ) + $ °$c14, WIND, INACTIVE, GREY) endif
Kommentare
Kommentar veröffentlichen