A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: core/MY_Controller.php

Line Number: 178

A PHP Error was encountered

Severity: Warning

Message: array_key_exists(): The first argument should be either a string or an integer

Filename: core/MY_Controller.php

Line Number: 181

A PHP Error was encountered

Severity: Notice

Message: Undefined index: HTTP_ACCEPT_LANGUAGE

Filename: core/MY_Controller.php

Line Number: 185

A PHP Error was encountered

Severity: Warning

Message: array_key_exists(): The first argument should be either a string or an integer

Filename: core/MY_Controller.php

Line Number: 188

A PHP Error was encountered

Severity: Notice

Message: Undefined index: /support/knowledge_base/

Filename: controllers/knowledge_base.php

Line Number: 89

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/knowledge_base.php

Line Number: 94

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/knowledge_base.php

Line Number: 95

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/knowledge_base.php

Line Number: 96

A PHP Error was encountered

Severity: Warning

Message: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set

Filename: models/zd_model.php

Line Number: 38

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/knowledge_base.php

Line Number: 108

A PHP Error was encountered

Severity: Notice

Message: Trying to get property of non-object

Filename: controllers/knowledge_base.php

Line Number: 109

欢迎访问Roland ProAV中文网站 - 支持 - - What is the syntax for controlling Roland audio or video products via RS-232 (RTI example)?
AS

What is the syntax for controlling Roland audio or video products via RS-232 (RTI example)?

If a product is controllable via RS-232, there is a 9-pin port on the product and also a manual in the support area of the product page that outlines all the commands available.

Please be sure to confirm the menu settings as well as cable and pin assignments are correct first.

The manual refers to "stx" before the command itself.  This defines what type of command it is.  For example type 1 indicates there are no parameters with the command and type 2 indicates it has parameters to follow.

Attached is an example command using the Integration Designer software from RTI.

See that the first part "\x" lets us input the command using ASCII characters.

"02" indicates that it is a command that does have parameters.

The rest of the command is as defined in the RS-232 or remote manual for a particular product.

支持

Quick Links