Suchen Sie etwas anderes?
Inside the flash memory of the modem is a folder called “atscripts”. Within this folder batch files of AT commands can be incorporated to be executed on certain occasions or by using the command AT ^ MTXTUNNEL = file.
For example, if a “miscommands.txt” file is found inside the “atscripts” folder with the content:
AT^MTXTUNNEL=SETIO,0,1
PAUSE 5
AT^MTXTUNNEL=SETIO,0,0
When you run the command AT ^ MTXTUNNEL = EXECUTE, mycommands.txt the modem will execute, in order, that list of commands (it will activate the output GPIO0, wait 5 seconds, and deactivate the output GPIO0.
Special Files
There are a series of special files for executing batch commands that will be automatically executed under certain circumstances, as detailed below. These files must be placed in the “atscripts” folder:
- “mtxtunnel_start.txt”
After starting the modem, this batch file will be executed if it has content. Useful in case you need special actions to start the modem. - “iologger_start.txt”
This batch file is run just before LOGGER captures its digital / analog inputs. See Example 8.5 for more information. - “iologger_end.txt”
This batch file is executed just after LOGGER captures its digital / analog inputs. See Example 8.5 for more information.

Enter the “ethernet” or “modem” connection type:
For an ethernet configuration, make sure the IP parameters are compatible with server access according to the concentrator local network configuration. For an ethernet connection, the configuration must be compatible with the concentrator’s local network topology so that it can access the servers. This configuration is done from the “Networks” configuration page (see section 3.2.2.3: “Networks”).
For a modem connection, the modem configuration must be correct before a connection can be set up. This configuration is done from the “Modem” configuration page (see section 3.2.2.4: “Modem”).
The parameters for the servers to be configured are at least the following:
Therefore the following fields need to be configured: “Interface”, “Type”, “Server type”, “Address”, “Port”, “Login” and “Password”.
The other fields can be left at the default values subject to the directories having been properly created beforehand. See section 3.1.2: “Configuration files” for more details.

Wait. The concentrator will reboot using its factory configuration.







