Open main menu
SUPPORT DOCUMENTATION

Configuring digitisers and digital sensors for dial-up access

This “how-to” explains the different ways to connect to a DM24 digitiser (or a sensor incorporating a digitiser module) with modem, as shown in the diagram below.

It does not cover installations including Güralp DCMs, which are much more flexible units with a wide range of possible configurations.

5TD-standalone

There are two ways to communicate with a DM24 over a modem link:

In either case, while the link is active, you can receive and download data, configure the digitiser and update its firmware, just as if it were directly connected to your computer.

Connecting the modem

The serial cable supplied with Güralp digital instruments is suitable for connecting direct to a PC, and cannot be used to attach the instrument to a modem. You will need to obtain a null modem adapter for the modem’s serial port, which crosses the RS232 receive and transmit lines. These adaptors are readily available from electronics suppliers.

Alternatively, you can make up your own adapter with the following pin arrangement:

We recommend that you leave the cable supplied with the instrument as it is, so that you can still attach the instrument directly to a PC.

Dial-in installations

The easiest way to connect a remote installation over a dial-up link is to attach a modem to it and dial in when you want to receive data.

To be able to dial in to a digital installation, you need to set up the link so that the call will be answered automatically. Most modems have an auto-answer setting for this purpose. With this setting active, you can dial in to the modem and communications will be forwarded as if over a normal serial link.

Digitiser settings for dial-up links

In addition to the normal output configuration of the digitiser, you will need to choose suitable filing and buffering modes for the dial-up link.

Most installations with intermittent communications use the FIFO, ADAPTIVE, or DUAL transmission modes.

To set the filing mode options from Scream!:

  1. Choose File → Setup from the menu bar, and click on the Com Ports tab.

    Setup-com-ports

    Each row of the table in this window corresponds to one of your PC’s serial ports.

  2. Check that, for the serial port connected to the digitiser, the Baud Rate is set to the correct value, and all four boxes are checked. Click OK.

  3. If the digitiser is shown in Scream!’s main window, right-click on it and select Terminal….

    Main-window-choosing-terminal

    Otherwise, choose File → Terminal from the menu bar, and select the relevant Com Port. Click OK. A terminal window should open. A blank window will appear waiting for you to type in modem commands.

  4. Type:

    atdt your-digitiser-phone-number

    (replacing your-digitiser-phone-number with the actual phone number of the modem attached to your digitiser) and press ENTER.

  5. If the connection is successful, the modem will reply with a line like

    CONNECT 14400 V42 BIS

    You are now connected to the instrument, and will shortly see data blocks appearing.

  6. Close the terminal window, to allow Scream! to process the data. An icon for the digitiser should shortly appear beneath the COM port attached to your modem.

  7. Right-click on this, and select Control….

    Control-data-flow-fifo
  8. Click on the Data Flow tab to display the window shown above. Select the Transmission Mode and Buffering type you want to use. If you want to change any other control or configuration options, do this now.Alternatively, prepare a text file containing a list of configuration commands you want to execute. An example file is given below. In FORTH, words in brackets are treated as comments, and have no effect on the action of the digitiser.

    200 50 10 2 SAMPLES/SEC ( Set the data rates at each tap.) 0 0 CONTINUOUS 1 0 CONTINUOUS 2 0 CONTINUOUS 3 0 CONTINUOUS ( Make sure all data streams are OFF. ) 0 TRIGGERS 0 0 TRIGGERED ( Make sure all triggers are OFF. ) 7 TRIGGERS ( Any of the components can cause a trigger. ) 1 7 TRIGGERED ( All components are output at tap 1 when triggered. ) 3 4 CONTINUOUS ( The Z component is output at tap 3 continuously. ) 3 STA ( Take a short-term average of 3 seconds. ) 180 LTA ( Take a long-term average of 180 seconds. ) 4 RATIOS ( Set the required STA-LTA ratio to 4. ) 20 PRE-TRIG ( Output 20 seconds of data before the trigger. ) 40 POST-TRIG ( Output 40 seconds of data after the trigger ends. ) RE-USE ( Re-use Flash memory, if it becomes full. ) FIFO ( Use Flash in FIFO mode. )

    Copy and paste the text file into the Terminal window. After every command, the digitiser should report the change it has made, and finish with ok. If there are any problems, the digitiser will report them.

    Assuming the configuration was successfully uploaded, reboot the instrument by entering the command re-boot Press y to confirm. The digitiser will print out a status message, then close the session.

  9. Right-click on the digitiser’s icon and select Terminal…. Type +++ to escape from the digitiser terminal and communicate with your modem.

  10. Type ath followed by enter to disconnect the modem and finish the call.

The installation is now set up and active.

Managing dial-in modem links with Scream!

If you have several installations using dial-in links, you can use Scream! version 4 or newer to manage data transfer using modems attached to your local PC.

  1. Click _File → _Setup… on Scream’s menu bar. Select the Com Ports tab.

    Setup-comports-dialup

    You will see a list of all the serial ports available on your computer. This computer has a single serial port, COM3, which is attached to a modem.

  2. Make sure the baud rate and other flags are set up correctly for the modem, and click Dialup. (Scream! detects which ports are connected to modems, and provides a Dialup button only for these ports.)

    Dialup-polling
  3. Enter the telephone number of the remote modem. If you want to contact several remote installations in turn, list their numbers, one per line.

  4. In the right-hand panel, check Every (12) hours, and set the value to 12.

  5. Check the Limit each call to… box, and enter a suitable call length. This is advisable in our example, because the 5TD is configured to output some streams continuously. Scream! will only hang up if it fails to receive any data for a specified length of time.Ensure that you allow enough time in each call to download all the new data given the sample rates and baud rate that you have chosen. For example, if the modem connection can achieve 19200 baud, then a station outputting continuous 200 samples/s data for 3 components would require a continuous connection to collect all the data. If the data rate were only 20sps, then the modem would only need to be connected for 10% of the time (e.g. a 6-minute call every hour.)

  6. If the local modem needs extra commands, you can add these under Additional Modem Settings. Some useful commands are Q1 to enter “quiet mode”; E0 to turn off local echo, and S0=1 to turn on the auto-answering facility. Modem commands normally start with the attention sequence AT; Scream! adds this sequence automatically, so you do not need to enter it in this box.

  7. When all the settings are correct, check the Active box and click Apply to start polling. The Active box is provided so you can temporarily disable polling without losing your settings.

If you have more than one modem attached to your computer, you can set each one up with a different set of numbers and polling times. You might want to do this if

You can have up to 99 modems collecting data simultaneously, each with an unlimited number of scheduled dialup times and telephone numbers. Scream! will remember all the settings when you exit.

Viewing data in Scream!

As long as Scream! is running on your computer, it will now dial in to each station in turn at the times you have specified.

Once Scream! has connected to a digitiser, it will download any data that is saved in Flash memory, and display it in its main window.

Main-window-autonomous

You can now view these streams or analyse them as normal.

Installations without auto-answer

In some cases, you may decide not to configure the modem to answer calls automatically. The digitiser will then need to listen for and answer incoming calls itself. To tell the digitiser to do this, enter modem mode with the +MODEM command.

If you do not also want to dial out from the installation, you can either

See below for more details.

Setting up US Robotics Courier modems

Güralp Systems recommend this model of modem, because you can completely configure its behaviour using dip switches on the underside of the case. Using other modem types, you may have to set the modem link up using AT commands before you will be able to communicate with the digitiser.

The factory-set positions of the dip switches are:

1 2 3 4 5 6 7 8 9 10
OFF OFF OFF OFF OFF OFF OFF
ON ON ON
DTR normal Verbal Result Codes Display Result Codes Echo offline commands Suppress Auto Answer Normal CD Display all result codes Enable AT Commands Disconnect with +++ Load NVRAM settings

To configure the Courier for use with GSL digital instruments, set the switches as below:

1 2 3 4 5 6 7 8 9 10
OFF OFF OFF
ON ON ON ON
DTR always on Not significant Display Result Codes No Echo for offline commands Auto Answer enabled Not significant Not significant Disable AT Commands Don't disconnect with +++ Load &F0 settings

Dial-out installations

The Güralp DM24 mk3 digitiser can also control its own modem and dial out to a waiting computer. This is done using a special mode. To enter modem mode from the digitiser terminal:

  1. Set the heartbeat interval of the digitiser. When you are in modem mode, the digitiser will dial out at intervals equal to the heartbeat interval. Use HEARTBEAT to set the interval in units of 30 ms, or HOUR HEARTBEAT to set it in units of hours. For example:

    60000 HEARTBEAT

    will dial out every (60000 × 30) = 1800000 ms = 1800 s = 30 minutes, whilst

    168 HOUR HEARTBEAT

    will dial out every 168 hours = 1 week.

  2. Issue the command +MODEM.

  3. If you have not already set up a telephone number to call, the digitiser will ask

    Phone# is not set Enter phone#

    Enter the telephone number in a format that the modem will be able to use to contact your computer. Depending on your location, you may need to use regional or international dialling codes.

    If the digitiser already has a telephone number configured, it will ask:

    Phone# old-telephone-number New number? y/n

    If you want to change the setting, answer with y and provide the new number.

    The digitiser will automatically switch to the FIFO data mode, so that data will be saved to the Flash memory whilst the modem link is inactive. If you want, you can switch to ADAPTIVE mode at this point. If you enter any of the other transmission modes, the DM24 will not dial out. However, you can still dial in, and the digitiser will automatically answer calls if the modem has not already done so (see above).

  4. Configure your local modem to answer calls automatically.

  5. Start Scream!, and set up the serial port on your local modem with the correct baud rate. Check all four check-boxes.

  6. When the heartbeat interval passes, or when the digitiser triggers, it will dial the number you have configured, and your modem will answer. The digitiser will then immediately send a heartbeat message with status information.

  7. After this, the digitiser will start sending all the data it has saved to Flash memory whilst the link was inactive. If it is in FIFO mode, it will send this data in the order it was generated; if in ADAPTIVE mode, the data will be sent in addition to continuous (new) data as bandwidth permits.

  8. When there is no more data waiting to be transmitted, the digitiser will close the connection. If you close the connection or it is interrupted, the digitiser will automatically attempt to redial.