TenAsys INtime 软件所采取的方法是在加载 Windows 操作系统的同时加载一个实时操作系统,以便它们共享相同的 CPU 和中断硬件,但在其他方面相互独立。每个操作系统都被封装为一个虚拟机,各自具有自己的描述符表、内存管理等等。当实时活动必须发生时,计算机上下文将切换到该实时操作系统。当这些活动完成后,计算机上下文将切换回Windows 操作系统。 因为INtime实时操作系统独立于 Windows 操作系统软件,所以可以增强运行实时进程的环境,以及添加附加功能以提高整个平台的健
TenAsys Corporation 的 INtime 软件被设计为不仅能够向 Windows 平台添加实时功能,而且其添加这些功能的方式能够为实时应用程序提供可靠且可伸缩的平台。如果将该解决方案与 Windows XP Embedded 配合使用,则能够为您的嵌入式设备提供健壮的、可伸缩的、确定性的实时性能。
INplc is the full-fledged Software PLC which embraces MULTIPROG and ProConOS, and which is based upon IEC61131-3. MULTIPROG and ProConOS belong to KW-Software(Germany), and they are a number of time-tested products all over the world. INplc uses the
#include #include #include using namespace std; #define NULL 0 int const MAX_NUM=20; #define LEN sizeof(struct shortage) //定义一个仓管管理信息的结构体 struct date { int year; int month; int day; }; struct shortage { int number; char tile[MAX_NUM]; int quantity;