dupa

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - stormserver

Pages: [1]
1
Does anyone have any idea if this code (from another post)

If UserSentence = "Turn on the TV" Then
BlockSave = True
GetResponse = "I'm turning on the TV boss."
GetResponseBlock = True
Set GirderEvent = CreateObject("Girder.GirderEvent")
GirderEvent.Device = 18
GirderEvent.EventString = "TV_ON"
GirderEvent.Payload(1) = payload
GirderEvent.Send()
End If

can be easily modified to work with MisterHouse?

Thanks!

2
Ultra Hal 7.0 / A.I. installed in cars. Version 1.0
« on: May 06, 2009, 10:52:52 am »
I have been using a pc in my vehicles for a long time now. I have been working on projects for several different fleet companies to have pc's handle alot of the functions that these companies need, video/audio surveillance, navigation and tracking as well as displaying data from the vehicles ECU. What I am hoping for is a way of delivering a 2.0 version of my project based on an application like Hal. It seems that Hal will fit nicely if he can control the apps I need it to. Am I wrong?

Pages: [1]