|
|
|
|
@ -78,11 +78,11 @@ namespace Sln.Iot
|
|
|
|
|
// new Uri("amqp://127.0.0.1:30031"));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
////CFX接口启动
|
|
|
|
|
////真空注胶机
|
|
|
|
|
//CFXConnect1.Instance.Init("CFX.A00.SDSH000001",
|
|
|
|
|
// new Uri("amqp://127.0.0.1:1235"),
|
|
|
|
|
// new Uri("amqp://127.0.0.1:8888"));
|
|
|
|
|
//CFX接口启动
|
|
|
|
|
//真空注胶机
|
|
|
|
|
CFXConnect1.Instance.Init("CFX.A00.SDSH000001",
|
|
|
|
|
new Uri("amqp://127.0.0.1:1235"),
|
|
|
|
|
new Uri("amqp://127.0.0.1:8888"));
|
|
|
|
|
////升降回流
|
|
|
|
|
//CFXConnect2.Instance.Init("CFX.A00.SDSH000002",
|
|
|
|
|
// new Uri("amqp://127.0.0.1:1235"),
|
|
|
|
|
@ -100,8 +100,8 @@ namespace Sln.Iot
|
|
|
|
|
|
|
|
|
|
CFXTest cFXTest = new CFXTest();
|
|
|
|
|
cFXTest.Test1();
|
|
|
|
|
cFXTest.Test2();
|
|
|
|
|
cFXTest.Test3();
|
|
|
|
|
//cFXTest.Test2();
|
|
|
|
|
//cFXTest.Test3();
|
|
|
|
|
|
|
|
|
|
//TestBusiness test = new TestBusiness();
|
|
|
|
|
|
|
|
|
|
|