Tag Archives: modem pool

How to Insert SIM Card into MOBITKEK MobiGATE

Applies To These Models

  • SG-B-8-L-W
  • SG-B-8-U
  • SG-B-8-L

How to Insert SIM Card-01How to Insert SIM Card-02

Before you insert the SIM card, you must check the position of SIM Card. When insert the SIM Card:-

  1. the “gold area” of the SIM Card should be facing downward;
  2. turn on the switch button, if you can see the blue LED Blinking, this means MobiGATE is connected to the 2G/3G network

How to Insert SIM Card

(note: for updated post, please refer to https://mobitek-system.com/blog/2017/07/how-to-insert-sim-card-into-mobitkek-mobigate/)

  1. Before you insert the SIM card into your Modem, you must check the position of SIM Card.
    – MOBITEK MobiGATE or MOBITEK Q24 STK MODEM HUBHow to Insert SIM Card-01
    – The correct position of SIM Card to be inserted:How to Insert SIM Card-02
  2. When insert the SIM Card:-
    – the “gold area” of the SIM Card should be facing at down position;
    – turn on the switch button, you can see the blue LED Blinking which means your modem is connected. to the GSM/3G network

Applies To

  • MOBITEK MobiGATE, Model: SG-B-8-L-W
  • MOBITEK MobiGATE, Model: SG-B-8-U
  • MOBITEK Q24 STK Modem Hub, Model: B-8-U
  • MOBITEK Q24 GSM Modem Hub, Model: B-8-U

 

MOBITEK MobiGATE — How to Send and Read SMS

MOBITEK MobiGATE -- SMS Gateway for Enterprise

MOBITEK MobiGATE — SMS Gateway for Enterprise

MOBITEK® MobiGATE is a SMS Gateway for Enterprise.

MOBITEK® MobiGATE is an intelligent 8 port modem pool.

These are the supported protocol to send and read SMS:-

  1. SQL Statement:-
    • to send out SMS: 
      Insert into Outbox (message, destination) values ('Hello!', '+60172233111');
    • to read SMS: 
      Select * from Inbox where read_status = 'N';
    • to out SMS in bulk:
      Insert into Outbox (message, destination) values ('Hello!', '+60172233111'),  ('Hello!', '+60172233112'), ('Hello!', '+60172233113'), ('Hello!', '+60172233114'), ('Hello!', '+60172233115');
    • to out SMS in bulk (MS SQL):
      BULK INSERT Outbox FROM 'C:\MSSQLTextFile.txt' WITH(FIELDTERMINATOR=',',ROWTERMINATOR='n'
    • example of the text file, "MSSQLTextFile.txt":
      ,Hello!,,,+60172233111,,,,,,,,
      
      ,Hello!,,,+60172233112,,,,,,,,
      
      ,Hello!,,,+60172233113,,,,,,,,
      
      ,Hello!,,,+60172233114,,,,,,,,
      
      ,Hello!,,,+60172233115,,,,,,,,
    • to out SMS in bulk (MySQL):
      LOAD DATA INFILE 'C:\MySQLTextFile.txt' INTO Table Outbox FIELDS TERMINATED BY ',';
    • example of the text file, "MySQLTextFile.txt":
      ,Hello!,,2015-12-17 09:33:29,+60172233111,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233112,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233113,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233114,P,NULL,NULL,NULL,NULL,T,NULL,
      
      ,Hello!,,2015-12-17 09:33:29,+60172233115,P,NULL,NULL,NULL,NULL,T,NULL,
  2. MOBITEK SMS API over TCP/IP

More Information

Installation Menu of MOBITEK MobiGATE is Revised

[iframe src=”http://www.mobitek.com.my/Support/MobiGATE/Driver/Virtual%20Serial%20COM%20Port%20for%20SG-B-8-L-x/Installation%20Guide%20for%20MobiGATE%20SG-B-8.html” width=”100%” height=”500″]

Files

  1. Installation Guide for MobiGATE SG-B-8.html

More Information

  1. MOBITEK MobiGATE — How to Send and Read SMS
  2. Training for MOBITEK MobiGATE