Transmit Settings

To configure transmit settings, click on Transmit in the left hand list of the Machine Setup window. The transmit configuration dialog is shown below:

Transmission setup.

Transmit Settings

param

CR/LF

In this field, you can select the carriage-return or line-feed character(s) from the drop-down list, or you can enter them manually.

ASCII 13 and ASCII 10 have no character representation, so they must be entered as \13 and \10 respectively.

param

Start trigger

Use this field to specify the start trigger. The DNC will start transmitting data from the first line in the file that contains the specified start trigger. If no start trigger is specified

param

End trigger

Use this field to specify the end trigger.

The line containing the end trigger is not transmitted.

param

Send at start of feed

Here, you can specify a character or a string that should be sent at the start of the transmission.

param

Send at end of feed

Specify a character or a string that should be sent at the end of the transmission.

param

Omit lines containing

Excludes lines containing one or more selected characters. The consequence of entering anything here is that any line containing one of these characters or strings will not be transmitted.

param

Remove characters

Use this field to specify characters that should be removed from the transmitted data.

param

Break after receiving characters

Ends the transmission to the control after the specified number of characters have been sent, even if the program is not finished. If this field is left empty, any incoming characters are ignored.

param

Handshake timeout (seconds)

The chosen time that CIMCO Edit v6 should wait after receiving a stop flow signal (XOff and/or CTS Low) from a remote machine before it terminates the connection. If the timeout value is not specified, it will wait until a start flow is received.

param

Delay before each line (ms)

Specify the time in milliseconds CIMCO Edit v6 should wait before it begins transmitting a new line.

param

Wait for XOn

This box is checked if you wish CIMCO Edit v6 to wait for an Xon before transmitting data. This option is only available if Software handshake is enabled in the port settings.

param

Wait for 'Start' button

Check this field if the transmission should not start until you click the Start button on the transmit status dialog.

param

Remove ASCII 0's

Check this field if ASCII 0's should be removed from the transmitted data.

param

Remove white spaces

White spaces (ASCII 32) and tabs (ASCII 9) are removed automatically from the file transmitted to the remote machine.

param

Replace tabs with spaces

Converts tabs (ASCII 9) to spaces (ASCII 32) before sending the file to the remote machine.

param

Send files with non-standard CR/LF

Check this field if you wish to send files that contain non-standard linefeed characters like \CR\LF\LF or \CR\CR.

When entering characters in one of the character entry fields, the characters can be entered in two ways: You can enter the characters themselves, like $* to get ASCII character 36 followed by ASCII 42, or you can enter the ASCII values of the characters like \36\42.