Skip to main content

Responses

Camera Issued Commands

ACK / Completion Messages

The command is ACK or Completion Message.

FunctionCommand PacketComments
ACKz0 4y FF (y: Socket No.)Returned when the command is accepted.
Completionz0 5y FF (y: Socket No.)Returned when the command has been executed.

Error Messages

The command Error Messages

FunctionCommand PacketComments
Syntax Errorz0 60 02 FFReturned when the command format is different or when a command with illegal command parameters is accepted.
Command Buffer Fullz0 60 03 FFIndicates that two sockets are already being used (executing two commands) and the command could not be accepted when received
Command Canceledz0 6y 04 FF (y: Socket No.)Returned when a command which is being executed in a socket specified by the cancel command is canceled. The completion message for the command is not returned.
No Socketz0 6y 05 FF (y: Socket No.)Returned when no command is executed in a socket specified by the cancel command, or when an invalid Socket No. is specified
Command Not Executablez0 6y 41 FF (y: Execution command Socket No. Inquiry command: 0)Returned when a command cannot be executed due to current conditions. For example: when commands controlling the focus manually are received during auto focus mode.
note

VISCA over IP control: z = 9 Serial VISCA control: z = Camera Address + 8