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 - gaspala

Pages: 1 [2]
16
Where do you specify -305 ? I don't see any device that corresponds to -305 in the listbox named 'Device' on 'Edit' page of 'Respond To Events' page.

17
I have a motion sensor on the driveway. When it is tripped, I would like to display 'Driveway motion detected' on all on-screen orbiters.

I tried to use 'Respond To Events' for the motion sensor. I tried 'Send Message' on 'On Screen Orbiter' with '#144 Go Back (bool)' set to 1
'#9 Text (string)' set to 'Driveway motion detected'

I also tried 'Display Alert' with
'#251 Interruption (int)' set to 0
'#9 Text (string)' set to 'Driveway motion detected'
'#182 Timeout (string)' set to 3
'#70 Tokens (string)' set to 'motion'

Neither of them displayed any text. Instead, it toggled UI2 when no media is played. It showed the list of media files during a video playback.

Please let me know if I need to use different message or different parameters.

If possible, I would like to display the message at the top left corner of all TVs (on-screen orbiters). It is like how 'Remote nn is Active' is displayed when you associate a remote (FireChief) to a media director.

Thanks.

18
I wrote a small C program to run on a MD. However, when I tried to run the program, I got 'Binary file not executable'. To make it simple, I created a new program with one line as 'main() { }'. There were no compilation error and it produced a.out file.

'file a.out' command produced
a.out: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), for GNU/Linux 2.6.8, dynamically linked (uses shared libs), not stripped root@moon92:/home/public/other/

But, 'ldd a.out' command produced 'not a dynamic executable' message.

However, I have no problem running a.out on the core/hybrid. But, none of the MDs were able to run any executable I created.

On the MD I tried to run, based on the output of 'dpkg -l', libc6 and libc6-dev packages are installed.

What do I need to make these executable work in Media Directors.



19
Installation issues / Re: 110 baud rate for Olevia 537H LCD
« on: October 27, 2008, 07:31:22 pm »
I am not sure what you mean by ICD.

20
Installation issues / 110 baud rate for Olevia 537H LCD
« on: October 23, 2008, 02:45:49 am »
Hi,

I have Olevia 537H LCD that has a serial port. This TV accepts commands from serial port at 115200 baud rate. However, the initial "power on" command needs to be sent at 110 baud rate. I have verified this functionality using Windows XP.

/usr/pluto/bin/TestSerialPort command does not accept 110 as a baud rate.

Is there any other way to send data on serial port at 110 baud rate ?

Your help is very much appreciated.

Pages: 1 [2]