question about nexia?
Tassadar
Posts: 11
this command is unworkable:
SEND_STRING rsNexia, 'SET 1 PHPWR 129 1 1'
But i have answer from Nexia.
SEND_STRING rsNexia, 'SET 1 PHPWR 129 1 1'
But i have answer from Nexia.
0
Comments
// I think you will find you need a line feed... Do not know exactly what you mean by unworkable...
SEND_STRING rsNexia, "'SET 1 PHPWR 129 1 1',10"
SEND_COMMAND dvNexia, "'SET BAUD 38400, N, 8, 1'";
and this is an example of a command to a Nexia
SEND_STRING dvNexia, "'RECALL 1 PRESET 1001', $0D";
to recall preset 1
- Chip
Yea Chip is right that I am right. But CHIP your hex codes are wrong, I guess you need to come to another one of my classes... Kidding....
I'm sure I have no idea what you're talking about. Those codes look fine to me.
Try
SET 1 INPMUTE 2 3 0<LF>
WHERE
1 IS SYSTEM NUMBER
2 IS INSTANCE ID OD DEVICE WHAT YOU ARE CONTROLING
3 IS INPUT NUMBER
0 IN UNMUTE.
It is working over TCP/IP also , so you dont need RS232/422/485 port
The PHPWR command is a phantom power command for the I/O block in the Audia. The PHPWRCS appears to be the same command for the I/O block in the Nexia.