Sony VPLPX21
schawad
Junior Member
Hi,
I'm looking for a RS232 Axcess block code for Sony VPLPX21 model, I checked the PDF that is listing here but I got no where, all I need is ON and OFF command nothing fancy.
Thanks
Schawad
I'm looking for a RS232 Axcess block code for Sony VPLPX21 model, I checked the PDF that is listing here but I got no where, all I need is ON and OFF command nothing fancy.
Thanks
Schawad
Comments
-
This should do you
DEFINE_CONSTANT PROJ_ON = $2E (*PROJECTOR POWER ON *) PROJ_OFF = $2F (*PROJECTOR POWER OFF*) DEFINE_CALL 'PCHECKSUM' (CMD[50],CHECKSUM) LOCAL_VAR LOOP { LOOP = 2 CHECKSUM = 0 WHILE (LOOP <= LENGTH_STRING(CMD)) { CHECKSUM = CHECKSUM BXOR CMD[LOOP] LOOP = LOOP + 1 } } DEFINE_CALL 'SONY PROJ' (FUNC) LOCAL_VAR CMD[50] CHECKSUM { CMD="$A5,$01,$00,$01,$00,$01,$03,$00,$01,$00,$01,$17,$00,$00,$08,$00,$06,$40,$54, FUNC,$01, $00,$00" CALL 'PCHECKSUM' (CMD,CHECKSUM) CMD = "CMD,CHECKSUM" (* ADD THE CHECKSUM *) CMD = "CMD,$5A" SEND_STRING dvProj,"CMD" }
HTH
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