5 remote connection, 2 rtmc run-time, Remote connection -53 – Campbell Scientific LoggerNet Datalogger Support Software User Manual
Page 189: Rtmc run-time -53

Section 5. Real-Time Tools
Function
Description
StdDevOverTimeWithReset
Returns the standard deviation of the specified
value since the function was reset.
Total
Returns the total of all values that it has
considered.
TotalOverTime
Returns the total of all values whose timestamps
are greater than the newest timestamp minus the
specified interval.
TotalOverTimeWithReset Returns the total of all values since the function
was reset.
ValueAtTime
Returns the oldest value in a set of values from a
specified time interval.
5.2.1.5 Remote Connection
RTMC has the ability to connect to LoggerNet software running on another
computer. By default RTMC connects to the computer where it is running, or
the “localhost”.
To set a connection to LoggerNet on another computer, open the server
connection dialog from the Project | Change Server Connection menu item.
The Server Address is the network computer name or IP address. The IP
Address is a number that will have four digits between 0 and 255 separated by
decimal points. An example would be 192.168.4.32. Do not put leading zeros
with the numbers. The default port number for LoggerNet is 6789. If this
default port number is used, it does not need to be specified in RTMC.
Otherwise, it is specified after the server address, separated by a colon. An
example would be 192.168.4.132:3000, where 3000 is LoggerNet’s port
number.
The User Name and Password are only used if you are connecting to a
LoggerNet server that supports security and the network administrator has
implemented security.
Clicking Remember username and password will save the computer address,
username and password as part of the RTMC file so the screen can be run
without requiring the user to know the address or when using RTMC Run-
Time
LoggerNet must be installed with the “Allow Remote
Connections” option enabled for RTMC to be able to connect
remotely.
5.2.2 RTMC Run-Time
The run-time operation allows you to run the real-time graphic display screen
that was created in the developer mode. From the RTMC Development
window you can test the operation of the display screen using the File | Save
NOTE
5-53