Audio processor Symetrix Jupiter -UDP Programming?
zhujy09
Junior Member
Anyone have experience with this device? Any tricks or tips? Code to share?
How to define a TCP/IP device ? Device number?
How to control a Ethernet equipped Device?
Symetrix Jupiter UDP port :48630
Serial control is much easier,but this device don't have a RS232 Port.
Sorry for my poor English.
thank you all
How to define a TCP/IP device ? Device number?
How to control a Ethernet equipped Device?
Symetrix Jupiter UDP port :48630
Serial control is much easier,but this device don't have a RS232 Port.
Sorry for my poor English.
thank you all
Comments
-
Its the same protocol than the RS232.
Don't forget to sent the right communication parameters
(SQ) Set Quiet Mode
(EH) Set Echo Mode
dvSymetrix_1 = 0:3:0
SymServerPort= 48630
DEFINE_FUNCTION SendtoSym(SymCommand[10],SymIndex,Value,Preset)
{
CANCEL_WAIT 'ClosePort'
IP_CLIENT_OPEN (SymAMXPort,SymIP,SymServerPort, 3) (* öffnet Kommunikationsport *)
WAIT 1 'OpenPort'
{
SEND_STRING devSym,"'SQ 0',$0D"
WAIT 5
{
SEND_STRING devSym,"SymCommand,' ',ITOA(SymIndex),' ',ITOA(Value),$0D"
}
Wait 20 'ClosePort'
{
IP_CLIENT_CLOSE (SymAMXPort)
}
}
Regards Thomas -
thank you
thank you! It helps -
So I forgot about the quiet mode. Will try this again next time.
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums