G3 panels & time
frthomas
Posts: 176
Hello,
I have a couple of panels that now indicate the time is "34:08", which is strange. That lead me to a quest on how is time actually managed between the panels and the master.
It seems an unconnected panel keeps somewhat track of time by itself. There are references in the technote to the fact changing time on panels would correct the master. So the questions really are:
- Is time information sent at all over AXLink?
- If yes, who's the master? How does it work?
At some point, I wrote code in the panel ONLINE event to the effect of sending the correct time from the master. I suspect this is what lead to the "34:08" display, either as a bug in my code or in AMX's.
I looked this up into the available documentation and can't find anything on the subject. Anybody has an idea? Assuming in my case the master is the time source (synced up by NTP), so how do I have the G3 panels follow the master?
Thanks
Fred
I have a couple of panels that now indicate the time is "34:08", which is strange. That lead me to a quest on how is time actually managed between the panels and the master.
It seems an unconnected panel keeps somewhat track of time by itself. There are references in the technote to the fact changing time on panels would correct the master. So the questions really are:
- Is time information sent at all over AXLink?
- If yes, who's the master? How does it work?
At some point, I wrote code in the panel ONLINE event to the effect of sending the correct time from the master. I suspect this is what lead to the "34:08" display, either as a bug in my code or in AMX's.
I looked this up into the available documentation and can't find anything on the subject. Anybody has an idea? Assuming in my case the master is the time source (synced up by NTP), so how do I have the G3 panels follow the master?
Thanks
Fred
0
Comments
SEND_COMMAND dvTP,"'CLOCK ',DATE,' ',TIME"
This seems to work ok. I would like AMX to implement an automatic daylight savings correction though, i now use the supplied system call modified for european daylight savings.
Problem with this is that wherever i install Netlinx studio i always have to remind myself to overwrite the system call file manually.