Recent Posts

Pages: [1] 2 3 ... 10
1
Configuration, RRC 1258 / Re: IC7100: first setup failed
« Last post by sm2o on 2024-04-23, 20:12:19 »
Hi

email me export settings(html) files from both units to support@remoterig.com

73 de mike
2
Allmänt diskussionsforum / RRC-Nano app för ICOM
« Last post by SM0OQH on 2024-04-21, 20:19:45 »
Hej.
Jag undrar när det kommer någon uppdatering till den?
Saknar möjligheten att köra minnen så man tex kan köra repeaters på min IC-7100 med FM eller D-Star
/Leffe
3
Configuration, RRC 1258 / IC7100: first setup failed
« Last post by dm1ts on 2024-04-21, 17:53:21 »
Hello OMs,
after a long time I have finally tried to get my remote setup up and running with an IC7100 (s/n 03004287). Unfortunately I can't do it. When I want to switch on the TRX, I hear a soft crack in the speaker of the controller and the two orange SIP LEDs start to light up for about 2 seconds. Then the LEDs switch off again and the TRX does not switch on.
I have now checked many things and also changed the cables, but the status remains the same. The following setup situation at the moment:
Radio and control unit are in the same IP subnet on a switch. Both have an IP, both can be operated in the browser. The control unit has the IP of the radio unit as its SIP contact. The controller reports the IP of the radio unit as "other party" in the status.
I have initially set or adopted the default settings for the 7100 everywhere. The jumpers are set according to the instructions and the red cables are plugged into the radio unit. There is a circuit board for the newer version of the IC7100 in the control unit, it is plugged in correctly with the slanted corner at the top right. Both units are connected to the same power supply, which should be sufficiently large at 25A.

I simply have no idea why the system won't start. Who can help me?

73s de Tor
DM1TS
4
General discussion forum / Operating RRC1258 outputs via scripts
« Last post by pe1hzg on 2024-04-17, 21:22:05 »
With the current energy prices, it is desirable to switch-off a remote site when not in use. The Webswitch 1216 would be desirable but is not available. And solid-state relays, like the RP1A48D5 are readily available at Reichelt and can be used to switch 230Vac.

The RRC1258 are open collector so the relays should be connected between the OUT ports (pin 5, 6, and 3 of the I/O connector) and the 8V out (pin 7 of the I/O connector). The outputs are programmed as On/Off. I'm using the K3 clone function, and then OUT0 is hard-configured but OUT1 and OUT2 are available.

I don't want to expose the web interface of the RRC to the Internet. So much is happening via HTTP these days, and the RRC doesn't do encryption. Operating the web-interface via a tunnel is possible, but if all I need to do is set or reset an output, then a simple shellscript on a raspberry is just as well. How to operate the web-interface via a shellscript?

Some experimentation learns that to switch-on OUT2, you can use something like:

  wget -q  --post-data 'out2Mode=4&out2OnOff=OFF' --output-document /dev/null http://IP.AD.DR.ES/settings


Note that ON and OFF are reversed, so out2OnOff=OFF switches the port ON, and out2OnOff=ON switches the port OFF.

To switch port1 instead of port2, change 'out2' to 'out1' above.

If your RRC is password-protected, you need to add:

  wget -q  --user USERNAME --password PASSWORD --post-data 'out2Mode=4&out2OnOff=OFF' --output-document /dev/null http://IP.AD.DR.ES/settings

Again, the RRC web interface probably should not be directly connected to the Internet anno 2024; the web password is trivial to decode from the web traffic. If you can run this via SSH on a raspberry, then perhaps that is a better choice.

73, Geert Jan
5
Feature Requests / RRC1258 status page: output status issue
« Last post by pe1hzg on 2024-04-17, 20:25:27 »
(for reference: RRC1258 version 7, software 2.95)

I think I found an issue with the RRC1258 status page which I have not seen reported on the forum, so I'm calling it in:
I think the status for Output 1 and Output 2 are reversed on the Status page.

How to repeat: configure Output 0 and Output 1 as Connect, Output 2 as On/Off.
Do not connect to a control-RRC and leave Output 2 as Off
Go to Status page and notice that all outputs report as status Low.

On I/O settings page, flip Output2 to On. Notice that the OUT2 On/Off indicator is now green ("ON").
Go to Status page and notice that Output1, not Output 2, reports as high.
That is wrong: Output2 should be reported High, not Output1.

On I/O settings page, flip Output2 back to off. Notice that all outputs now report Low.

Connect a control RRC. When the connection is up, OUT0 and OUT1 will activate.
However, when checking the Status page, now Output2 reports as high and that should be Output1.

This isn't the end of the world but I found it when building scripts. Separate message about that.
I'm surprised this wasn't reported before though.

73, Geert Jan PE1HZG
6
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by sm2o on 2024-04-17, 19:41:06 »
Du kan maila export settings (Html)filer om du vill

Micke
7
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by SM5VFE on 2024-04-17, 19:39:43 »
Funkar nu Micke!
Stort tack!

73 de Loic
8
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by SM5VFE on 2024-04-17, 19:37:56 »
Tack Micke. Funkar inte då heller.
Vet inte varför. Får felsöka vidare.
9
Konfiguration av RRC 1258 / Re: Icom ic 7100 senaste versionen
« Last post by sm2o on 2024-04-17, 19:35:38 »
Kablarna skall gå till Mic/Aux i bägge enheterna
Micke
10
Konfiguration av RRC 1258 / Icom ic 7100 senaste versionen
« Last post by SM5VFE on 2024-04-17, 19:25:58 »
Hej,
Försöker sätta upp denna i LAN inför sommarens projekt.
Får det inte att funka.
RJ45 kablar mellan uttag I/0 på box som har 7100 modul  och 7100 front panel.

RJ45 kabel mellan radiobox uttag I/0  och IC 7100 radio enhet.

Jag har inte gjort någon inställning i radion.

Tack på förhand,

73 de Loic , SM5VFE
Pages: [1] 2 3 ... 10