public void BuildWriteWordCommandTest( )
        {
            byte[] right = new byte[] { 0x05, 0x30, 0x30, 0x46, 0x46, 0x57, 0x57, 0x30, 0x4D, 0x30, 0x36, 0x34, 0x30, 0x30, 0x32, 0x32, 0x33, 0x34, 0x37, 0x41, 0x42, 0x39, 0x36, 0x30, 0x35 };
            OperateResult <byte[]> command = MelsecFxLinks.BuildWriteByteCommand(0, "M640", new byte[] { 0x47, 0x23, 0x96, 0xAB }, true, 0);

            Assert.IsTrue(HslCommunication.BasicFramework.SoftBasic.IsTwoBytesEquel(command.Content, right), HslCommunication.BasicFramework.SoftBasic.ByteToHexString(command.Content, ' '));
        }