RTMC Pro 用于创建和运行提供实时监视和控制功能的图形显示。利用其强大的数据库包括警报、开关、状态栏,图表和测量计可以轻松的设置显示的内容。随意选择一个组件,将其置于工作空间,数据值便会显示。每个组件都有属性,用户可以设置的最大设计控制。
该版本是RTMC的加强版,需单独购买。
RTMC Pro, an enhanced version of RTMC, includes a development and a run-time program. Specifically, RTMC Pro provides the following:
RTMC Run-Time and the CSI Web Server can run projects created with RTMC Pro's development program. For best compatibility between RTMC or RTMC Pro projects and RTMC Run-Time, the version numbers of the applications should match.
An upgrade for RTMC Pro must be purchased separately if you have these earlier versions of RTMC Pro.
| Operating System | Windows 11 and 10 (Both 32- and 64-bit operating systems are supported.) |
| Purchased Separately | Yes, as an enhancement to RTMC |
| Software Level | Intermediate to advanced |
| Scheduled Data Collection Supported | Yes |
| Real-Time Updates | Yes |
| Alarms | Real-time, visual, audible, multilevel alarms possible, alarm log, launch programs, email notifications |
Military Certificate of Networthiness (CoN) |
|
| Certifications |
|
Please note: The following shows notable compatibility information. It is not a comprehensive list of all compatible products.
| Product | Compatible | Note |
|---|---|---|
| 21X (retired) | The 21X requires three PROMs; two PROM 21X Microloggers are not compatible. | |
| CR10 (retired) | ||
| CR1000X (retired) | ||
| CR10X (retired) | RTMC Pro is compatible with the mixed array, PakBus, and TD operating systems. | |
| CR200X (retired) | ||
| CR206X (retired) | ||
| CR211X (retired) | ||
| CR216X (retired) | ||
| CR23X (retired) | RTMC Pro is compatible with the mixed array, PakBus, and TD operating systems. | |
| CR295X (retired) | ||
| CR300 (retired) | ||
| CR3000 (retired) | ||
| CR310 | ||
| CR350 | ||
| CR500 (retired) | ||
| CR5000 (retired) | ||
| CR510 (retired) | RTMC Pro is compatible with the mixed array, PakBus, and TD operating systems. | |
| CR6 | ||
| CR800 (retired) | ||
| CR850 (retired) | ||
| CR9000 (retired) |
RTMC Run-Time and CSI Web Server can run projects created with RTMC Pro's development program. For best compatibility between RTMC or RTMC Pro projects and RTMC Run-Time, the version numbers of the applications should match.
An upgrade for RTMC Pro must be purchased separately if you have these earlier versions.
RTMC Pro runs on Windows 10 and 11. RTMC Pro runs on both 32-bit and 64-bit versions of these operating systems.
This patch upgrades RTMC Pro 5.0 to 5.0.2.
Note: This application requires the Microsoft .Net 4.0 Framework. If it is not already installed on your computer, it can be obtained from the Microsoft Download Center.
A fully functional 30 day trial version of RTMC Pro (Real Time Monitoring & Control) software for creating custom data displays. RTMC Pro is an enhanced version of RTMC that contains more graphical components, more alarms including email alarm events, run/open, hotspot and snapshot capabilities. The CSI Web Server is also included.
Note: This application requires the Microsoft .Net 4.0 Framework. If it is not already installed on your computer, it can be obtained from the Microsoft Download Center.
This patch upgrades RTMC Pro 4.0 and newer to 4.3.3a.
Note: This application requires the Microsoft .Net 4.0 Framework. If it is not already installed on your computer, it can be obtained from the Microsoft Download Center.
RTMC Pro: 46
展开全部收起全部
There are options to include a custom message that can be sent instead of, or in addition to, the standard text.
Consider using IIF(). Here is an example of using the last value instead of the -6999 in a min run over a day with temp avg:
Alias(X, "Server:CR1000.HOUR.Temp_F_Avg"); StartRelativeToNewest (nsecPerDay, OrderCollected ); MinRunOverTime(IIF(X = -6999, last(X), X), Timestamp(X), nsecPerDay)
With the project open in the designer screen, click the project menu item and Configure Snapshot & FTP. Files can be written to whichever local drive is desired or transferred via FTP.
RTMC Pro comes with a web server and a publish-to-web function to publish whole sets of graphs to the web. RTMC Pro also enables the output of snapshots (images) that can be used in user-created web pages.
As LoggerNet collects data from a table, the table record number, which normally increases by one with each record stored, can get reset to zero through various mechanisms, such as the data logger recompiling its program. Because of this, the record number alone is not sufficient to identify a record within the cache table of LoggerNet. LoggerNet uses the file mark number to keep these discontinuities straight. Each time that a missed event is detected or the record number regresses, LoggerNet increments the file mark number that it uses to store new records.
Starting with LoggerNet 4.1, this parameter can be specified with a value of &HFFFFFFFF. The LoggerNet server interprets this by looking for the starting record number in the latest file mark.
The unexpected socket error indicates that the Windows IP stack has decided to close the socket. This is either because of TCP transmission time-outs or the action of many personal firewalls in the current set of anti-virus packages.
RTMC is a client to the LoggerNet server. This means that it does not directly interact with the data loggers. Rather, RTMC gets data from the LoggerNet data cache or from collected data files (for example, *.dat). If the RTMC project is pointed to a variable in the Public table, Scheduled Data Collection must be enabled for the Public table in LoggerNet. The timing of Scheduled Data Collection dictates the frequency at which new data are available for RTMC to display.
SystemTime returns the current computer time. Timestamp returns the time stamp for an associated record.
One of the features of RTMC Pro is the ability to embed hotspots inside the project. These hotspots can be embedded with an HTML link within the project and allow the project to specify the value of the href attribute. For example, something similar to the following could be specified for the link attribute:
javascript:alert("This measurement is helpful for eddy covariance.")
If the user clicked on that hotspot, the browser would then show the content in an alert dialog.
Currently, copying and pasting alarms is the best solution.