Search the web
Sign In
New User? Sign Up
xap_automation
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 3785 - 3814 of 4548   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
3785
Unfortunately my old web site (www.netcomp.biz) is no more, but I have now re-created it and the new url is www.netcompsys.co.uk. There will be some updates...
turner228
Offline Send Email
Jan 15, 2008
7:54 pm
3786
i'm struggling to get my hardware oriented mind to write some code. i'm trying to write a xAP app to generate xAP messages for another piece of software. i've...
rleong1
Offline Send Email
Jan 17, 2008
5:36 am
3787
Was just thinking as I was writing a huge email to UKHA group - wonder if it's possible to have switchboard announce an incoming, unknown number with the...
Paul Gale
psghome2002
Offline Send Email
Jan 17, 2008
8:36 am
3788
it doesn't appear as if there's anything in the cid or meteor schema. would this be handled in bsc?...
rleong1
Offline Send Email
Jan 17, 2008
5:39 pm
3789
Actually there is already a message in the schema for outgoing call initiated and outgoing call complete which is much the same (in an incoming situation it's...
Kevin Hawkins
ukusaconsulting
Offline Send Email
Jan 17, 2008
6:16 pm
3790
... Adding a location to the message is easy, just edit the tosend.txt file and add *Location* to the TTS line. However this would happen on all incoming calls...
James Traynor
JamesTraynor
Offline Send Email
Jan 17, 2008
10:40 pm
3791
... These are copies of the CTI schema that xAPTel and Switchboard uses: CTI.Cmd http://www.mi4.biz/modules.php?name=Content&pa=showpage&pid=50 CTI.info ...
James Traynor
JamesTraynor
Offline Send Email
Jan 17, 2008
10:44 pm
3792
... xapmessagebody = xapmessagebody & "input.state" & Chr$(10) xapmessagebody = xapmessagebody & "{" & Chr$(10) xapmessagebody = xapmessagebody & "state=on" &...
James Traynor
JamesTraynor
Offline Send Email
Jan 17, 2008
11:28 pm
3793
Thanks James J Paul. From: xap_automation@yahoogroups.com [mailto:xap_automation@yahoogroups.com] On Behalf Of James Traynor Sent: 17 January 2008 22:40 To:...
Paul Gale
psghome2002
Offline Send Email
Jan 18, 2008
8:31 am
3794
... xapmessagebody, ... work well. ... is there a subuid limit? up to "FF"?...
rleong1
Offline Send Email
Jan 19, 2008
4:52 am
3795
is there a subuid limit? up to "FF"? From the V1.2 Protocol definition ( http://www.xapautomation.org/index.php?title=Protocol_definition ) "The UID is...
KevinT
turner228
Offline Send Email
Jan 19, 2008
10:25 am
3796
Something not quite right with my reply, so try again... ... From the V1.2 Protocol definition :- The UID is generated as an upper case ASCII hex number,...
turner228
Offline Send Email
Jan 19, 2008
11:45 am
3797
Yes as Kevin says in xAP v1.2 the subID can be 01-FE (254 endpoints). The subID of 00 is reserved for the device itself (rather than its endpoints) and FF is...
Kevin Hawkins
ukusaconsulting
Offline Send Email
Jan 19, 2008
2:05 pm
3798
gotcha. thanks to both Kevins for your quick replies....
rleong1
Offline Send Email
Jan 19, 2008
5:49 pm
3799
another question, do i need to go through all the events (xAPRaw, xAPStart, xAPCheck, xAPEnd) to process a message? or can i just have 1 of them in my app ...
rleong1
Offline Send Email
Jan 19, 2008
6:21 pm
3800
... We are talking xAPIntranet ocx now I think, The answer is you use what you want, but you must remember that although you are only aimimg to handle a few...
turner228
Offline Send Email
Jan 19, 2008
6:31 pm
3801
... thanks. it just seemed that some of these events are redundant and that i don't necessarily need to process them all. anyway, just trying to get my head...
rleong1
Offline Send Email
Jan 19, 2008
7:26 pm
3802
James, i see that floorplan will map xpl sensor.basic commands to xapbsc.event, but control.basic is mapped to xpl.control, not xapbsc.cmd as i would expect....
rleong1
Offline Send Email
Jan 19, 2008
7:31 pm
3803
The xPL bridge has an option to turn on and off translation. Translation changes known schemas from one network to the other, like you see with the...
James Traynor
JamesTraynor
Offline Send Email
Jan 20, 2008
1:57 pm
3804
... As it stands the ocx works fine as a 1.2 application that can also happily receive 1.3 messages. There are a couple of things to bear in mind: It sends v12...
James Traynor
JamesTraynor
Offline Send Email
Jan 20, 2008
2:17 pm
3805
... Yes they are there if you want them, all optional. The sequence being on a received message: xAPRaw - raw access to the message xAPHeartbeat - only on a...
James Traynor
JamesTraynor
Offline Send Email
Jan 20, 2008
2:23 pm
3806
here's a sample: doghouse-scu.home xpl-trig sensor.basic { device=flag_amppower current=1 } xap-header { v=12 hop=1 uid=FFB5D13A class=xapbsc.event ...
rleong1
Offline Send Email
Jan 21, 2008
12:48 am
3807
James, i'm trying to monitor an app that uses port 48000. every time i configure it and click update ping crashes with this message: run-time error...
rleong1
Offline Send Email
Jan 21, 2008
12:52 am
3808
James, i'm trying to get ping to monitor my xAP hub. it's crashing while i'm trying to create a xAP app and i'd like to create a script to restart it. i set...
rleong1
Offline Send Email
Jan 21, 2008
4:00 pm
3809
yes it can, the latest Ping which i've just sent to you does have xAP monitoring and will alert you when a xAP device fails. It will send a display message on...
James Traynor
JamesTraynor
Offline Send Email
Jan 21, 2008
5:39 pm
3810
ah, good point. The Port is an integer so was overflowing > 32k . I've changed it to a long and emailed you a new exe, could you give it a go James...
James Traynor
JamesTraynor
Offline Send Email
Jan 21, 2008
5:40 pm
3811
Any chance of seeing the message that didn't translate, the control.basic one? Thanks, James...
James Traynor
JamesTraynor
Offline Send Email
Jan 21, 2008
5:41 pm
3812
that was fast! thank you....
rleong1
Offline Send Email
Jan 21, 2008
5:52 pm
3813
ah i forgot it's udp! would the xAP monitoring be under "monitor heartbeats"? otherwise i'm not seeing this option....
rleong1
Offline Send Email
Jan 21, 2008
5:56 pm
3814
Yep, that's the one. You should see a new tab on the main screen labelled xAP with a list of devices and time from last heartbeat. James...
James Traynor
JamesTraynor
Offline Send Email
Jan 21, 2008
6:02 pm
Messages 3785 - 3814 of 4548   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help