Learning Centre

Industrial Data Logger 4G LTE


4G/LTE JSON Settings

1. Choose 4G/LTE in the Communication Media. Click on Save.
2. Select the protocol JSON and Save.
3. Post URL: Provide Your Server URL(Ex:http://yourdomainname/yourfolder/json.php).
4. Click on Save button to save the above configuration.
5. APN: Provide APN for the connection. Click on Save
Ex: for BSNL it is "bsnlnet".

NOTE: JSON implementation guideline document. Please go through the below given link document.
LINK1:https://github.com/researchdesignlab/Industrial-Data-Logger/blob/master/CREATING%20FTP%20ACCOUNT.pdf
YouTube Link:https://www.youtube.com/watch?v=_MfcA8Jcmtk


4G/LTE JSON Data Uploading Format

 
MODBUS RTU Data Uploading Format:

JSON FORMAT:
{“Type”:”MR”,”ID”:”1235”,”DATE”:”1/11/19”,”TIME”:”12:47:9”,”SL_ID” :”1”,”Reg
Ad”:”1003”,”Length”:”6”,”D1”:”0”,”D2”:”0”,”D3”:”0”,”D4”:”0”,”D5”:”0”,”D6”:”0”}

NOTE: MODBUS RTU/TCP 16bit/32bit data parsed in hex decimal format.

MODBUS TCP Data Uploading Format:

JSON FORMAT:
{“Type”:”MT”,”ID”:”1123”,”DATE”:”4/11/19”,”TIME”:”12:21:21”,”SL_ID” :”1”,”Reg
Ad”:”1060”,”Length”:”6”,”D1”:”1165”,”D2”:”1166”,”D3”:”1167”,”D4”:”1168”,”D5”:” 1169”,”D6”:”1170”}

NOTE: MODBUS RTU/TCP 16bit/32bit data parsed in hexa decimal format

ANALOG Input Data Uploading Format:

JSON FORMAT:
{"Type":"AN","ID":"6549","DATE":"18/08/21","TIME":"15:54:43","AC1":"0.00","AC2":"0.
00","AC3":"0.00","AC4":"0.00","AC5":"0.00","AC6":"0.00","AC7":"0.00","AC8":"0.00","A C9":"0.00","AC10":"0.00","AC11":"0.00","AC12":"0.00"}

Digital Input Data Uploading Format:

JSON FORMAT:
{“Type”:”DI”,”ID”:”1234”,”DATE”:”2/11/19”,”TIME”:”12:35:15”,”DC1”:”0”,”D C2”:” 0”,”DC3”:”0”,”DC4”:”0”}