Response receipt timeout | The time (in milliseconds) the driver is waiting for the response on sending the message.
If no response comes during this time, then the transmission of the message is terminated (the onEndOfTransfer event is triggered with error 24 or 66). |
---|---|
Mode | There are two modes used with the DirectNET protocol. This only applies to a Host master (in the PROMOTIC application), since the PLC device has the capability to automatically detect the data transfer mode.
HEX - Recommended mode that optimizes the ammount of transferred bytes by transforming the data into Hexa bytes.
ASCII - This mode uses double the number of bytes than the HEX mode. Therefore it is not recommended for transmission large ammouns of data. |
Data type | Specifies the data type to be written/read from the PLC device. The first four types are designed for DL 205/405/05/06 PLC. For the older model DL305 the last four types are used.
31 - V memory, T/C current value - By this message an access to any information in the PLC device is enabled. Input, output, code memory, data memory, counters, state bits, TMR, CTR, etc.
In the PLC device one value of such type is represented by 16 bits (value from 0 to 65535). In the PROMOTIC application it is saved as the Long data type. 32 - Inputs (X,GX,SP) - This message is the subset of the message (31). By this message an access to inputs and special relays is enabled.
We address always eight inputs or outputs together. It means that if we want to change one output, then we must know the state of remaining seven ones and change all of them at a time. In the PLC device one value of such type is represented by a single bit. In the PROMOTIC application it is saved as the Boolean data type. 33 - Outputs (Y,C,Stage,T/C bits) - This message is the subset of the message (31). By this message an access to outputs, state bits of counters, state bits of timers and state bits is enabled.
We address always eight inputs or outputs together. It means that if we want to change one output, then we must know the state of remaining seven ones and change all of them at a time. In the PLC device one value of such type is represented by a single bit. In the PROMOTIC application it is saved as the Boolean data type. 39 - Diagnostic status - By this message we get all PLC diagnostic. The last error, number of successful messages, number of failed messages, number of retries, etc.
In the PLC device one value of such type is represented by 8 bits (value from 0 to 255). In the PROMOTIC application it is saved as the Byte data type. 31 (DL305) - Data registers - By this message an access to data registers is enabled.
In the PLC device one value of such type is represented by 8 bits (value from 0 to 255). In the PROMOTIC application it is saved as the Byte data type. 31 (DL305) - T/C accumulator - By this message an access to accumulator of counters and timers is enabled.
In the PLC device one value of such type is represented by 16 bits (value from 0 to 65535). In the PROMOTIC application it is saved as the Long data type. 33 (DL305) - I/O, internal relays, shift register bits - By this message an access to inputs and special relays, counters and timers is enabled. At this message it is possible to address individual bits separately (contrary to the 205,405 devices).
In the PLC device one value of such type is represented by a single bit. In the PROMOTIC application it is saved as the Boolean data type. 39 (DL305) - Diagnostic status - By this message we get all PLC diagnostic. The last error, number of successful messages, number of failed messages, number of retries, etc.
In the PLC device one value of such type is represented by 8 bits (value from 0 to 255). In the PROMOTIC application it is saved as the Byte data type. |
---|---|
The number of data | The ammount of data to be written/read from the PLC device is defined here. The data are generated automatically into the Data-received or Data-sent page. |
Transfer direction | Specifies whether the data is to be written or read from the PLC device. |