Home BSS User Forum BSS Software & Programming

Read status via tcp/udp

Hi, is there a way to read the status of, for example, a projector, and use this as a Logic Source?

Example:

My Projector tells me his power status:

*power ?

The Answer can be "0" or "1"

Would be great to use this answer to color an led on motion control panel, or to trigger the screen to come down, ...

Comments

  • The BSS devices can't parse incoming traffic, so afraid not- what you want can't be done. You could build a logic design to send a power on command, and at the same time drop the screen- if the projector is already on, well nothing will happen, and the screen drops. If it's off, well then it powers on and the screen drops. Mission accomplished!

Sign In or Register to comment.