|
[x]
Posted via EE Mobile
|
||
Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
||
| 10/05/2009 at 01:17PM PDT, ID: 24786880 |
|
[x]
Attachment Details
|
||
|
[x]
The Solution Rating System
|
||
With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.
Your Input Matters If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support. Thank you! |
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: |
Communication with the GC-100 is accomplished by opening a TCP socket on Port 4998. All commands and data, with the exception of serial (RS232) data, are communicated through Port 4998. Port 4998 is used for such things as GC-100 status, IR data, relay activation, and reading digital input states. All information, with the exception of serial data, is communicated by comma delimited ACSII text strings terminated by a carriage return (µ). Serial data is communicated over Ports 4999 and higher. Serial connections with the lowest module number will communicate over Port 4999; serial connections with the next higher module number will communicate over Port 5000; and so on. Commands are always initiated by short ASCII string representing the command type. Typically, address and data information will follow. The structures of GC-100 commands are described in the following sections. Text enclosed in brackets ( <text> ) must be substituted by its ASCII definition. Multiple ASCII choices are divided by separator ( | ) characters. Note: commands are case sensitive. For example, a relay state is set to ON by the following command: setstate,<connectoraddress>,<state>µ where; <connectoraddress> is 3:2 (3rd module, 2nd relay in module) <state> is 1 (close contacts on a normally open relay) For this example the command ASCII string is, setstate,3:2,1µ |
Advertisement