Applies To:
  • CitectSCADA

Summary:
Does the SBUS driver support per channel setting for the SendBreak parameter? For example, can I use the following setting in my project?

[SBUS.Port1_Board1]
SendBreak = 0

 

Solution:
The SBUS driver version V3.01.01.00 and above has been enhanced to support per channel setting for the driver parameter

SendBreak. Note that only the SendBreak parameter is supported.

To use the new setting, users must enter the following format in their Citect.ini file:

[SBUS.Port1_Board1]
SendBreak=1

The default value is 0.

If SendBreak is also set in the driver level and channel level, the channel setting will override the driver level setting. For example:

[SBUS]
SendBreak=2
[SBUS.Port1_Board1]
SendBreak=1

Citect will then use the SendBreak=1 when sending on channel Port1_Board1 and SendBreak=2 for other channels if defined.

 

Keywords:
 

Attachments