Sign In
Upload
Manuals
Brands
Xantech Manuals
Controller
CRM-WIC
Xantech CRM-WIC Room Monitor Controller Manuals
Manuals and User Guides for Xantech CRM-WIC Room Monitor Controller. We have
1
Xantech CRM-WIC Room Monitor Controller manual available for free PDF download: Reference Manual
Xantech CRM-WIC Reference Manual (99 pages)
Room Monitor – Web Intelligent Controller
Brand:
Xantech
| Category:
Controller
| Size: 2 MB
Table of Contents
Contents
2
Table of Contents
2
Introduction
6
Box Contents
7
Box Contents for the Crm-Wic
7
Hardware User Interface
8
Hardware User Interface for the Crm-Wic
8
Specifications
10
Pin-Outs
10
Factory Default Configurations
11
Network Settings
11
Serial / Dipswitch Settings
11
Quick Start
12
Powering up
12
Determine Crm-Wic Connection
12
Enabling / Disabling Dhcp by Reset
13
Accessing the Crm-Wic through the Network
14
Configuring through the Admin Web Pages
14
Configuring through the Boot Menu
14
Using the Crm-Wic
15
Testing Hardware
15
Uploading Firmware Upgrades
15
Viewing Server Logs
15
Uploading Custom Web Pages
15
Managing Custom Events
15
Using Remote Procedure Calls (Rpcs)
15
Boot Menu Reference
17
Accessing the Boot Menu with a Serial Connection
17
0: Display Current Settings
18
1: Restore Factory Defaults
18
2: Configure Ip Settings
18
3: Set Password
18
4: Set Host Name
18
5: Download New Firmware
19
6: Lamp Test
19
7: Hardware Test
19
8: Erase All Files
19
9: Oem Functions
19
Admin Web Pages
20
Setup
21
Firmware Version
21
Date / Time
21
Network Settings
22
Host Name
22
System Password
22
IP Access Table
22
Diagnostics
23
SERIAL: Serial Port Diagnostics
24
MEMORY: System Memory Information
26
LOG: Log Files
27
F/W: Firmware
28
Events (See Section: the Event Manager)
29
Files
29
The Event Manager
30
Overview of Events, Actions, & Variables
30
The Event Manager Web Page
31
Events
32
Creating and Editing Events
32
Types of Events
32
Other Event Options
33
Actions
34
Creating and Editing Actions
34
Types of Actions
34
Action Timing Options
35
Variables
35
Creating and Editing Variables
36
Types of Variables
37
Expressions
38
Interpreting Values as Expressions
38
Evaluation of Expressions
38
Operators
39
Escaping Special Characters
45
Remote Procedure Calls
46
Rpc Server Logs
46
Syntax for Http Post
46
Call Tokens
46
Response Tokens
47
EXAMPLE #1: Serial_Getsettings
47
EXAMPLE #2: Net_Getsubnetmask
47
Fault Codes
48
Using Macromedia Flash
48
STEP 1: Pass CRM-WIC IP Address to Flash
48
Step 2: Call RPC with HTTP Post
49
Step 3: Response Tokens
50
Visual Basic Scripting
50
Note on Error Checking
51
Error Information Methods
51
Getlasterrorcode ( )
51
Getlasterrorstring ( )
51
Getlastextendederrorstring ( )
52
General Information Methods
52
Allstate_Get ( )
52
Time_Getdate ( )
53
Time_Sleep ( Milliseconds )
53
Net_Getipaddress ( )
53
Net_Getsubnetmask ( )
54
Serial Methods
55
Serial_Getsettings ( Port )
55
Serial_Send ( Port, Msg, Maxwaitms )
55
Serial_Read ( Port )
56
Serial_Clearreadbuffer ( Port )
56
Serial_Readbuffercount ( Port )
56
Event Methods
57
Geteventbyidx ( IDX )
57
Geteventbyname ( Name )
57
Geteventidxbyid ( Eventid )
58
Geteventname ( Eventid )
58
Geteventtype ( Eventid )
58
Geteventoption ( Eventid, Optiontype )
59
Geteventconcurrent ( Eventid )
60
Geteventsource ( Eventid )
60
Geteventmatch ( Eventid )
61
Geteventschclocktype ( Eventid )
61
Geteventschrecurtype ( Eventid )
62
Geteventschmaskorday ( Eventid )
62
Geteventschmonth ( Eventid )
63
Geteventschyear ( Eventid )
64
Geteventschrecureveryn ( Eventid )
64
Geteventschhour ( Eventid )
64
Geteventschminute ( Eventid )
65
Geteventschsecond ( Eventid )
65
Seteventbyid ( Eventid, Name, Type, Concurrent, Source, Match )
66
Seteventbyname ( Name, Type, Concurrent, Source, Match )
66
Seteventoption ( Eventid, Optiontype, Optionval )
67
Seteventschedule ( Eventid, Recur, Maskorday, Month, Year, Recureveryn, Hour, Minute, Second )
69
Cloneeventbyid ( Eventid, Cloneactions, Newname )
70
Addevent ( Name, Type, Concurrent, Source, Match )
70
Deleteeventbyid ( Eventid )
71
Deleteeventbyname ( Name )
71
Sortevents ( Sorttype, Direction )
72
Geteventcount ( )
72
Action Methods
73
Getactionbyidx ( Eventid, IDX )
73
Getactionbyname ( Eventid, Name )
73
Moveactionbyidx ( Eventid, IDX, Where )
74
Getactionname ( Actionid )
74
Getactiontype ( Actionid )
74
Getactionoption ( Actionid, Optiontype )
75
Getactiondelay ( Actionid )
76
Getactiondutycycle ( Actionid )
76
Getactionstopafter ( Actionid )
76
Getactionport ( Actionid )
77
Getactionoutput ( Actionid )
77
Setactionbyid ( Actionid, Name, Type, Delay, Dutycycle, Stopafter, Port, Output )
78
Setactionbyidx ( Eventid, IDX, Name, Type, Delay, Dutycycle, Stopafter, Port, Output )
80
Setactionbyname ( Eventid, Name, Type, Delay, Dutycycle, Stopafter, Port, Output )
81
Setactionoption ( Actionid, Optiontype, Optionval )
82
Addactionbyevid ( Eventid, Name, Type, Delay, Dutycycle, Stopafter, Port, Output )
83
Addactionbyevname ( Eventname, Name, Type, Delay, Dutycycle, Stopafter, Port, Output )
84
Deleteactionbyid ( Actionid )
86
Deleteactionbyidx ( Eventid, IDX )
87
Deleteactionbyname ( Eventid, Name )
87
Sortactions ( Sorttype, Direction )
87
Getactioncount ( Eventid )
88
Variable Methods
88
Getvariablebyidx ( IDX )
88
Getvariablebyname ( Name )
89
Getvariablename ( Varid )
89
Getvariablepersist ( Varid )
89
Getvariabletype ( Varid )
90
Getvariabledefault ( Varid )
90
Getvariablevalue ( Varid )
90
Setvariablebyid ( Varid, Name, Type, Default, Value, Persist )
91
Setvariablebyname ( Name, Type, Default, Value, Persist )
93
Addvariable ( Name, Type, Default, Value, Persist )
94
Deletevariablebyid ( Varid )
95
Deletevariablebyname ( Name )
96
Sortvariables ( Sorttype, Direction )
96
Getvariablecount ( )
97
Index
98
Limited Warranty
99
Advertisement
Advertisement
Related Products
Xantech CWTC10
Xantech CSPLCD39G
Xantech CSPLCD64G
Xantech CSPLCD64V
Xantech CA1250
Xantech 590-10
Xantech MRKP1
Xantech MRKP2
Xantech MRKP2E
Xantech XIS100
Xantech Categories
Receiver
Amplifier
Switch
Cables and connectors
Accessories
More Xantech Manuals
Login
Sign In
OR
Sign in with Facebook
Sign in with Google
Upload manual
Upload from disk
Upload from URL