Communication with MAX
VladaPUB
Posts: 139
in MAX by AMX
What else I need to set :
to establish communication betwen NI controler and MAX ?
Can someone send me some demo code ? I have include module in workspace, but I am not shure how to set ip address of server.
DEFINE_DEVICE dvMAX = 0:5:0 // The real MAX device vdvMAX = 41001:1:0 // The virtual MAX device vdvAVM1 = 41001:2:0 // AVM 1 connected to the MAX DEFINE_START // Place define_module calls to the very end of the define_start section. DEFINE_MODULE 'AMX_MAX_Comm_dr1_0_0' duet_code(vdvMAX,dvMAX)
to establish communication betwen NI controler and MAX ?
Can someone send me some demo code ? I have include module in workspace, but I am not shure how to set ip address of server.
0
Comments