Announcement

Collapse
No announcement yet.

Auto Bypassing of Faulted Zones

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Auto Bypassing of Faulted Zones

    James,

    I've been trying to think of a way to run a script that will identify what zones if any are faulted and then bypass them so the panel can be armed.

    I tried using hs.plugin("jvCaddx Plug-in").BypassFaultedZones(Partition) but it seems to only bypass the first faulted zone.

    Do you have any ideas?

    JUdd

    #2
    I had written it to bypass all faulted zones but maybe I never tested more than one zone. I will give it a shot this weekend.
    James

    Running HS 3 on Win10 .

    Comment


      #3
      Hi James,

      Did you get a chance to try out the Bypass function?

      Comment


        #4
        I did try it and it worked for me. The code looks good. Are the zones you are trying to bypass also bypassable via the GUI? Meaning are they set as bypassable by the panel?
        James

        Running HS 3 on Win10 .

        Comment


          #5
          The zones I tried to bypass are all setup as the same zone type and can be bypassed via the alarm keyboard. I will try to bypass them via the GUI when I'm home later.

          Thanks for your help.

          Comment


            #6
            In the code I noticed that I do write to the log for each zone bypassed via the script. When you try this please check the log to see if there is any entries and if they correspond to the faulted/bypassable zones. BTW, what partition are you using? I only tested on partition 1.
            James

            Running HS 3 on Win10 .

            Comment


              #7
              James,

              Okay here is what I found.

              I open up two zones, Zone 6 and zone 8, both are setup and the same zones (door/windows).

              I can bypass each one fine from the GUI.

              When I try via the script command, only the first zone (6) gets bypassed. Zone 8 still shows faulted.

              Here are the log entries.

              9/24/2009 10:55:12 AM...jvCaddx Plug-In jvCaddx~~!~~bypassFaultedZones() - bypassing zone 6
              9/24/2009 10:55:12 AM...jvCaddx Plug-In jvCaddx~~!~~Bypassing zone = 6
              9/24/2009 10:55:14 AM...jvCaddx Plug-In jvCaddx~~!~~bypassFaultedZones() - bypassing zone 8
              9/24/2009 10:55:14 AM...jvCaddx Plug-In jvCaddx~~!~~Bypassing zone = 8

              and these

              9/24/2009 10:55:12 AM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
              023F054689
              9/24/2009 10:55:12 AM...jvCaddx Plug-In Com~~!~~Data Received is 011D1E1F
              9/24/2009 10:55:12 AM...jvCaddx Plug-In Com~~!~~Processing message 1D
              9/24/2009 10:55:12 AM...jvCaddx Plug-In Com~~!~~Message awknowledged = 011D1E1F
              9/24/2009 10:55:12 AM...jvCaddx Plug-In Com~~!~~Data Received is 08840501001BF00900A7E6
              9/24/2009 10:55:12 AM...jvCaddx Plug-In Com~~!~~Processing message 04
              9/24/2009 10:55:14 AM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
              023F07488B
              9/24/2009 10:55:15 AM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
              022401274F
              9/24/2009 10:55:16 AM...jvCaddx Plug-In Com~~!~~Data Received is 0A85000000301000000800D727
              9/24/2009 10:55:16 AM...jvCaddx Plug-In Com~~!~~Processing message 05
              9/24/2009 10:55:17 AM...jvCaddx Plug-In Com~~!~~Data Received is 0A85000000301000000800D727
              9/24/2009 10:55:17 AM...jvCaddx Plug-In Com~~!~~Processing message 05
              9/24/2009 10:55:17 AM...jvCaddx Plug-In Com~~!~~Data Received is 098600000008400100A27BE3
              9/24/2009 10:55:17 AM...jvCaddx Plug-In Com~~!~~Processing message 06
              9/24/2009 10:55:17 AM...jvCaddx Plug-In Com~~!~~Data Received is 09871102020202020202AFDE
              9/24/2009 10:55:17 AM...jvCaddx Plug-In Com~~!~~Processing message 07


              No matter how many zones I fault, the script command only bypasses the lowest faulted zone.

              Judd

              Comment


                #8
                Looking at your post it is really clear that the plugin is sending the panel the bypass request but the panel is ignoring it. I have a 2 second pause between zones which is also evident in your post.

                I tried it again on my system and it worked again. A couple of questions
                1. What panel model are you using
                2. What partition are these zones in

                Not sure the answers will help but I am curious. I will try to post a version with a 3 second delay and see if it helps.
                James

                Running HS 3 on Win10 .

                Comment


                  #9
                  My panel is a NX-8e and the zones are all on partition 1. Both zones are setup as Zone Type 6 (instant).

                  Comment


                    #10
                    Here is a version with a 3 second delay. I am not confident that it will make a difference but I can't understand why your panel isn't responding to the bypass commands after the first one. Let me know what you find and it also helps if you post the same kind of info like you did in the last post. Thanks.
                    Attached Files
                    James

                    Running HS 3 on Win10 .

                    Comment


                      #11
                      Still no good after the new version.

                      Homeseer Log

                      9/24/2009 9:46:49 PM Event Event Trigger "bypass zones"
                      9/24/2009 9:46:49 PM Event Running script statement immediately: &hs.plugin("jvCaddx Plug-in").BypassFaultedZones(1)
                      9/24/2009 9:46:55 PM jvCaddx Plug-In Info javjav Zone 13 has Alarm Memory
                      9/24/2009 9:46:55 PM jvCaddx Plug-In Info javjav Zone Status 0
                      9/24/2009 9:46:56 PM jvCaddx Plug-In Info javjav Zone 13 has Alarm Memory
                      9/24/2009 9:46:56 PM jvCaddx Plug-In Info javjav Zone Status 0
                      9/24/2009 9:46:56 PM jvCaddx Plug-In Info javjav Zone 13 has Alarm Memory
                      9/24/2009 9:46:56 PM jvCaddx Plug-In Info javjav Zone Status 0
                      9/24/2009 9:47:05 PM jvCaddx Plug-In Error UpdateTrackingTable() - possible error with SQL statement = Insert into tracking (HCDC, TriggerDateTime, TimeSequence, ZoneNumber, ZoneName, Partition, Event) values('B8', '9/24/2009 9:46:55 PM', '1', '8', 'Office Window', '1', 'FaultedBypassed')
                      9/24/2009 9:47:05 PM jvCaddx Plug-In Error UpdateTrackingTable() connection state = 1
                      9/24/2009 9:47:05 PM jvCaddx Plug-In Error An unexpected error occured in the UpdateTrackingTable() function/subroutine: [System.Data.OleDb.OleDbException: The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again. at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandli ng(OleDbHResult hr) at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleRe sult(tagDBPARAMS dbParams, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavio r behavior, Object& executeResult) at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(Command Behavior behavior, String method) at System.Data.OleDb.OleDbCommand.ExecuteNonQuery() at dbModule.updateTrackingTable()]
                      9/24/2009 9:47:06 PM jvCaddx Plug-In Info javjav Zone 13 has Alarm Memory
                      9/24/2009 9:47:06 PM jvCaddx Plug-In Info javjav Zone Status 0


                      Debug0 Log

                      9/24/2009 9:46:49 PM...jvCaddx Plug-In jvCaddx~~!~~bypassFaultedZones() - bypassing zone 8
                      9/24/2009 9:46:49 PM...jvCaddx Plug-In jvCaddx~~!~~Bypassing zone = 8
                      9/24/2009 9:46:52 PM...jvCaddx Plug-In jvCaddx~~!~~bypassFaultedZones() - bypassing zone 9
                      9/24/2009 9:46:52 PM...jvCaddx Plug-In jvCaddx~~!~~Bypassing zone = 9
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In Info~~!~~javjav Zone 13 has Alarm Memory
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In Info~~!~~javjav Zone Status 0
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In jvCaddx~~!~~setThisDeviceStatus()-Alarm memory is on for b13
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Info~~!~~javjav Zone 13 has Alarm Memory
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Info~~!~~javjav Zone Status 0
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In jvCaddx~~!~~setThisDeviceStatus()-Alarm memory is on for b13
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Info~~!~~javjav Zone 13 has Alarm Memory
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Info~~!~~javjav Zone Status 0
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In jvCaddx~~!~~setThisDeviceStatus()-Alarm memory is on for b13
                      9/24/2009 9:47:05 PM...jvCaddx Plug-In Error~~!~~UpdateTrackingTable() - possible error with SQL statement = Insert into tracking (HCDC, TriggerDateTime, TimeSequence, ZoneNumber, ZoneName, Partition, Event) values('B8', '9/24/2009 9:46:55 PM', '1', '8', 'Office Window', '1', 'FaultedBypassed')
                      9/24/2009 9:47:05 PM...jvCaddx Plug-In Error~~!~~UpdateTrackingTable() connection state = 1
                      9/24/2009 9:47:05 PM...jvCaddx Plug-In Error~~!~~An unexpected error occured in the UpdateTrackingTable() function/subroutine: [System.Data.OleDb.OleDbException: The changes you requested to the table were not successful because they would create duplicate values in the index, primary key, or relationship. Change the data in the field or fields that contain duplicate data, remove the index, or redefine the index to permit duplicate entries and try again.
                      at System.Data.OleDb.OleDbCommand.ExecuteCommandTextErrorHandli ng(OleDbHResult hr)
                      at System.Data.OleDb.OleDbCommand.ExecuteCommandTextForSingleRe sult(tagDBPARAMS dbParams, Object& executeResult)
                      at System.Data.OleDb.OleDbCommand.ExecuteCommandText(Object& executeResult)
                      at System.Data.OleDb.OleDbCommand.ExecuteCommand(CommandBehavio r behavior, Object& executeResult)
                      at System.Data.OleDb.OleDbCommand.ExecuteReaderInternal(Command Behavior behavior, String method)
                      at System.Data.OleDb.OleDbCommand.ExecuteNonQuery()
                      at dbModule.updateTrackingTable()]
                      9/24/2009 9:47:06 PM...jvCaddx Plug-In Info~~!~~javjav Zone 13 has Alarm Memory
                      9/24/2009 9:47:06 PM...jvCaddx Plug-In Info~~!~~javjav Zone Status 0
                      9/24/2009 9:47:06 PM...jvCaddx Plug-In jvCaddx~~!~~setThisDeviceStatus()-Alarm memory is on for b13
                      9/24/2009 9:48:47 PM...jvCaddx Plug-In Info~~!~~javjav Zone 13 has Alarm Memory
                      9/24/2009 9:48:47 PM...jvCaddx Plug-In Info~~!~~javjav Zone Status 0
                      9/24/2009 9:48:47 PM...jvCaddx Plug-In jvCaddx~~!~~setThisDeviceStatus()-Alarm memory is on for b13

                      Debug1 Log

                      9/24/2009 9:46:49 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      023F07488B
                      9/24/2009 9:46:49 PM...jvCaddx Plug-In Com~~!~~Data Received is 011D1E1F
                      9/24/2009 9:46:49 PM...jvCaddx Plug-In Com~~!~~Processing message 1D
                      9/24/2009 9:46:49 PM...jvCaddx Plug-In Com~~!~~Message awknowledged = 011D1E1F
                      9/24/2009 9:46:49 PM...jvCaddx Plug-In Com~~!~~Data Received is 08840701001BF00900A9F4
                      9/24/2009 9:46:49 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:46:52 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      023F08498C
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A85000000203001000800E86B
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      022401274F
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A85000000203001000800E86B
                      9/24/2009 9:46:55 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A85000000203001000800E86B
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040101001BF000001AB4
                      9/24/2009 9:46:56 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:47:05 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225002750
                      9/24/2009 9:47:05 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A050000002030010008006866
                      9/24/2009 9:47:05 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:07 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225012851
                      9/24/2009 9:47:07 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0501000000000000000010A9
                      9/24/2009 9:47:07 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:09 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225022952
                      9/24/2009 9:47:09 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0502000000000000000011B2
                      9/24/2009 9:47:09 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:11 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225032A53
                      9/24/2009 9:47:11 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0503000000000000000012BB
                      9/24/2009 9:47:11 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:13 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225042B54
                      9/24/2009 9:47:13 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0504000000000000000013C4
                      9/24/2009 9:47:13 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:15 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225052C55
                      9/24/2009 9:47:15 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      022401274F
                      9/24/2009 9:47:15 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0505000000000000000014CD
                      9/24/2009 9:47:15 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:15 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040101001BF000001AB4
                      9/24/2009 9:47:15 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:47:17 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225062D56
                      9/24/2009 9:47:17 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0506000000000000000015D6
                      9/24/2009 9:47:17 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:19 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225072E57
                      9/24/2009 9:47:19 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0507000000000000000016DF
                      9/24/2009 9:47:19 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:21 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225082F58
                      9/24/2009 9:47:21 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0508000000000000000017E8
                      9/24/2009 9:47:21 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:23 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225093059
                      9/24/2009 9:47:23 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0509000000000000000018F1
                      9/24/2009 9:47:23 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:47:25 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      02250102851
                      9/24/2009 9:47:25 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      01272829
                      9/24/2009 9:47:25 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      022401274F
                      9/24/2009 9:47:25 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224022850
                      9/24/2009 9:47:26 PM...jvCaddx Plug-In Com~~!~~Data Received is 090701020202020202021FD9
                      9/24/2009 9:47:26 PM...jvCaddx Plug-In Com~~!~~Processing message 07
                      9/24/2009 9:47:27 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      02250112851
                      9/24/2009 9:47:29 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224022850
                      9/24/2009 9:47:29 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040201201BF000003B5C
                      9/24/2009 9:47:29 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:47:36 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      022302274E
                      9/24/2009 9:47:36 PM...jvCaddx Plug-In Com~~!~~Data Received is 12030246726F6E7420446F6F722020202020209828
                      9/24/2009 9:47:36 PM...jvCaddx Plug-In Com~~!~~Processing message 03
                      9/24/2009 9:47:38 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224022850
                      9/24/2009 9:47:38 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040201201BF000003B5C
                      9/24/2009 9:47:38 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:47:46 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224022850
                      9/24/2009 9:47:46 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040201201BF000003B5C
                      9/24/2009 9:47:46 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:47:56 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224022850
                      9/24/2009 9:47:56 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040201201BF000003B5C
                      9/24/2009 9:47:56 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:48:06 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224022850
                      9/24/2009 9:48:06 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040201201BF000003B5C
                      9/24/2009 9:48:06 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:48:16 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      01272829
                      9/24/2009 9:48:16 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224022850
                      9/24/2009 9:48:16 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224032951
                      9/24/2009 9:48:16 PM...jvCaddx Plug-In Com~~!~~Data Received is 090701020202020202021FD9
                      9/24/2009 9:48:16 PM...jvCaddx Plug-In Com~~!~~Processing message 07
                      9/24/2009 9:48:26 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      022303284F
                      9/24/2009 9:48:27 PM...jvCaddx Plug-In Com~~!~~Data Received is 1203034761726167652057696E646F772020205C1C
                      9/24/2009 9:48:27 PM...jvCaddx Plug-In Com~~!~~Processing message 03
                      9/24/2009 9:48:28 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224032951
                      9/24/2009 9:48:28 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040301001BF000001CC2
                      9/24/2009 9:48:28 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:48:36 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224032951
                      9/24/2009 9:48:37 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040301001BF000001CC2
                      9/24/2009 9:48:37 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:48:47 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225002750
                      9/24/2009 9:48:47 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A050000002030010008006866
                      9/24/2009 9:48:47 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:48:49 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225012851
                      9/24/2009 9:48:49 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0501000000000000000010A9
                      9/24/2009 9:48:49 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:48:51 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225022952
                      9/24/2009 9:48:51 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0502000000000000000011B2
                      9/24/2009 9:48:51 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:48:53 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225032A53
                      9/24/2009 9:48:53 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0503000000000000000012BB
                      9/24/2009 9:48:53 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:48:55 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225042B54
                      9/24/2009 9:48:55 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0504000000000000000013C4
                      9/24/2009 9:48:55 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:48:57 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225052C55
                      9/24/2009 9:48:57 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0505000000000000000014CD
                      9/24/2009 9:48:57 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:48:57 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224032951
                      9/24/2009 9:48:57 PM...jvCaddx Plug-In Com~~!~~Data Received is 08040301001BF000001CC2
                      9/24/2009 9:48:57 PM...jvCaddx Plug-In Com~~!~~Processing message 04
                      9/24/2009 9:48:59 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225062D56
                      9/24/2009 9:48:59 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0506000000000000000015D6
                      9/24/2009 9:48:59 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:49:01 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225072E57
                      9/24/2009 9:49:01 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0507000000000000000016DF
                      9/24/2009 9:49:01 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:49:03 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225082F58
                      9/24/2009 9:49:03 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0508000000000000000017E8
                      9/24/2009 9:49:03 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:49:05 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0225093059
                      9/24/2009 9:49:05 PM...jvCaddx Plug-In Com~~!~~Data Received is 0A0509000000000000000018F1
                      9/24/2009 9:49:05 PM...jvCaddx Plug-In Com~~!~~Processing message 05
                      9/24/2009 9:49:07 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      02250102851
                      9/24/2009 9:49:07 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      01272829
                      9/24/2009 9:49:07 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224032951
                      9/24/2009 9:49:07 PM...jvCaddx Plug-In Com~~!~~SendRequestToPanel()- Requesting =
                      0224042A52
                      9/24/2009 9:49:07 PM...jvCaddx Plug-In Com~~!~~Data Received is 090701020202020202021FD9
                      9/24/2009 9:49:07 PM...jvCaddx Plug-In Com~~!~~Processing message 07

                      Strange how it works on your system, but not on mine....

                      Whats even stranger is if I rerun the script command again, the second faulted zone gets bypassed.

                      Comment


                        #12
                        It is strange because I have a very similar setup with an NX8e. Unfortunately it looks like the plugin is doing what it is supposed to but let me play around a little more and see if I can glean any clues.
                        James

                        Running HS 3 on Win10 .

                        Comment


                          #13
                          James,
                          I am also getting many of these log entries:
                          9/26/2009 3:28:58 PM - jvCaddx Plug-In In - javjav Zone 5 has Alarm Memory
                          9/26/2009 3:28:55 PM - jvCaddx Plug-In In - javjav Zone Status 0
                          Jim

                          Comment


                            #14
                            Hi James,

                            Just wondering if you had a chance to look into this issue further?

                            Judd

                            Comment


                              #15
                              Nothing new yet. Really a bit of a mystery but maybe I can get a few clues this weekend. I will let you know if there is anything I want you to try.
                              James

                              Running HS 3 on Win10 .

                              Comment

                              Working...
                              X