Input Description¶
EN BOOL \ (enable \ block)
In order to enable the Function Block processing, input EN has to be continuously set to TRUE. The block is not processed if input EN = FALSE.
While input is set to TRUE, the inputs are continuously checked for validity and plausibility. If this is not the case, processing is aborted and corresponding error is displayed at output ERR/ERNO.
YEAR INT \ (year)
Range of values: from 2000 to 6000.
MON INT \ (month)
Range of values: from 1 to 12.
DAY INT \ (day)
Range of values: from 1 to 31.
HOUR INT \ (hour)
Range of values: from 0 to 23.
MINUTE INT \ (minute)
Range of values: from 0 to 59.
SEC INT \ (second)
Range of values: from 0 to 59.
TIMEZONE LREAL \ (time \ zone)
Observer time zone (negative west of Greenwich).
Time zone = Standard Time - Universal Time
Format: hours.
Range of values: -12…12.
Resolution: 0.1 hour.
LATITUDE LREAL \ (latitude)
Observer latitude (negative south of equator).
Format: degrees.
Range of values: from -90.00 to 90.00.
LONGITUDE LREAL \ (longitude)
Observer longitude (negative west of Greenwich).
Format: degrees.
Range of values: from -180.00 to 180.00.