72
aa Effect Module’s Position
bb Effect Parameter’s Position
When a Request Parameter Value procedure is received, the 2112 will respond with a Receive Parameter
Value procedure.
RECEIVE PARAMETER VALUE (18h)
SYS_HEAD 18(h), aa1,aa2, bb1, bb2,cc1, cc2, F7(h)
aa Effect Module’s Position
bb Effect Parameter’s Position
cc Parameter Value
The Receive Parameter Value procedure is used to load Parameter Values into the 2112. Please refer to the
Parameter Charts for more information.
REQUEST ALL CURRENT PARAMETER VALUES (23h)
SYS_HEAD, 23(h), ww1, ww2, F7(h)
When ww= 7F(h) All module’s parameters will be requested.
When ww= 68(h) (position of the module minus 1), only that module’s parameters will be requested.
ww Requested Module’s parameter Values
When a Request All Current Parameter Values procedure is received, the 2112 will respond with a Respond
All Current Parameter Values procedure.
RECEIVE ALL CURRENT PARAMETER VALUES FOR CURRENT PROGRAM (24h)
SYS_HEAD, 24(h), nn1, nn2, ww1, ww2, mm1(1st), mm2(1st), aa1(1st), aa2(1st), dd1(1st)(1st), dd2(1st)1st, ...
dd1(1st)(wth) ,dd2(1st)(wth), ... mm1(xth),...mm2(xth), aa1(xth), aa2(xth), dd1(xth)(1st), dd2(xth)(1st), ...
dd1(xth)(wth),dd2(xth)(wth), F7(h)
When ww= 7F(h) All module’s parameters will be received.
When ww= 68(h) (position of the modules minus 1), only that module’s parameters will be received.
nn Number of Modules.
ww Modules User requested.
mm Indicates the beginning of the xth Module.
aa Number of available parameters in the FX Module.
dd Current value for the wth parameter.
The Receive All Current Parameter Values procedure is used to receive Parameter Values from the 2112 for
the currently selected program.
Warning: Sending data that was retrieved from a different program will delete the memory. Be sure to only
send data that was received from the same program.
REQUEST MODULE CONFIGURATION (25h)
SYS HEAD , 25 (h) , F7 (h)
When a Request Module Configuration procedure received, the 2112 will respond with a Respond Module
Configuration procedure.