Hi Serge,
This is a pretty easy task.
Which flavor or seiscomp are you using ?
Basically, you need to set-up an export_generic on earthworm side and the ewexport_plugin on SeisComP side (yes, this sounds strange to name the import seiscomp plugin ewexport ...).
Depending on seicomp2.6, seiscomp3 Zurich or seiscomp3 Seattle (or other), the details on where to find the plugin and how to set it up are different.
Share the same IP/port configuration and it will run straight forward. Well, it should run straight forward.
Regards.
Jean-Marie SAUREL.
Le 03/09/2013 21:38, Serge Shcherbina a écrit :
Hi everybody !--
Who knows how to connect SeisComp with export module of the EW?
--
You received this message because you are subscribed to the Google
Groups "Earthworm Community Forum" group.
To post to this group, send an email to earthworm_forum@googlegroups.com
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/earthworm_forum?hl=en
---
You received this message because you are subscribed to the Google
Groups "Earthworm Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to earthworm_forum+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
--
--------------------------------------
ICG-CARIBE EWS WG1 chair
Institut de Physique du Globe de Paris
Observatoire Volcanologique et Sismologique de Martinique
Responsable technique
Morne des Cadets
97250 Fonds St Denis
0596784141
Martinique - FWI
--
--
You received this message because you are subscribed to the Google
Groups "Earthworm Community Forum" group.
To post to this group, send an email to earthworm_forum@googlegroups.com
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/earthworm_forum?hl=en
--- You received this message because you are subscribed to the Google Groups "Earthworm Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to earthworm_forum+unsubscribe@googlegroups.com.
To post to this group, send an email to earthwo...@googlegroups.com
To unsubscribe from this group, send an email to
For more options, visit this group at
http://groups.google.com/group/earthworm_forum?hl=en
---
You received this message because you are subscribed to the Google Groups "Earthworm Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to earthworm_for...@googlegroups.com.
About the opposite task?
How can I get data from SeisComP to Earthworm?
--
--
You received this message because you are subscribed to the Google
Groups "Earthworm Community Forum" group.
To post to this group, send an email to earthwo...@googlegroups.com
To unsubscribe from this group, send an email to
earthworm_for...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/earthworm_forum?hl=en
---
You received this message because you are subscribed to the Google Groups "Earthworm Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to earthworm_for...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
About the opposite task?
How can I get data from SeisComP to Earthworm?
--
--
You received this message because you are subscribed to the Google
Groups "Earthworm Community Forum" group.
To post to this group, send an email to earthwo...@googlegroups.com
To unsubscribe from this group, send an email to
earthworm_for...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/earthworm_forum?hl=en
---
You received this message because you are subscribed to the Google Groups "Earthworm Community Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to earthworm_for...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Cesar:
In your EW, you need to configure your export_generic module with an specific port to be used by both Seiscomp3 and EW:
ServerIPAdr: IP of the server exporting your traces from EW
ServerPort: Given port to be used by Seiscomp3 and EW (the same for both)
SendAliveText: “alive”
SendAliveInt 0
RcvAliveText: “alive”
RecAliveInt: 0
Make sure that the GetMsgLogo has the “TYPE_TRACEBUF2” set as default.
On the other hand, in Seiscomp3 you have to configure a seedlink profile using the ewexport chain. In this profile you just include the IP of the server exporting the traces from EW and the Port already defined in the export_generic module. Make sure that the heartbeat message and rate match the ones you already set in your EW module. In some cases you need to configure a proc file depending on the sampling rate of the stations you are exporting. The stations need to be already defined in the inventory.
Well, this is how it has been working for me. If I missed something probably someone else in the list can provide some feedback.
Regards,
Antonio
Antonio A. Abrego M.
Ingeniero Civil
Sección de Ingeniería Geotécnica
División de Ingeniería
Tel. 276-1989
E-Mail: aab...@pancanal.com
--
Hello Cesar:
Can you send the configuration file of the export_generic module and the earthworm.d file. Please also send the export_generic log file.
Cesar:
Sorry, for some bizarre reason, the file was not displayed when I opened the e-mail for the first time.
Now that I have looked into the file I can tell you a few things. You are not using the export_generic module. Instead, you are using the export_scnl_ack module. Not sure if this one does the trick but try using the one I suggested. Change the SendAliveInt and RcvAliveInt to 0 and match this values in the Seiscomp3 seedlink profile.
I really do not know how the 0.0.0.0 IP works but try a specific IP address and plug that same number in the Seiscomp3 seedlink profile, as well as the port number.
Last, but not least, verify that the module name you are using for the export, exists in the earthworm.d file.
Antonio
Antonio A. Abrego M.
Ingeniero Civil
Sección de Ingeniería Geotécnica
División de Ingeniería
Tel. 276-1989
E-Mail: aab...@pancanal.com
From: earthwo...@googlegroups.com [mailto:earthwo...@googlegroups.com] On Behalf Of CESAR AUGUSTO CARDONA PARRA
Sent: Thursday, May 3, 2018 12:26 PM
To: Earthworm Community Forum <earthwo...@googlegroups.com>
Subject: Re: [Earthworm Forum] Re: SeisComp and EarthWorm
Hi Antonio,
This is the ew configuration file but it does not yet export the data.
Cesar:
Let´s try to focus on the export_generic module. Forget about the other modules (export_scnl_ack_seiscomp3 and export_scnl_seiscomp3) and kill them.
Cesar:
Can you send a screenshot of the ewexport_plugin configuration?