C-Bus Forums  

Go Back   C-Bus Forums > C-Bus Products > C-Touch/HomeGate/SchedulePlus/PICED

The C-Bus Community Forums is place where C-Bus users can share information and help others with C-Bus. From time to time you will see Clipsal staff on the forums, but this is not an official support channel. If you really need help contact the official support services of Clipsal. More information about the purpose of this forum is available here.

Reply
 
Thread Tools Display Modes
  #1  
Old 16 Jan 08, 10:23 PM
Josh Josh is offline
Senior Member
 
Join Date: Aug 2004
Location: Pretoria, South Africa
Posts: 223
Default In-built System IO : Security Armed Level Name

I am using a PAC to do the logic and have Cytech's Comfort alarm panel connected to CBUS.

Comfort has 4 alarm levels, that is OFF,Day,Night, and Away. When I tested GetStringIBSystemIO("Security Armed Level Name", armLevel) with the alarm panel in DAY mode, I got "disarmed" which is not entirely accurate, should this be the case? Or am I doing something wrong (again)?
Reply With Quote
  #2  
Old 09 Feb 10, 03:38 AM
Josh Josh is offline
Senior Member
 
Join Date: Aug 2004
Location: Pretoria, South Africa
Posts: 223
Default

I am using a PAC to do the logic and have Cytech's Comfort alarm panel connected to CBUS.

When I tested GetIntIBSystemIO("Security Armed Level") it returns 0, no matter what the current Alarm Level is. Is this function not PAC supported?
Reply With Quote
  #3  
Old 09 Feb 10, 08:19 AM
NickD's Avatar
NickD NickD is offline
Senior Member
 
Join Date: Nov 2004
Location: Adelaide
Posts: 647
Default

Both of the above make it sound like the PAC is not receiving the bus messages from the Comfort... can you see anything in, say the Application log of Toolkit, or the LOG in PICED when running this project?

Nick
Reply With Quote
  #4  
Old 09 Feb 10, 02:00 PM
Josh Josh is offline
Senior Member
 
Join Date: Aug 2004
Location: Pretoria, South Africa
Posts: 223
Default

Quote:
Originally Posted by NickD View Post
Both of the above make it sound like the PAC is not receiving the bus messages from the Comfort... can you see anything in, say the Application log of Toolkit, or the LOG in PICED when running this project?
I can see messages in Application 208 in both (Toolkit and PICED logs) and I use GetBoolIBSystemIO("Security Zone Secure",ZoneName) for motion controlled GAs and they behave as expected.
Reply With Quote
  #5  
Old 09 Feb 10, 03:25 PM
NickD's Avatar
NickD NickD is offline
Senior Member
 
Join Date: Nov 2004
Location: Adelaide
Posts: 647
Default

Can you extract and post the messages you see in the PICED log?
Specifically where it should be changing the armed mode.

Nick
Reply With Quote
  #6  
Old 10 Feb 10, 02:08 AM
Josh Josh is offline
Senior Member
 
Join Date: Aug 2004
Location: Pretoria, South Africa
Posts: 223
Default

Quote:
Originally Posted by NickD View Post
Can you extract and post the messages you see in the PICED log?
Specifically where it should be changing the armed mode.
Here is the extract disguised as code ....
Code:
09/02/2010 05:14:11 PM  C-Bus Rx : Ramp Comfort Zone Status, Scullery Movement Off over 4s
09/02/2010 05:14:25 PM  C-Bus Rx : Security Application : Zone 7 Sealed
09/02/2010 05:14:25 PM  C-Bus Rx : Ramp Comfort Zone Status, Patio Outside Doors Off over 4s
09/02/2010 05:14:27 PM  C-Bus Rx : Security Application : Zone 19 Unsealed
09/02/2010 05:14:27 PM  C-Bus Rx : Ramp Comfort Zone Status, Scullery Movement On over 4s
09/02/2010 05:14:36 PM  C-Bus Rx : Security Application : Exit delay started
09/02/2010 05:14:36 PM  C-Bus Rx : Security Application : Arm Ready
09/02/2010 05:14:39 PM  C-Bus Rx : Security Application : Zone 19 Sealed
09/02/2010 05:14:39 PM  C-Bus Rx : Ramp Comfort Zone Status, Scullery Movement Off over 4s
09/02/2010 05:14:40 PM  C-Bus Rx : Set AlarmSystemMode to Day Mode
09/02/2010 05:14:40 PM  C-Bus Rx : Security Application : System Arm State : Armed
09/02/2010 05:14:58 PM  C-Bus Rx : Set AlarmSystemMode to OFF Mode
Josh
Reply With Quote
  #7  
Old 11 Feb 10, 02:40 AM
Ingo Ingo is offline
Senior Member
 
Join Date: Dec 2006
Location: South Africa
Posts: 142
Default

I see the same on my system. Running PICED 4.7.2 with the latest Comfort firmware on all components (UCM/CBus and Main firmware). Output in the log also shows system being armed correctly but the built-in system io variable stays on 0.

My workaround was to set a CBus group, from the Comfort side, to either On or Off depending on the Armed level. It uses 4 CBus groups but it works every time.

Ingo
Reply With Quote
  #8  
Old 11 Feb 10, 04:52 AM
Josh Josh is offline
Senior Member
 
Join Date: Aug 2004
Location: Pretoria, South Africa
Posts: 223
Default

Quote:
Originally Posted by Ingo View Post
My workaround was to set a CBus group, from the Comfort side, to either On or Off depending on the Armed level. It uses 4 CBus groups but it works every time.
Ingo,

I have a work-around, one GA (50 OFF, 100 DayMode, 150 Night Mode, 200 Away Mode, 250 Vacation) which Comfort setup at arming/disarming. I found out a couple days ago that with some power failures PACS initialises and the status of the GA is unknown (Zero/OFF), to which I had to setup another workaround, that is ask Comfort to set the GA again at PACS initialise which works, but I hate the fact that I am doing a work-around of a work-around, hence why am trying to get the right method working.

Maybe we have faulty units?

Josh
Reply With Quote
  #9  
Old 11 Feb 10, 01:54 PM
NickD's Avatar
NickD NickD is offline
Senior Member
 
Join Date: Nov 2004
Location: Adelaide
Posts: 647
Default

Hi Josh.

I don't think it's faulty units... I suspect it's more a case of the subtlties of how the security application works.

The "Armed Level" is actually the level that the slave device has requested, whereas the "Armed State" is what the master device (the panel) has actually done in response to this request.

Unfortunately the log doesn't give exact details of the messages, and who sent what..

Now that the protocols have all been made public, the latest version of the Diagnostic Utility (you can download it here) has more or less the same level of information as our internal tools, and shows and decodes the full message from the bus.

Could I trouble you to download it and post another log?

Nick

Last edited by NickD; 11 Feb 10 at 01:58 PM.
Reply With Quote
  #10  
Old 11 Feb 10, 03:29 PM
Josh Josh is offline
Senior Member
 
Join Date: Aug 2004
Location: Pretoria, South Africa
Posts: 223
Default

Quote:
Originally Posted by NickD View Post

Unfortunately the log doesn't give exact details of the messages, and who sent what..

Now that the protocols have all been made public, the latest version of the Diagnostic Utility (you can download it here) has more or less the same level of information as our internal tools, and shows and decodes the full message from the bus.
NickD,

I have CBus Diagnostic Utility v 2.0.0.0. Any settings I need to change or would the Basic Mode do?

Josh
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Write system IO c-touch object DiscoStu C-Touch/HomeGate/SchedulePlus/PICED 2 23 Nov 07 02:57 PM
Triggering scenes using security system remotesolutions General Discussion 7 23 Jun 06 03:01 AM
Comfort Security System Josh C-Touch/HomeGate/SchedulePlus/PICED 5 20 Jun 06 05:48 PM
Timer delay off (Now that's a newbie question) Mithril C-Bus Toolkit/C-Gate 12 01 Sep 04 04:41 PM


All times are GMT +10.5. The time now is 10:05 AM.


Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.