configuring input field in ac450
dear sir
in 800xa system, Say any version (5.0 ), i would like to use Input Field in display.we have ac450 system
My input will be only in seconds,minutes & Hours.
how to configure the property ref,
which type of property reference i have to use either dat or??? please help me
my intention was every day 16:50:00 plant lights should on morning 6:00:00 plant lights should off
so i captured the time in the ac450 by using the function time then i compared with time
the time should be in the control on the screen so i need the create the input field as time but iam not able to make the property refrence which type i have to usei in ac450
please help me
with regards
veko
How will i configure this?
Pls guide
Answers
Take a look at the MB300 DAT IL object type's display elements and faceplate.
There is a General Property named DateTimeFlag which becomes with a different setting depending from which display element you call it from.
E.g. if you call the faceplate from the Time01 display element, PresType is set to 126 and the input field will allow input in HH:MM:SS format.
Entering 12:34:56 will set the DAT IL's IL_VAL to 45296000 which is the number of milliseconds past midnight (00:00:00) that the time represents: (12*3600 + 34*60 + 56) * 1000.
Note: the General Property should not be modified. It will automatically become with HH:MM:SS (PresType 126) of you call the faceplate from the Time01 display element.
Add new comment