[Xml1-wire-devel] Parsing but no blinking.
Status: Planning
Brought to you by:
vinculum
|
From: Brian D. H. <bri...@da...> - 2001-04-09 17:54:28
|
Sean Kelly, Hi. Thanks for the new build.xml file! It allowed me to compile successfully to a *.tini file using Ant. To test the 8x1.xml file, I am using the Systronix board (8 1-WIRE I/Os). Using the iButton Viewer I discovered all 4 1-Wire Net addresses and put them in the xml file. But, when I ran the xml1wire.tini file, I just received a parse of the xml file (see output below). I was under the impression that the code actually blinked the LEDs and buzzed the buzzer. Do you have any idea what might be going on or what I might be doing wrong? Would I need to use a newer version of MinML with RPC? Thanks, --Brian Hindman, Dallas Semiconductor. ======================================================= TINI /> java xml1wire.tini 8x1.xml Start of document: <OW:Cluster xmlns:OW="http://xml1-wire.sourceforge.net"> <OW:Description> Systronix 8x1-wire board </OW:Description> <OW:Cluster> <OW:Description> Pushbuttons </OW:Description> <OW:Sensor accessMethod="AM_LEVEL_2406"> <OW:NetAddress> FC00000018BC0112 </OW:NetAddress> <OW:ChannelMask> 02 </OW:ChannelMask> <OW:Description> Push-Button 2 </OW:Description> </OW:Sensor> <OW:Sensor accessMethod="AM_LEVEL_2406"> <OW:NetAddress> 1400000018AE2912 </OW:NetAddress> <OW:ChannelMask> 02 </OW:ChannelMask> <OW:Description> Push-Button 3 </OW:Description> </OW:Sensor> <OW:Sensor accessMethod="AM_LEVEL_2406"> <OW:NetAddress> B700000018AE3212 </OW:NetAddress> <OW:ChannelMask> 02 </OW:ChannelMask> <OW:Description> Push-Button 4 </OW:Description> </OW:Sensor> <OW:Sensor accessMethod="AM_LEVEL_2406"> <OW:NetAddress> B200000018BC2A12 </OW:NetAddress> <OW:ChannelMask> 02 </OW:ChannelMask> <OW:Description> Push-Button 1 </OW:Description> </OW:Sensor> </OW:Cluster> <OW:Cluster> <OW:Description> LEDs </OW:Description> <OW:Actuator accessMethod="AM_SWITCH_2406"> <OW:NetAddress> FC00000018BC0112 </OW:NetAddress> <OW:ChannelMask> 01 </OW:ChannelMask> <OW:Description> LED2 </OW:Description> </OW:Actuator> <OW:Actuator accessMethod="AM_SWITCH_2406"> <OW:NetAddress> 1400000018AE2912 </OW:NetAddress> <OW:ChannelMask> 01 </OW:ChannelMask> <OW:Description> LED3 </OW:Description> </OW:Actuator> <OW:Actuator accessMethod="AM_SWITCH_2406"> <OW:NetAddress> B700000018AE3212 </OW:NetAddress> <OW:ChannelMask> 01 </OW:ChannelMask> <OW:Description> LED4 AND BUZZER </OW:Description> </OW:Actuator> <OW:Actuator accessMethod="AM_SWITCH_2406"> <OW:NetAddress> B200000018BC2A12 </OW:NetAddress> <OW:ChannelMask> 01 </OW:ChannelMask> <OW:Description> LED1 </OW:Description> </OW:Actuator> </OW:Cluster> </OW:Cluster> End of document. > -----Original Message----- > From: xml...@li... > [mailto:xml...@li...]On Behalf Of Sean > Kelly > Sent: Friday, April 06, 2001 6:55 PM > To: Brian D. Hindman > Cc: XML1-Wire > Subject: Re: [Xml1-wire-devel] Example source code. > > > > Now, I get an error message that it can't > > find "BuildOneWireDependency" class. > > Well, you can tell how recently we've worked > on XML 1-Wire Tagging, now can't you? :-) > As soon as I get copious spare time (hah!) > I'm planning on delving into tagging again > full steam ahead. > > I've just checked in an updated build.xml > file to the CVS repository; I'm also attaching > it to this email message for your convenience. > > Give it another go. > > --Sean > > > |