Client side connection parameters – FieldServer FS-8700-115 User Manual
Page 6

FS-8700-115 ASCII Driver (General Purpose)
Page 6 of 13
FieldServer Technologies 1991 Tarob Court Milpitas, California 95035 USA Web: www.fieldserver.com
Tel: (408) 262 2299 Fax: (408) 262 2269 Toll Free: (888) 509 1970 email: [email protected]
5.1
Client Side Connection Parameters
Section Title
Connections
Column Title
Function
Legal Values
Port
Specify which port the device is connected to the FieldServer
P1-P8, R1-R2
1
Protocol
Specify protocol used
ASCII
Baud*
Specify baud rate
110 – 115200,
standard baud
rates only, 9600
Parity*
Specify parity
Even,
Odd,
None,
Mark,
Space
Data_Bits*
Specify data bits
7, 8
Stop_Bits*
Specify stop bits
1
Start_Char*
Specify the decimal value of the character with which message will start.
The driver will wait for the specified character to detect a valid start of
an incoming message. Refer to Appendix A.1.1
0-255, -
EndPart_String*
Specify the last part of string with which the incoming message will end.
This parameter can also be used in conjunction with Termination_Char.
. Refer to Appendix A.1.1
Any case in-
sensitive string
up
to
99
characters.
e.g. The End, -
Termination_Char*
Specify the decimal value of the character with which the message will
end. The driver will wait for specified character to detect a valid end of
an incoming message. If used in conjunction with EndPart_String, the
Driver will wait for the Termination_Char only if it has received EndPart.
Refer to Appendix A.1.1
0-255,
Default is 13
(CR – Carriage
Return)
IC_Timeout*
If this parameter is set, the driver will consider a message complete
when it receives the Termination_Char message or the IC_Timeout
period has elapsed. If data is received after the IC_Timeout period has
elapsed, but before the next Start_Char message, the driver will report
an IC_Timeout error, and all characters will be ignored until the next
Start_Char message. Refer to Appendix A.1.1
0 to 65.5s, 0.5s
Example
// Client Side Connections
Port , Protocol , Baud , Parity
P1
, ASCII
, 9600 , None
1
Not all ports shown are necessarily supported by the hardware. Consult the appropriate Instruction manual for details of the ports available
on specific hardware.