- Data Logger -


The logger is the interface mechanism between Data Manager and its data sources. A data source may be either a piece of plant equipment connected to the computer via a serial communications port, or a piece of data resident in another application or indeed another machine on a network. Since there are many possible types of plant equipment available from a range of manufacturers, Data Manager provides optional drivers to cope with the different serial protocols used. The logger transfers data between the real world and Data Manager by means of Tags. A tag may hold a single piece of data and this may be either a number or a string. Numbers may be scaled as required (engineered) before being used by Data Manager. Tag data is acquired by the logger at regular intervals called the sample time. If required the logger will record tag data onto the computer hard disk for later display on a chart. The logger also provides a mechanism for data to be sent back to the plant equipment. This allows full interaction between the operator and the connected plant.


Port Set-up

This dialog box is used to set up a communications port to be used to obtain data from plant instruments.

Physical Port
Select the communications port to be used by clicking on the appropriate button. This must correspond to a communications port resident on the system.

Protocol
Select the required protocol for the port. Alternative protocols are an optional extra and this feature will not be present on all systems.

Advanced (On certain protocols only)
Press this button to specify advanced driver specific features.

Port Name
Enter the name by which the port should be known.

Baud Rate
Click on the appropriate button to select the communications speed. This must correspond to the settings within the control system instruments connected to this port.

Timeout
This parameter tells the logger how long to wait for a reply when talking to a control instrument on this port. When this time has elapsed, the logger assumes that the request was not received by the control system and will try again. Enter the timeout required in seconds.

Retries
When a communication request fails or times out. The logger will retry the request a number of times before reporting a failure. Enter the number of additional attempts the logger is allowed to communicate with the plant.

Sample checkbox
Check this box if the tags on this port are to be sampled at regular intervals. This is the usual setting and sampling should only be turned off temporarily for diagnostic purposes. Note that sampling may also be controlled on a tag by tag basis in the Tag Definition dialog.

Record checkbox
Check this box if the tags on this port are to be recorded at regular intervals. This is the usual setting and recording should only be turned off temporarily for diagnostic purposes.

Error Beep checkbox
Check this box if the logger is required to 'beep' whenever a communications request fails.


Select Tag

The top portion of the window contains a list of tags. The types of tag that are listed in this window are controlled by the Filter group below. Check the boxes next to the types of tag that are required in the list. Previously 'Deleted' tags may be displayed in this box by checking the Deleted Tags box. Deleted tags are displayed with an asterisk next to the tag name. This is possible since tags are not actually removed from the tag list when they are 'deleted' they are just marked as inactive.

Edit button
Press this button to edit the currently selected tag. The Tag Definition dialog will appear.

Delete button
Press this button to delete the currently selected tag or tags. The system will ask for confirmation before deleting them.

UnDelete button
Press this button to undelete the currently selected tag or tags. The system will ask for confirmation before undeleting them. If the name of a deleted tag corresponds to that of another tag the deleted tag may not be restored.

Copy button
Press this button to generate an array of copies of the selected tag. The Copy Tag Dialog box will appear.

Save button
Press this button to save your tag list changes to file. The tag list is NOT automatically saved at any stage so if you wish to keep your modifications you MUST save them by pressing this button.

New button
Press this button to create a new tag. A blank Tag Definition dialog will appear.

Export button
Press this button to export the currently selected tags to a file. This file may then be later imported into another project.

Import button
Press this button to import some additional tags from a file previously created in another project by the export function.

Print button
Press this button to print out the current tag list.


Tag Definition (Default Dialog shown)

Note: This dialog can look different for different protocols.

Tag Name
Enter a name for the tag. This name must be unique and be 8 characters or less in length.

ID
(For information only). Shows the unique tag identifying number.

Description
Enter an optional description for the tag.

Parameter Type group
This group is used to select the type of tag.

Data Type group
This option is dependant on the selected driver. See driver specific information for further details.

Parameter Scaling
The user may apply a scaling to the raw tag data before the data is passed to the system. This applies only to numeric gates.

Parameter Recording
The logger can record the tag value to disk for later historical replay on a chart if required.

Parameter Sampling
Real Tag data is read from the plant at regular intervals. The user should specify how often this data is sampled.


Multiple Tag Monitor

The Multiple Tag Monitor window is used to monitor the current tag values.

This window shows information for each active tag in column format. The current value of the tag is shown on the far right. This may be asterisks if the value is currently unknown and the line colour will be red.

In the status bar a filter control can be found. Select and/or unselect the ports and types to filter the display window as required.

Use the vertical scroll bar to move up and down the list as required to view the tag(s) of interest.

This windows columns can also be sorted into ascending or decending order.

The sample and record setting for a tag or block of tags may be changed from here by multiple selecting the required tags and then clicking on the Sample or Record column headings.

Tag information may be modified from the Multiple Tag Monitor window by double clicking the mouse on the selected tags row or right clicking the mouse to access a pop-up menu. The Modify Tag dialog will then appear.

Press the Edit button to invoke the Tag Definition dialog.

The other features are for diagnostic purposes only.
Press the Read button to force the logger to take an immediate sample from the tag.
Enter a value and press the Write button to write the data to the tag.
Check the probe checkbox to cause the logger to display messages to this tag in the Tag Probes Window.

Remember to save the tag list from the Tag selector window if you require to keep any changes that you have made.


Tag Probe

This monitor is used to monitor messages passed between the logger and the plant instrument.

Show Errors checkbox
Check this box to show all messages which are in error.

Pause button
Press this button to pause the probe window. Press again to resume.


Internal Global Variables Inspector

This inspector is used to monitor the states of internal global variables. From these windows the selected variable value can be read or when double-clicked written to. (See also, language)

 

Shows the #IPOS[14] array expanded when double-clicked (see above)


Home