Skip to content
Snippets Groups Projects
Commit fd9352c4 authored by Keith Thorne's avatar Keith Thorne
Browse files

Comm protocol 12.0 - 60-character EPICS channel names

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@2413 6dcd42c9-f523-4c6d-aada-af552506706e
parent c4d3bb50
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
/* Allowed maximum length for DMT channels */ /* Allowed maximum length for DMT channels */
#define MAX_LONG_CHANNEL_NAME_LENGTH 255 #define MAX_LONG_CHANNEL_NAME_LENGTH 255
/* Allowed maximum length for DAQ channels */ /* Allowed maximum length for DAQ channels */
#define MAX_CHANNEL_NAME_LENGTH 40 #define MAX_CHANNEL_NAME_LENGTH 60
/* Groups are absolete and need to be removed from the source code */ /* Groups are absolete and need to be removed from the source code */
#define MAX_CHANNEL_GROUPS 150 #define MAX_CHANNEL_GROUPS 150
/* Hard limit on the number of channel names supported: /* Hard limit on the number of channel names supported:
......
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
#include <netdb.h> #include <netdb.h>
#include <limits.h> #include <limits.h>
#define DAQD_PROTOCOL_VERSION 11 #define DAQD_PROTOCOL_VERSION 12
#define DAQD_PROTOCOL_REVISION 4 #define DAQD_PROTOCOL_REVISION 0
#define DAQD_PORT 8088 #define DAQD_PORT 8088
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment