RTMC Pro is used to create and run graphical screens that provide real-time monitor and control capabilities. You can easily design displays using its large library of components including alarms, switches, status bars, charts, and gauges. Simply select a component, place it on the workspace, and specify the data value to be displayed. Each component has properties that can be set by the user giving maximum design control.
This separately purchased product is an enhanced version of the RTMC client that is included with LoggerNet, LoggerNetAdmin, and RTDAQ.
View RTMC Pro demo site for building four of the Campbell Scientific, Logan, Utah campus.
Read MoreRTMC 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.
Note: The following shows notable compatibility information. It is not a comprehensive list of all compatible or incompatible products.
Product | Compatible | Note |
---|---|---|
21X (retired) | The 21X requires three PROMs; two PROM 21X Microloggers are not compatible. | |
CR10 (retired) | ||
CR1000 (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) | ||
CR9000X (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.
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 |
|
This patch upgrades RTMC Pro 5.0 to 5.0.1.
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.
Number of FAQs related to RTMCPRO: 50
Expand AllCollapse All
This can be done by comparing the last time stamp of the value with the current system time within an IIF() function.
Currently, copying and pasting alarms is the best solution.
This information cannot be changed.
SystemTime returns the current computer time. Timestamp returns the time stamp for an associated record.
The table component of RTMC Pro has the option to display the newest data at the top of the table. It can then be set up to save images of that table component or the entire screen (for use in an HTML page), or the RTMC Pro project itself can be run in the RTMC Web Server.
Using RTMC Pro Dev, select the New Data At Top table option property.
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.
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.
The Last() function can be used to compare the current value of a variable with the last value that was loaded. To have the graphic display in a graph, create two separate traces that use an expression similar to the following:
alias("ln:cr1000.one_hour.temp_degf", temp); IIF(Last(temp) > temp, temp, NOPLOT)
This expression produces a point if the value is increasing; otherwise, it produces a NAN value, which is ignored by the plot. Specify a trace with the down arrow symbol and a different comparison to plot decreasing values.
This is easier if all that needs to be shown is the current state of the value compared to the previous. To do this, use an alarm that specifies up arrows and down arrows for the images associated with the on and off states.
The report intervals are open-closed. If a three-hour chart with hourly data is shown, whether three or four points are shown depends on the interval. On an open-closed interval, only three points are shown—one for each hour. On a closed-closed interval, there are four points, but the first point actually represents data outside the three-hour interval. RTMC Pro was designed to use open-closed intervals.
Yes. Use the StartRelativeToNewest function as a prefix to the averaging expression to specify how far back to go in the data when the project is first started.
We've updated our privacy policy. Learn More
Update your cookie preferences. Update Cookie Preferences