An overview of LabOne programming

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/fr555wlj/article/details/78217585

感觉不看看第一部分还是有点蒙.
1.Overview of programming with Zurich Instruments.//编程概述
2.about the ziCore Modules. 关于ziCore模块

the concept is “the computer is the cockpit”.–电脑控制一切。B/S设备
the aim of this approach is to give the user the freedom to choose where they connect to, and how they control, their instrument.
Section 1.1 for an overview of the LabOne Software Architecture.
(软件体系结构)
Data Server, it recognizes availabel instruments and manages all communication between the instrument and the host computer,etc.
结构示意图:
这里写图片描述
• Section 1.2 for a Comparison of the LabOne APIs.
(比较不同的API)
The Matlab interface allows the user to directly obtain measurement data within the Matlab programming environment,where they can make use of the many built-in functions available.(内置功能).

• Section 1.3 for help Initializing a Connection to a Data Server.
(初始化与数据服务器的链接)
The first step towards communicating with an instrumentsis initializing an API session to the correct data server for the target device.

A LabOne API client connects to the correct Data Server for their instrument by specifying the appropriate port(通过制定合适的端口).
HF2 instruments listens to port 8005

Server address and port handling for HF2 instruments for the case where the API client and data server are running on the same PC.

这里写图片描述

还有关于参数API级别的问题,对于HF来说,必须使用1级别的API,又因为系统默认使用级别1,所以不在多说。

• Section 1.4 for help Configuring and Obtaining Data.
(配置和获取数据)
this section aims to provide an overview of how an instrument’s configuration is organized in and accessible via the Data Server and how an instrument’s data may be streamed from the Data Server.
其实现在我遇到的问题是如何产生一个数据,如何用MATLAB进行仿真,好像现在就是卡在这里了,现在看这些好像方向有些偏了。你看你貌似看了很多东西,可需求并没有被解决eee。。。

猜你喜欢

转载自blog.csdn.net/fr555wlj/article/details/78217585