
TJF1960
Members-
Posts
1808 -
Joined
-
Last visited
Everything posted by TJF1960
-
Hello gtrotter4, I am sure there are a number of different ways to accomplish what you want. I have one example as an alternative to having the cabinet lights turning on or off when switching the coffee on and off. One issue with it might be that turning the coffee on or off is no longer defined by Fast On turns the coffee on and Fast Off turns the coffee off. You will see what I mean: Coffee On: If ( Control 'Kitchen / Under Cabinets' is switched Fast On Or Control 'Kitchen / Under Cabinets' is switched Fast Off ) And Status 'Kitchen / Coffee' is Off Then Set 'Kitchen / Coffee' On Set 'Kitchen / Coffee' (Beep Duration) Else - No Actions - (To add one, press 'Action') In this case if the cabinet light is On for instance and the coffee is off, press cabinet switch Fast On. If the cabinet light is off and the coffee is off then press the cabinet switch Fast Off. I added a single beep to the coffee device to confirm the coffee was turned on but the beep could be added to the cabinet switch instead. Note: The parens. is an “And†and the first “Control ‘Kitchen/Under…..†is an “Or†To turn the coffee off a similar program is used: Coffee Off: If ( Control 'Kitchen / Under Cabinets' is switched Fast On Or Control 'Kitchen / Under Cabinets' is switched Fast Off ) And Status 'Kitchen / Coffee' is On Then Set 'Kitchen / Coffee' Off Set 'Kitchen / Coffee' (Beep Duration) Set 'Kitchen / Coffee' (Beep Duration) Else - No Actions - (To add one, press 'Action') If the coffee is on and the cabinet lights are on then Fast On will turn the coffee off. Otherwise if the lights are off then a Fast Off will turn the coffee Off, followed by 2 beeps for confirmation. Also note that if, say, the lights are on and the coffee is on and you want to turn both off then you could press Fast Off which will turn both off. Likewise if the lights are off and coffee is off and you wanted to turn both on then a Fast On would turn both On. The only problem I can foresee would be if your comm. is not good, there is a possibility of the programs malfunctioning due to using the status of the device we are switching. I tested these two programs out for a couple of minutes and they worked fine for me. Tim
-
Release 3.1.15 (Beta) Is Now Available
TJF1960 replied to Michel Kohanim's topic in Previous Releases
Humm. Thats odd. I know that when a variable is created it will not show up in a programs drop down box until the new variable is saved, but did you rename it or make any changes to the variable without saving it? Tim -
Release 3.1.15 (Beta) Is Now Available
TJF1960 replied to Michel Kohanim's topic in Previous Releases
When you close the front door the program turns false and cancels the wait. Break the program in two and have this program Run the second program which contains the wait and the variable. Tim -
Hi Michel, By chance, any updates from SmartLabs on this 2413s issue... Thanks, Tim
-
A search of "Kaspersky" turned these links up: http://forum.universal-devices.com/viewtopic.php?f=3&t=2049&hilit=Kaspersky http://forum.universal-devices.com/viewtopic.php?t=1162 Hopefully one of these links will help with a solution.
-
I remember reading a post, that I have not been able to find, where the OP was going to set up the motion sensor in occupancy mode and create a program to increment a variable by +1 every time the motion detected motion within a given amount of time. Once the variable reached a certain level another program would turn the light on. If that level was not reached in a given amount of time the variable would reset. Sounds good in theory, don’t know if they ever implemented/refined it or not though. My feeling is if I walk into a dark room I want the light to turn on now not after multiple motion senses. My laundry room is the main path from inside the house out into the garage/workroom where I am most of the time. I had the motion trigger the light every time someone entered that room. I soon changed the programming to require manually turning on the light then one minute after motion stopped the light would turn off because most of the time the light was not needed for just passing thru. That works great for that room and I don’t miss the light turning on automatically at all. However in all of the other rooms in the house the respective lights will turn on when entering that room and stay on x amount of time once the motion stops or the light is turned off manually. This setup has worked best for us out of the countless different ways I have tried. But everyone is different…..
-
I have used both in the past without any issues. The newest rev Insteon can be set for sending an On command with every motion detection which would be better for occupancy sensing. Not so sure it would be good for power line comm. though, but I haven't heard of any complaints.
-
Hi Michel, LeeG Have you heard anything from SmartLabs regarding this issue with the 2413s? I was not able to add a RL (not RL2) nor a couple of brand new from SH Icon SL Relays. I was able to add a couple of older Icon SL Dimmers though. I have since put the old 2412s back with the ISY to run things but I am not sure whether to send the 2413s back because it is defective or quite what to do with it at this point. As always, Thanks, Tim
-
Will If/Then on the ISY99 poll Thermostats? (noob here)
TJF1960 replied to FrayAdjacent's topic in ISY994
Welcome Aboard!!! I just wanted to make sure you are getting either a 2412S or 2413S plm with/for the ISY. It requires either one to operate. If you are going to use a 2413S you will also need the wall-wart power supply for the ISY. It is not required when using the 2412S. Tim -
Is it possible the program evaluated false which would also give the same run time as finish time?
-
No, status change will cause the program to evaluate. The program as you set up should work fine
-
No, no Youtube videos.
-
Hi Brian, have done 4 or 5 of the older ones with the white relay. Have not had a need to do the newer ones yet, but I am pretty sure it could be done. I could look into it if your interested. I have done the older lamplincs and new lamplicks with dual band and without. kingwr, not that I am aware of. I did it on my own. Tim Edit:Brian, I take that back I have done the newer appliancelincs as well. I didn't look deep enough into my mods file. So in answer to your question yes I have done both.
-
Hi kingwr, Yes the icon appliancelinc has local control as well as do the lamplincs. Unfortunantly disabling local control is a bit more involved than cutting a wire. It requires removing two chip resistors. If you are no stranger to a soldering pencil and SMT and dont mind voiding your warranty it is possible. I have mod'ed my lamplincs for the undercabinet LED lighting and works great. Also mod'ed appliancelincs for Xmas stuff too. Tim
-
Yes, you should be able to change it to: If Control I/O Linc is Switched On And Control I/O Linc is not Switched Off
-
I asked about the x10 output on the alarm thinking if the x10 module was close enough to the ISY’s plm that the ISY might reliably be able to see the x10 command and could trigger a lights flash program. I figured if it worked it would be the simplest and cheapest way to go. Smarthome makes a I/O Link low voltage probe kit http://www.smarthome.com/24950A4/I-O-Linc-INSTEON-Low-Voltage-Detector-Probe-Kit/p.aspx which would then tie to your siren/bell output of the alarm. The I/O linc will then send an on to the ISY while the bell/siren is sounding and send an off when the bell/siren stops. Then you could use a program to flash lights.
-
Does your alarm system still have x10 output available? If not does your alarm system have output relays that you can configure. If not you can use either an I/O Linc tied into your siren output or an EZIO product from Simplehomenet. Tim
-
Motion control a scene with a non-insteon motion sensor
TJF1960 replied to iostream212's topic in ISY994
I don't have the Elk system but it looks like the DSCLink program works similarly. I use 3 programs to automatically turn lights on when entering a room using the alarm motion sensor. This Program will turn on the light if the light is currently off and there is motion detected and the manual off program is false. This allows you to turn the light off and exit the room without the light turning back on automatically. In the first second program, replace†$sDSC_Z24_Office_PIR is 1†with the elk motion when violated. The second program replace†$sDSC_Z24_Office_PIR is 0†with the elk motion when not violated. Program: Office Lite Auto On If Status 'Devices / Office Ceil Lite' is Off And $sDSC_Z24_Office_PIR is 1 (or Violated in the case of Elk) And Program 'Office Lite Man Off' is False Then Set 'Devices / Office Ceil Lite' On Else - No Actions - (To add one, press 'Action') This program watches the first program and for the last run time. Every time motion is detected the first program runs False (if the light is on). Once there is no further motion the last runtime will expire, in this example in 15 minutes. Any further motion detection will automatically restart this program. This program will self terminate if you manually turn the light off. Program: Office Lite Auto Off If Status 'Devices / Office Ceil Lite' is On And Time is Last Run Time for 'Alarm Z24 Office PIR' + 15 minutes And $sDSC_Z24_Office_PIR is 0 (or Not Violated in case of Elk) Then Set 'Devices / Office Ceil Lite' 1 (Beep Duration) Wait 15 seconds Set 'Devices / Office Ceil Lite' Off Else - No Actions - (To add one, press 'Action') This program watches for a manual turn off of the light which then turns true for 15 seconds allowing you to exit the room without tripping the Auto On program. Program: Office Lite Man Off If Control 'Devices / Office Ceil Lite' is switched Off And Control 'Devices / Office Ceil Lite' is not switched On Then Wait 15 seconds Run Program 'Office Lite Man Off' (Else Path) Else - No Actions - (To add one, press 'Action') I use these in all rooms of the house and they have been working very well. I have added a light sensor outdoors and use the light measurements in these programs as well to only turn on at certain levels of darkness. Hope you can find them useful. Tim -
Lee I sent the plm dump to you. An update. Still using new dual band plm. I just installed 5 new devices. 2 new Icon SL, 1 older Icon dimmer and 2 new lamplinc dimmer dualband. After linking all five to the ISY their status updates were not seen in the admin console. After restoring plm all but the 2 new Icon SL Relays updated status. Of course the RL still doesn't either. ???????????
-
Perhaps you could post your program. It is very difficult to offer any specific suggestions without seeing it. Also what version ISY you are on would be good to know as well. Thanks Tim
-
Thanks for the offer Lee. I just restored an earlier backup from before the new plm was added. As soon as the restore plm is finished I will copy the plm data and send it over to you. Tim
-
Thanks Lee. I had been following that thread and decided to try your suggestion about factory resetting the plm and restore again. Same thing, everything but the RL updates the ISY status fields. Also noted that while the RL will still control scenes when a button is pressed the LED on the Remotelinc flashes indicating it didn’t receive the ack from the plm ( I am assuming, batteries are new btw). So then I delete the RL from ISY, factory reset it and the plm. After the ISY rebooted and before I restored the plm I added the RL to the ISY. It worked fine! Status updated properly. I then created a couple of test scenes which also worked perfectly. Then I restored the plm. It all went to heck at that point. Everything but the RL updated status in the ISY. As a last resort I deleted the RL, factory reset it and the plm again. After reboot I restored plm. Then added the RL. Still not go. Same as before. So it would seem for some reason something happens to the RL address in the plm after restoring. Hopefully SH will get back to Michel with some news soon. If you can think of anything else I can try please let me know. Thanks Tim
-
No that viewer was just of the RL restore.
-
Hi Guys, thanks for the input. Lee, sorry yes it is an older RL not RL2 as you deduced. I did some more checking this morning. The link tables for the devices linked to the RL match the ISY link tables. The Link tables for the RL match the ISY Link tables. I could not find the RL address in the link table for the plm however. Mind you, I scanned thru the link table a couple of times looking for the address of the RL, but I didn’t analyze line by line so it could be in there and just missed it. I deleted the RL this morning then re-added it got the same results. I linked it (thru the admin console)to a couple of devices just to test and it controlled the devices just fine. Interestingly (or maybe not) is that the device statuses, when turned on or off with the RL didn’t update in the ISY. The ISY didn’t see the scene being activated by the RL so it didn’t update the device status. The light on the plm does not flash when the rl is operated either. If there is any other info I can provide please let me know. Based on Michel’s statement would there be a possibility the problem could be fixed by an ISY update or would it require sending the plm back for re-flashing? So at this point I am wondering if I should try and factory reset the plm then restore the plm, then re-link rl or just save myself from the agony and put the old 2412s back in until there is a fix for the 2413? The old one worked fine, thought I would just step into the 21st century. What do you guys think?
-
Replaced 2412s plm with 2413s. Restored modem (Link Management>Advanced Options>Automatic). So far everything except for RemoteLinc (2440) is working fine. I have one triggerlinc which I restored after the modem restore and it works fine giving the proper status/program runs in ISY. I ran Restore on the Remotelinc however the ISY doesn't see the status of any buttons. I tried deleting/re-adding to the ISY and still no luck. I reverted back to the last good backup before the plm change, then ran Restore Modem again. Restored triggerlinc again, then tried restoring the remotelinc. Triggerlinc worked fine again but Remotelinc didn't. The remotelinc address is 0A.27.23 The modem (2413s v98) address is 19.73.42 ISY IR PRo v3.1.13 Here is the viewer for the remotelinc restore: Thu 12/01/2011 04:03:58 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:03:58 PM : [ A 27 23 1] Preparing Device 'Office RL 1 Ceil Lit' for Restore Thu 12/01/2011 04:03:58 PM : [ A 27 23 1] Device 'Office RL 1 Ceil Lit' ready for Full Restore Thu 12/01/2011 04:03:58 PM : [All ] Writing 72 bytes to devices Thu 12/01/2011 04:03:58 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:03:58 PM : [A 27 23 1 ] Link 9 : 0FB0 [0000000000000000] Writing [00..............] Thu 12/01/2011 04:03:58 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:03:59 PM : [VAR 2 25 ] 0 Thu 12/01/2011 04:03:59 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:03:59 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:03:59 PM : [VAR 2 19 ] 0 Thu 12/01/2011 04:03:59 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B B0 06 PEEK (B0) Thu 12/01/2011 04:03:59 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:03:59 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:03:59 PM : [A 27 23 1 ] Link 10 : 0FA8 : Writing High Water Byte Thu 12/01/2011 04:03:59 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:00 PM : [VAR 2 31 ] 0 Thu 12/01/2011 04:04:00 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:00 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:01 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:04:01 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B A8 06 PEEK (A8) Thu 12/01/2011 04:04:01 PM : [VAR 2 35 ] 0 Thu 12/01/2011 04:04:01 PM : [VAR 2 78 ] 185 Thu 12/01/2011 04:04:01 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:01 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:01 PM : [VAR 2 11 ] 1 Thu 12/01/2011 04:04:01 PM : [VAR 2 80 ] 122 Thu 12/01/2011 04:04:01 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:04:01 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:04:01 PM : [A 27 23 1 ] Link 0 : 0FF8 [E201128F3A000001] Writing [E201128F3A000001] Thu 12/01/2011 04:04:01 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:01 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:01 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:01 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F8 06 PEEK (F8) Thu 12/01/2011 04:04:01 PM : [VAR 2 35 ] 1 Thu 12/01/2011 04:04:01 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 02 PEEK (02) Thu 12/01/2011 04:04:01 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:02 PM : [VAR 2 31 ] 1 Thu 12/01/2011 04:04:02 PM : [iNST-ACK ] 02 62 0A.27.23 0F 29 E2 06 POKE (E2) Thu 12/01/2011 04:04:02 PM : [VAR 2 8 ] 1 Thu 12/01/2011 04:04:02 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 29 E2 POKE (E2) Thu 12/01/2011 04:04:02 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:02 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F9 06 PEEK (F9) Thu 12/01/2011 04:04:03 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 01 PEEK (01) Thu 12/01/2011 04:04:03 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:03 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:03 PM : [VAR 2 31 ] 0 Thu 12/01/2011 04:04:03 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:03 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:03 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B FA 06 PEEK (FA) Thu 12/01/2011 04:04:04 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 12 PEEK (12) Thu 12/01/2011 04:04:04 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:04 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:04 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:04 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:04 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B FB 06 PEEK (FB) Thu 12/01/2011 04:04:05 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:04:05 PM : [VAR 2 19 ] 1 Thu 12/01/2011 04:04:05 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 8F PEEK (8F) Thu 12/01/2011 04:04:05 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:05 PM : [VAR 2 11 ] 0 Thu 12/01/2011 04:04:05 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:06 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:04:06 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:06 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:06 PM : [VAR 2 90 ] 73 Thu 12/01/2011 04:04:06 PM : [VAR 2 80 ] 120 Thu 12/01/2011 04:04:06 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B FC 06 PEEK (FC) Thu 12/01/2011 04:04:06 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:04:06 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 3A PEEK (3A) Thu 12/01/2011 04:04:06 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:06 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:06 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:06 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:07 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B FD 06 PEEK (FD) Thu 12/01/2011 04:04:07 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:07 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:07 PM : [VAR 2 35 ] 0 Thu 12/01/2011 04:04:07 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:07 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:07 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:08 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B FE 06 PEEK (FE) Thu 12/01/2011 04:04:08 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:08 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:08 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:08 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:08 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:09 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B FF 06 PEEK (FF) Thu 12/01/2011 04:04:09 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 01 PEEK (01) Thu 12/01/2011 04:04:09 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:09 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:04:09 PM : [A 27 23 1 ] Link 1 : 0FF0 [E201197342000001] Writing [E201197342000001] Thu 12/01/2011 04:04:09 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:09 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:09 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:10 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F0 06 PEEK (F0) Thu 12/01/2011 04:04:10 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 02 PEEK (02) Thu 12/01/2011 04:04:10 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:10 PM : [iNST-ACK ] 02 62 0A.27.23 0F 29 E2 06 POKE (E2) Thu 12/01/2011 04:04:11 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:04:11 PM : [VAR 2 90 ] 72 Thu 12/01/2011 04:04:11 PM : [VAR 2 190 ] -1 Thu 12/01/2011 04:04:11 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 29 E2 POKE (E2) Thu 12/01/2011 04:04:11 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:11 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F1 06 PEEK (F1) Thu 12/01/2011 04:04:11 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:04:11 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 01 PEEK (01) Thu 12/01/2011 04:04:11 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:11 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:12 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:12 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:12 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F2 06 PEEK (F2) Thu 12/01/2011 04:04:12 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 19 PEEK (19) Thu 12/01/2011 04:04:12 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:12 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:13 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:13 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:13 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F3 06 PEEK (F3) Thu 12/01/2011 04:04:13 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 73 PEEK (73) Thu 12/01/2011 04:04:13 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:13 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:14 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:14 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:14 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F4 06 PEEK (F4) Thu 12/01/2011 04:04:14 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 42 PEEK (42) Thu 12/01/2011 04:04:14 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:14 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:15 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:15 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:15 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F5 06 PEEK (F5) Thu 12/01/2011 04:04:15 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:15 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:15 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:16 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:16 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:16 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:04:16 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F6 06 PEEK (F6) Thu 12/01/2011 04:04:16 PM : [VAR 2 80 ] 122 Thu 12/01/2011 04:04:16 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:16 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:16 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:17 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:04:17 PM : [VAR 2 8 ] -1 Thu 12/01/2011 04:04:17 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:17 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:17 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B F7 06 PEEK (F7) Thu 12/01/2011 04:04:17 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:04:18 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 27 2B 01 PEEK (01) Thu 12/01/2011 04:04:18 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=1 Thu 12/01/2011 04:04:18 PM : [MNG-LNK-RSP ] 02 6F 41 A2 01 0A 27 23 00 05 00 06 Thu 12/01/2011 04:04:18 PM : [PLM ] Group 1 : Writing Responder Link matching [A 27 23 1 ] Link 1 : 0FF0 [E201197342000001] Thu 12/01/2011 04:04:18 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:04:18 PM : [A 27 23 1 ] Link 2 : 0FE8 [E2021292FB000002] Writing [E2021292FB000002] Thu 12/01/2011 04:04:18 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:19 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:19 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:19 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E8 06 PEEK (E8) Thu 12/01/2011 04:04:19 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B E2 PEEK (E2) Thu 12/01/2011 04:04:19 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:19 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:20 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:20 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:20 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E9 06 PEEK (E9) Thu 12/01/2011 04:04:20 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 02 PEEK (02) Thu 12/01/2011 04:04:20 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:20 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:21 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:21 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:21 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B EA 06 PEEK (EA) Thu 12/01/2011 04:04:21 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 12 PEEK (12) Thu 12/01/2011 04:04:21 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:21 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:04:21 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:21 PM : [VAR 2 80 ] 120 Thu 12/01/2011 04:04:22 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:22 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:22 PM : [VAR 2 35 ] 1 Thu 12/01/2011 04:04:22 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B EB 06 PEEK (EB) Thu 12/01/2011 04:04:22 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:04:22 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 92 PEEK (92) Thu 12/01/2011 04:04:22 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:22 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:23 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:23 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:23 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B EC 06 PEEK (EC) Thu 12/01/2011 04:04:23 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B FB PEEK (FB) Thu 12/01/2011 04:04:23 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:23 PM : [VAR 2 26 ] 0 Thu 12/01/2011 04:04:23 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:23 PM : [VAR 2 19 ] 0 Thu 12/01/2011 04:04:24 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:24 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:24 PM : [VAR 2 190 ] -1 Thu 12/01/2011 04:04:24 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B ED 06 PEEK (ED) Thu 12/01/2011 04:04:24 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:24 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:24 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:25 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:25 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:25 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B EE 06 PEEK (EE) Thu 12/01/2011 04:04:25 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:25 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:25 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:26 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:26 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:26 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B EF 06 PEEK (EF) Thu 12/01/2011 04:04:26 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 02 PEEK (02) Thu 12/01/2011 04:04:26 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:26 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:04:26 PM : [A 27 23 1 ] Link 3 : 0FE0 [E202197342000002] Writing [E202197342000002] Thu 12/01/2011 04:04:26 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:27 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:27 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:27 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:04:27 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E0 06 PEEK (E0) Thu 12/01/2011 04:04:27 PM : [VAR 2 78 ] 184 Thu 12/01/2011 04:04:27 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B E2 PEEK (E2) Thu 12/01/2011 04:04:27 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:27 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:04:30 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:04:32 PM : [VAR 2 8 ] 1 Thu 12/01/2011 04:04:32 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:04:32 PM : [VAR 2 90 ] 73 Thu 12/01/2011 04:04:33 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:04:33 PM : [VAR 2 25 ] 1 Thu 12/01/2011 04:04:36 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:37 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:37 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:37 PM : [VAR 2 190 ] -1 Thu 12/01/2011 04:04:37 PM : [VAR 2 25 ] 0 Thu 12/01/2011 04:04:37 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E1 06 PEEK (E1) Thu 12/01/2011 04:04:37 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 02 PEEK (02) Thu 12/01/2011 04:04:37 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:38 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:04:38 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:38 PM : [VAR 2 25 ] 1 Thu 12/01/2011 04:04:38 PM : [VAR 2 80 ] 121 Thu 12/01/2011 04:04:38 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:38 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:38 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E2 06 PEEK (E2) Thu 12/01/2011 04:04:38 PM : [VAR 2 35 ] 0 Thu 12/01/2011 04:04:38 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 19 PEEK (19) Thu 12/01/2011 04:04:38 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:38 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:04:38 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:39 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:39 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:39 PM : [VAR 2 25 ] 0 Thu 12/01/2011 04:04:39 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E3 06 PEEK (E3) Thu 12/01/2011 04:04:39 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 73 PEEK (73) Thu 12/01/2011 04:04:39 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:39 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:40 PM : [VAR 2 25 ] 1 Thu 12/01/2011 04:04:40 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:40 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:40 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E4 06 PEEK (E4) Thu 12/01/2011 04:04:40 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 42 PEEK (42) Thu 12/01/2011 04:04:40 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:40 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:41 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:41 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:41 PM : [ Time] 16:04:41 0(0) Thu 12/01/2011 04:04:41 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E5 06 PEEK (E5) Thu 12/01/2011 04:04:41 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:41 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:41 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:42 PM : [VAR 2 35 ] 1 Thu 12/01/2011 04:04:42 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:42 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:42 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E6 06 PEEK (E6) Thu 12/01/2011 04:04:42 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:42 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:42 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:43 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:43 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:43 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:04:43 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B E7 06 PEEK (E7) Thu 12/01/2011 04:04:43 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:04:43 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 02 PEEK (02) Thu 12/01/2011 04:04:43 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:44 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:04:44 PM : [MNG-LNK-RSP ] 02 6F 41 A2 02 0A 27 23 00 05 00 06 Thu 12/01/2011 04:04:44 PM : [PLM ] Group 2 : Writing Responder Link matching [A 27 23 1 ] Link 3 : 0FE0 [E202197342000002] Thu 12/01/2011 04:04:44 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:04:44 PM : [A 27 23 1 ] Link 4 : 0FD8 [E203145408000003] Writing [E203145408000003] Thu 12/01/2011 04:04:44 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:44 PM : [VAR 2 25 ] 0 Thu 12/01/2011 04:04:44 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:44 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:44 PM : [VAR 2 25 ] 1 Thu 12/01/2011 04:04:44 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D8 06 PEEK (D8) Thu 12/01/2011 04:04:45 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B E2 PEEK (E2) Thu 12/01/2011 04:04:45 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:45 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:45 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:45 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:45 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D9 06 PEEK (D9) Thu 12/01/2011 04:04:45 PM : [ Time] 16:04:45 0(0) Thu 12/01/2011 04:04:46 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 03 PEEK (03) Thu 12/01/2011 04:04:46 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:46 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:46 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:46 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:46 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B DA 06 PEEK (DA) Thu 12/01/2011 04:04:47 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 14 PEEK (14) Thu 12/01/2011 04:04:47 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:47 PM : [VAR 2 8 ] -1 Thu 12/01/2011 04:04:47 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:47 PM : [VAR 2 35 ] 0 Thu 12/01/2011 04:04:47 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:47 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:47 PM : [VAR 2 35 ] 1 Thu 12/01/2011 04:04:47 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B DB 06 PEEK (DB) Thu 12/01/2011 04:04:48 PM : [VAR 2 25 ] 0 Thu 12/01/2011 04:04:48 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 54 PEEK (54) Thu 12/01/2011 04:04:48 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:48 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:48 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:04:48 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:48 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:48 PM : [VAR 2 78 ] 185 Thu 12/01/2011 04:04:48 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B DC 06 PEEK (DC) Thu 12/01/2011 04:04:49 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 08 PEEK (08) Thu 12/01/2011 04:04:49 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:49 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:49 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:04:49 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:49 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:49 PM : [VAR 2 19 ] 1 Thu 12/01/2011 04:04:49 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B DD 06 PEEK (DD) Thu 12/01/2011 04:04:49 PM : [VAR 2 190 ] -1 Thu 12/01/2011 04:04:50 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:50 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:50 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:50 PM : [VAR 2 42 ] 1 Thu 12/01/2011 04:04:50 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:50 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:50 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B DE 06 PEEK (DE) Thu 12/01/2011 04:04:51 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:51 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:51 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:51 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:51 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:51 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B DF 06 PEEK (DF) Thu 12/01/2011 04:04:51 PM : [VAR 2 35 ] 0 Thu 12/01/2011 04:04:52 PM : [VAR 2 42 ] 0 Thu 12/01/2011 04:04:52 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 03 PEEK (03) Thu 12/01/2011 04:04:52 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:52 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:04:52 PM : [A 27 23 1 ] Link 5 : 0FD0 [E203197342000003] Writing [E203197342000003] Thu 12/01/2011 04:04:52 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:52 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:52 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:52 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D0 06 PEEK (D0) Thu 12/01/2011 04:04:53 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B E2 PEEK (E2) Thu 12/01/2011 04:04:53 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:53 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:53 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:53 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:53 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D1 06 PEEK (D1) Thu 12/01/2011 04:04:54 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:04:54 PM : [VAR 2 42 ] 1 Thu 12/01/2011 04:04:54 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 03 PEEK (03) Thu 12/01/2011 04:04:54 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:54 PM : [VAR 2 80 ] 120 Thu 12/01/2011 04:04:54 PM : [VAR 2 26 ] 1 Thu 12/01/2011 04:04:54 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:54 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:54 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:54 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D2 06 PEEK (D2) Thu 12/01/2011 04:04:55 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:04:55 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 19 PEEK (19) Thu 12/01/2011 04:04:55 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:55 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:55 PM : [VAR 2 42 ] 0 Thu 12/01/2011 04:04:55 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:55 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:55 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D3 06 PEEK (D3) Thu 12/01/2011 04:04:56 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 73 PEEK (73) Thu 12/01/2011 04:04:56 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:56 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:04:56 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:56 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:56 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:56 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D4 06 PEEK (D4) Thu 12/01/2011 04:04:57 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 42 PEEK (42) Thu 12/01/2011 04:04:57 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:57 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:57 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:57 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:57 PM : [VAR 2 26 ] 0 Thu 12/01/2011 04:04:57 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D5 06 PEEK (D5) Thu 12/01/2011 04:04:58 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:58 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:58 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:04:58 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:04:58 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:58 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D6 06 PEEK (D6) Thu 12/01/2011 04:04:59 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:04:59 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:04:59 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:04:59 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:00 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:00 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:00 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B D7 06 PEEK (D7) Thu 12/01/2011 04:05:00 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:05:00 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 03 PEEK (03) Thu 12/01/2011 04:05:00 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:00 PM : [MNG-LNK-RSP ] 02 6F 41 A2 03 0A 27 23 00 05 00 06 Thu 12/01/2011 04:05:00 PM : [PLM ] Group 3 : Writing Responder Link matching [A 27 23 1 ] Link 5 : 0FD0 [E203197342000003] Thu 12/01/2011 04:05:00 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:05:00 PM : [A 27 23 1 ] Link 6 : 0FC8 [E204197342000004] Writing [E204197342000004] Thu 12/01/2011 04:05:01 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:01 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:01 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:01 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C8 06 PEEK (C8) Thu 12/01/2011 04:05:01 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B E2 PEEK (E2) Thu 12/01/2011 04:05:01 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:02 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:02 PM : [VAR 2 8 ] 1 Thu 12/01/2011 04:05:02 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:02 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:02 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C9 06 PEEK (C9) Thu 12/01/2011 04:05:02 PM : [VAR 2 190 ] -1 Thu 12/01/2011 04:05:02 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 04 PEEK (04) Thu 12/01/2011 04:05:02 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:03 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:03 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:03 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:03 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B CA 06 PEEK (CA) Thu 12/01/2011 04:05:03 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 19 PEEK (19) Thu 12/01/2011 04:05:03 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:04 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:04 PM : [VAR 2 26 ] 1 Thu 12/01/2011 04:05:05 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:05:05 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:05 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:05 PM : [VAR 2 84 ] 68 Thu 12/01/2011 04:05:05 PM : [VAR 2 78 ] 184 Thu 12/01/2011 04:05:05 PM : [VAR 2 80 ] 122 Thu 12/01/2011 04:05:05 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B CB 06 PEEK (CB) Thu 12/01/2011 04:05:05 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 73 PEEK (73) Thu 12/01/2011 04:05:05 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:05 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:05 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:05:05 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:05 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:06 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B CC 06 PEEK (CC) Thu 12/01/2011 04:05:06 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 42 PEEK (42) Thu 12/01/2011 04:05:06 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:06 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:06 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:06 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:07 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B CD 06 PEEK (CD) Thu 12/01/2011 04:05:07 PM : [iNST-SRX ] 02 50 12.8C.C2 00.00.01 CB 11 00 LTONRR (00) Thu 12/01/2011 04:05:07 PM : [standard-Group][12.8C.C2-->Group=1] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:07 PM : [ 12 8C C2 1] DON 0 Thu 12/01/2011 04:05:07 PM : [ 12 8C C2 1] ST 255 Thu 12/01/2011 04:05:07 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:05:07 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:07 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:07 PM : [iNST-SRX ] 02 50 12.8C.C2 19.73.42 4B 11 01 LTONRR (01) Thu 12/01/2011 04:05:07 PM : [standard-Cleanup][12.8C.C2-->ISY/PLM Group=1] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:08 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:08 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:08 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B CE 06 PEEK (CE) Thu 12/01/2011 04:05:08 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:05:08 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:08 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:09 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:05:09 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:09 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:09 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B CF 06 PEEK (CF) Thu 12/01/2011 04:05:09 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 04 PEEK (04) Thu 12/01/2011 04:05:09 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:09 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:05:10 PM : [VAR 2 84 ] 69 Thu 12/01/2011 04:05:10 PM : [MNG-LNK-RSP ] 02 6F 41 A2 04 0A 27 23 00 05 00 06 Thu 12/01/2011 04:05:10 PM : [PLM ] Group 4 : Writing Responder Link matching [A 27 23 1 ] Link 6 : 0FC8 [E204197342000004] Thu 12/01/2011 04:05:10 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:05:10 PM : [A 27 23 1 ] Link 7 : 0FC0 [E205197342000005] Writing [E205197342000005] Thu 12/01/2011 04:05:10 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:10 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:10 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:10 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C0 06 PEEK (C0) Thu 12/01/2011 04:05:11 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:05:11 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B E2 PEEK (E2) Thu 12/01/2011 04:05:11 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:11 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:11 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:11 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:12 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C1 06 PEEK (C1) Thu 12/01/2011 04:05:12 PM : [VAR 2 26 ] 0 Thu 12/01/2011 04:05:12 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 27 2B 05 PEEK (05) Thu 12/01/2011 04:05:12 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=1 Thu 12/01/2011 04:05:12 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:12 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:12 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:13 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C2 06 PEEK (C2) Thu 12/01/2011 04:05:13 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 19 PEEK (19) Thu 12/01/2011 04:05:13 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:13 PM : [VAR 2 26 ] 1 Thu 12/01/2011 04:05:13 PM : [iNST-ACK ] 02 62 0A.27.23 0F 00 00 06 (00) Thu 12/01/2011 04:05:13 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 00 00 (00) Thu 12/01/2011 04:05:13 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:15 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:05:15 PM : [VAR 2 190 ] -1 Thu 12/01/2011 04:05:16 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:05:17 PM : [VAR 2 8 ] -1 Thu 12/01/2011 04:05:20 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:05:20 PM : [VAR 2 80 ] 121 Thu 12/01/2011 04:05:22 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:05:22 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:05:22 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:23 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:23 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:23 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C3 06 PEEK (C3) Thu 12/01/2011 04:05:23 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 73 PEEK (73) Thu 12/01/2011 04:05:23 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:23 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:24 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:24 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:24 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C4 06 PEEK (C4) Thu 12/01/2011 04:05:24 PM : [VAR 2 26 ] 0 Thu 12/01/2011 04:05:25 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 42 PEEK (42) Thu 12/01/2011 04:05:25 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:25 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:25 PM : [VAR 2 19 ] 0 Thu 12/01/2011 04:05:25 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:25 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:25 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C5 06 PEEK (C5) Thu 12/01/2011 04:05:26 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:05:26 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:05:26 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:26 PM : [VAR 2 80 ] 120 Thu 12/01/2011 04:05:26 PM : [VAR 2 35 ] 1 Thu 12/01/2011 04:05:26 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:26 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:26 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:26 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C6 06 PEEK (C6) Thu 12/01/2011 04:05:27 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:05:27 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:27 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:27 PM : [VAR 2 269 ] -1 Thu 12/01/2011 04:05:27 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:27 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:27 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B C7 06 PEEK (C7) Thu 12/01/2011 04:05:28 PM : [VAR 2 190 ] -1 Thu 12/01/2011 04:05:28 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 05 PEEK (05) Thu 12/01/2011 04:05:28 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:28 PM : [MNG-LNK-RSP ] 02 6F 41 A2 05 0A 27 23 00 05 00 06 Thu 12/01/2011 04:05:28 PM : [PLM ] Group 5 : Writing Responder Link matching [A 27 23 1 ] Link 7 : 0FC0 [E205197342000005] Thu 12/01/2011 04:05:28 PM : [A 27 23 1 ] Using engine version i1 for 'Office RL 1 Ceil Lite' Thu 12/01/2011 04:05:28 PM : [A 27 23 1 ] Link 8 : 0FB8 [E206197342000006] Writing [E206197342000006] Thu 12/01/2011 04:05:29 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:29 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:29 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:29 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B B8 06 PEEK (B8) Thu 12/01/2011 04:05:29 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B E2 PEEK (E2) Thu 12/01/2011 04:05:29 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:30 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:30 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:30 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:30 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B B9 06 PEEK (B9) Thu 12/01/2011 04:05:30 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 06 PEEK (06) Thu 12/01/2011 04:05:30 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:31 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:31 PM : [VAR 2 114 ] 1 Thu 12/01/2011 04:05:31 PM : [VAR 2 84 ] 68 Thu 12/01/2011 04:05:31 PM : [VAR 2 78 ] 185 Thu 12/01/2011 04:05:31 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:31 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:31 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B BA 06 PEEK (BA) Thu 12/01/2011 04:05:32 PM : [VAR 2 8 ] 1 Thu 12/01/2011 04:05:32 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 19 PEEK (19) Thu 12/01/2011 04:05:32 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:32 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:32 PM : [VAR 2 25 ] 1 Thu 12/01/2011 04:05:32 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:32 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:32 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B BB 06 PEEK (BB) Thu 12/01/2011 04:05:33 PM : [VAR 2 269 ] 1 Thu 12/01/2011 04:05:33 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 73 PEEK (73) Thu 12/01/2011 04:05:33 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:33 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:33 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:33 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:33 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B BC 06 PEEK (BC) Thu 12/01/2011 04:05:34 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 42 PEEK (42) Thu 12/01/2011 04:05:34 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:34 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:34 PM : [VAR 2 25 ] 0 Thu 12/01/2011 04:05:34 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:34 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:35 PM : [VAR 2 25 ] 1 Thu 12/01/2011 04:05:35 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B BD 06 PEEK (BD) Thu 12/01/2011 04:05:35 PM : [VAR 2 190 ] 1 Thu 12/01/2011 04:05:35 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:05:35 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:35 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:35 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:35 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:35 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B BE 06 PEEK (BE) Thu 12/01/2011 04:05:36 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 00 PEEK (00) Thu 12/01/2011 04:05:36 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:36 PM : [iNST-ACK ] 02 62 0A.27.23 0F 28 0F 06 SET-MSB(0F) Thu 12/01/2011 04:05:37 PM : [VAR 2 114 ] -1 Thu 12/01/2011 04:05:37 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 28 0F SET-MSB(0F) Thu 12/01/2011 04:05:37 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:37 PM : [VAR 2 84 ] 69 Thu 12/01/2011 04:05:37 PM : [VAR 2 25 ] 0 Thu 12/01/2011 04:05:37 PM : [VAR 2 78 ] 184 Thu 12/01/2011 04:05:37 PM : [VAR 2 80 ] 121 Thu 12/01/2011 04:05:37 PM : [iNST-ACK ] 02 62 0A.27.23 0F 2B BF 06 PEEK (BF) Thu 12/01/2011 04:05:37 PM : [iNST-SRX ] 02 50 0A.27.23 19.73.42 2B 2B 06 PEEK (06) Thu 12/01/2011 04:05:37 PM : [standard-Direct Ack][0A.27.23-->ISY/PLM Group=0] Max Hops=3, Hops Left=2 Thu 12/01/2011 04:05:38 PM : [MNG-LNK-RSP ] 02 6F 41 A2 06 0A 27 23 00 05 00 06 Thu 12/01/2011 04:05:38 PM : [PLM ] Group 6 : Writing Responder Link matching [A 27 23 1 ] Link 8 : 0FB8 [E206197342000006] Any help is greatly appreciated. Tim