CALCULATE CRC FOR STRING

Help me out method to calculate the CRC for the string

CRC Width : CRC 16
CRC parametrization : CRC16_MODBUS
CRC INPUT STRING : |0A-14-00-0A|RS-NB-B8-14|52501|14|1|##|HD|1533018719|##|END|##|

We have a ModBusCalculateRTUMessageCRCMBS(data as string) as UInt16 function in MBS Plugin, which may help.

The CRC16MBS function may also help, but I don’t know what kind of CRC you need here.