Gentner Products code blocks
Table of Contents
Sample NetLinx Module Code
The 4 sample NetLinx modules included in this zip file are written to control various Gentner Audio Conference products, but the module design may be adapted to other 3rd party devices.
Gentner Products code blocks:
Gentner AP400, AP800/AP10, GT724, AP800
PROGRAM_NAME='GENTNER, AP400, RS-232, 10-99, CWR'
(* DATE:10/13/99 TIME:11:24:23 *)
(***********************************************************)
(* System Type : *)
(***********************************************************) (***********************************************************)\
(* The following code block is provided as a guide to *)
(* programming the device(s) listed above. This is a *)
(* sample only, and will most likely require modification *)
(* to be integrated into a master program. *)
(* *)
(* Device-specific protocols should be obtained directly *)
(* from the equipment manufacturer to ensure compliance *)
(* with the most current versions. Within the limits *)
(* imposed by any non-disclosure agreements, AMX will *)
(* provide protocols upon request. *)
(* *)
(* If further programming assistance is required, please *)
(* contact your Amx customer support team. *)
(* *)
PROGRAM_NAME='GENTNER, AP800/AP10, RS-232, 10-99, CWR'
(* DATE:02/06/01 TIME:09:22:11 *)
(***********************************************************)
(* System Type : *)
(***********************************************************)
(***********************************************************)
(* The following code block is provided as a guide to *)
(* programming the device(s) listed above. This is a *)
(* sample only, and will most likely require modification *)
(* to be integrated into a master program. *)
(* *)
(* Device-specific protocols should be obtained directly *)
(* from the equipment manufacturer to ensure compliance *)
(* with the most current versions. Within the limits *)
(* imposed by any non-disclosure agreements, AMX will *)
(* provide protocols upon request. *)
(* *)
(* If further programming assistance is required, please *)
(* contact your Amx customer support team. *)
(* *)
PROGRAM_NAME='GENTNER, GT724, RS-232, BASIC, 6-99, JJM'
(* DATE:06/03/99 TIME:14:01:03 *)
(***********************************************************)
(* The following code block is provided as a guide to *)
(* programming the device(s) listed above. This is a *)
(* sample only, and will most likely require modification *)
(* to be integrated into a master program. *)
(* *)
(* Device-specific protocols should be obtained directly *)
(* from the equipment manufacturer to ensure compliance *)
(* with the most current versions. Within the limits *)
(* imposed by any non-disclosure agreements, AMX will *)
(* provide protocols upon request. *)
(* *)
(* If further programming assistance is required, please *)
(* contact your Amx customer support team. *)
(* *)
PROGRAM_NAME='GENTNER, AP800, RS-232, BASIC, 9-99, RDW'
(* DATE:09/21/99 TIME:17:31:21 *)
(***********************************************************)
(* The following code block is provided as a guide to *)
(* programming the device(s) listed above. This is a *)
(* sample only, and will most likely require modification *)
(* to be integrated into a master program. *)
(* *)
(* Device-specific protocols should be obtained directly *)
(* from the equipment manufacturer to ensure compliance *)
(* with the most current versions. Within the limits *)
(* imposed by any non-disclosure agreements, AMX will *)
(* provide protocols upon request. *)
(* *)
(* If further programming assistance is required, please *)
(* contact your Amx customer support team. *)
(* *)
Downloads:
Table of Contents