Commit 43877e5c 张东亮

1

1 个父辈 9b7d6fbc
......@@ -73,7 +73,7 @@ namespace DeviceLibrary
public void ProcessMsg(List<Msg> msg)
{
WarnMsg = string.Join(",", msg.Select(x =>
WarnMsg = string.Join(" \r\n", msg.Select(x =>
{
//if (x.msgLevel == MsgLevel.warning || x.msgLevel == MsgLevel.alarm)
{
......@@ -245,7 +245,7 @@ namespace DeviceLibrary
}
else if (!RobotManage.isRunning)
{
sendmsg = "设备未启动";
sendmsg = "I=设备未启动";
}
lineOperation.msg = sendmsg;
......
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!