Alarm:
-3 => did not input string
-4 => communication interface did not have initialization
-6 => CCD device program is range
-7 => CCD device type setting wrong
-101 => TCP/IP initialization fail
-102 => TCP/IP string format error
-103 => TCP/IP did not connect
-104 => TCP/IP send string location=empty
-105 => TCP/IP send file fail
-106 => TCP/IP communication brake
-107 => TCP/IP receive file overtime
-108 => TCP/IP set up channel fail
-109 => TCP/IP switch IP fail
-110 => TCP/IP connect to Server fail
-201 => RS232 initialization fail
-202 => RS232 COM PORT setting fail
-203 => RS232 COM1 PORT not for INT, check P#40007=4
-204 => RS232 COM2 PORT not for INT, check P#40008=4
-205 => RS232 Transmission speed setting error
-206 => RS232 Transmission bit setting error
-207 => RS232 Transmission even/odd check setting error
-208 => RS232 Transmission stop bit setting error
-209 => RS232 send string location=empty
-210 => RS232 send file fail
-211 => RS232 receive file overtime
-212 => RS232 receive file too big
-213 => RS232 receive fil fail
Example 1, use TCP/IP to connect with CCD:
W_CCD(0,100,"192.168.0.10,8500"); /* IP=192.168.0.10,PORT=8500 */
Komentáře k této Příručce