There are several different ways to trigger an ISCO sampler with an external source. We’ve found a few ways to do it with our Arduino-based loggers, it shouldn’t be too hard to program a Campbell logger to do the same. One way is to connect your logger to one of the 3 Programmable I/O pins on the ISCO’s rain gauge connector. By doing this, you can trigger up to 3 different actions using the logger by simply activating any of the 3 lines using the logger’s control ports.
If you’re already using the RainGauge port, or if you only want one input and aren’t already using the ISCO’s FlowMeter port, you can use one of these cables:
https://www.campbellsci.com/10164-l
Instructions for how to use the 10164 cable and CRBasic programming examples are in the manual available on that page.
Our Github site is already active, you can see it here: https://github.com/StroudCenter
But I haven’t written up a tutorial for this sensor display project yet. If you’re good with code and the LCD hardware, take a look at the SDI-12 library examples and you should be able to replicate it pretty easily.