Russound's SMS3 module
I'm trying to use this module for Russound's SMS3 media server by AMX and I can't make the system to communicate with the music server. The IP address to the SMS3 is 192.168.1.104 which I already assigned in the program but the TP is showing that the system is OFFLINE. Could somebody look in the code and tell me what am I missing?
0
Comments
DATA_EVENT [vdvRussound_SMS3[1]]
{
ONLINE:
{
send_command vdvRussound_SMS3[1],"'PROPERTY-IP_Address,192.168.103.48?"
send_command vdvRussound_SMS3[1],"'REINIT'"
}
}
I have another question. On line 248 of the Main there is a comment that states: Use this section if you have a TP in the system. And the section goes from line 250 to 254. When I made this section available and change TP with vdTP and compiled it I got an error on line 253 that says that S_DATE is not defined. Any ideas?
There doesn't seem to be a refernce to there declaration or use of S_DATE or S_TIME but then I only looked for a second.
Thanks for your help but changing them to what you just suggested give me the same not defined error.
Thanks, very much.