RTC温度校准仪通信协议手册
RTC温度校准仪通信协议手册目前是阿美特克的校验仪的通信协议手册,但是下面我们给大家所看的是英文版本的。具体的通信的产品可以找我们进行了解。
RTC CALIBRATORS -Communication protocol description.
RTC CALIBRATORS -Communication protocol description.
PC communication to the RTC/PTCseries calibrators is available through a .NET based dll Ametek.Jofra350.JofraCom.dll. (Dll’nis not Com enabled.)
The exported functions of the Ametek.Jofra350.JofraCom.dll can be accessed by any .Net based host program.
Communication is possible through use of USB plug or ethernet TCP/IP.
Communication data format is HTML.
Communciations uses an XML file called TransportSetting.xml which contains the communication settings, Type, port number, speed, etc... This file needs to be edited “onthe fly”in the host program before communication is initiated.
<JofraCommunicationSettings ><TransportType >COM </TransportType >
<IPSettings ><TCPIPType >Server </TCPIPType >
<Port >0</Port >
<IP >LocalHost </IP >
</IPSettings >
<COMSettings >
<BaudSetting >11520</BaudSetting >
<PortNameSetting >Com11</PortNameSetting >
</COMSettings >
</JofraCommunicationSettings >
System requirments :
Operating systems -Vista and XP.
.Net 3.5SP1.
USB communications port.
Protocol:
Server is started with a call to open()and subsequent close()to close the port.
Example exported functions:
Communication functions are located in the following objects of
Ametek.Jofra350.Communication.Telegrams.JCAPI.AccessManager
Logon()remote Logoff()local
Ametek.Jofra350.Communication.Telegrams.JCAPI.CalibrationTest
Workorder data –retrieval and writing
Ametek.Jofra350.Communication.Telegrams.JCAPI.CalibratorManager System settings, configuration, dates, etc commands.
Ametek.Jofra350.Communication.Telegrams.JCAPI.SensorManager control board &Input board related commands. Reference sensor, Sensor under test,etc.此文章来自压力校验仪。