Component: MIAC GSM (MIAC: Addon Modules)
From Flowcode Help
Jump to navigationJump to searchAuthor | |
Version | 1.0 |
Category | MIAC: Addon Modules |
Contents
- 1 MIAC GSM component
- 2 Component Source Code
- 3 Detailed description
- 4 Examples
- 5 Macro reference
- 5.1 AnalogInput
- 5.2 DigitalInput
- 5.3 DigitalOutput
- 5.4 GSM_AnswerIncomingCall
- 5.5 GSM_CheckForIncoming
- 5.6 GSM_CheckNetworkStatus
- 5.7 GSM_DialNumber
- 5.8 GSM_GetCharCount
- 5.9 GSM_GetCharacter
- 5.10 GSM_GetStatus
- 5.11 GSM_GetTextNumber
- 5.12 GSM_GetTextString
- 5.13 GSM_HangUpCall
- 5.14 GSM_Initialize
- 5.15 GSM_ReadString
- 5.16 GSM_SendCharacter
- 5.17 GSM_SendCommand
- 5.18 GSM_SendScript
- 5.19 GSM_SendTextMessage
- 5.20 GSM_SetRTS
- 5.21 GSM_SetReset
- 5.22 GSM_SetStart
- 5.23 GSM_StringReceive
- 5.24 LED_Control
- 5.25 MIAC_Module_GetAck
- 5.26 MIAC_Module_GetData
- 5.27 MIAC_Module_Init
- 5.28 MIAC_Module_Message
- 5.29 MIAC_Module_PushData
- 5.30 MIAC_Module_SetData
- 5.31 MIAC_Module_WR
- 6 Property reference
MIAC GSM component
GSM Addon for MIAC System.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_ma_gsm.fcfx
Please click here to view the component source code (Beta): FC_Comp_Source_ma_gsm.fcfx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
AnalogInput
![]() |
AnalogInput |
Read the ADC value of a Terminal Returns 12 bit ADC reading | |
![]() |
Terminal |
Terminal number to be read | |
![]() |
Return |
DigitalInput
![]() |
DigitalInput |
Read the value of a terminal | |
![]() |
Terminal |
![]() |
Return |
DigitalOutput
![]() |
DigitalOutput |
Set a Terminal Output to High (Value=1) or Low (Value=0) | |
![]() |
Terminal |
![]() |
Value |
![]() |
Return |
GSM_AnswerIncomingCall
![]() |
GSM_AnswerIncomingCall |
Answers the phone for an incoming type call. Returns 0 for success and 255 for failure. | |
![]() |
Return |
GSM_CheckForIncoming
![]() |
GSM_CheckForIncoming |
Checks to see if any incoming phone call or SMS message. 0 = Nothing, 1 = Text Received, 2 = Phone Ringing | |
![]() |
Return |
GSM_CheckNetworkStatus
![]() |
GSM_CheckNetworkStatus |
Returns the state of the GSM network. 0 = Not connected, 1 = connected, 255 = no reply from GSM. | |
![]() |
Return |
GSM_DialNumber
![]() |
GSM_DialNumber |
Performs a standard voice call by dialling the number specified. Returns 0 for call in progress and 255 for no response. | |
![]() |
Number |
![]() |
Return |
GSM_GetCharCount
![]() |
GSM_GetCharCount |
Returns the number of characters waiting to be read from the receive buffer. (Low level GSM interface) | |
![]() |
Return |
GSM_GetCharacter
![]() |
GSM_GetCharacter |
Returns the next character waiting to be read from the receive buffer. (Low level GSM interface) | |
![]() |
Return |
GSM_GetStatus
![]() |
GSM_GetStatus |
Returns status bits from the GSM module. Bit 6 = CTS, Bit 12 = STATUS (LED), Bit 13 = RING (Low level GSM interface) | |
![]() |
Return |
GSM_GetTextNumber
![]() |
GSM_GetTextNumber |
Collects the sender's phone number from an incoming text message. | |
![]() |
NumBytes |
![]() |
Return |
GSM_GetTextString
![]() |
GSM_GetTextString |
Collects the text message data from an incoming text message. | |
![]() |
NumBytes |
![]() |
Return |
GSM_HangUpCall
![]() |
GSM_HangUpCall |
Ends a voice based call. Returns 0 for success and 255 for failure. | |
![]() |
Return |
GSM_Initialize
![]() |
GSM_Initialize |
Resets and restarts the GSM module Sets up the GSM module. Returns 0 for OK, 255 for no reply and 254 for command fail. | |
![]() |
Return |
GSM_ReadString
![]() |
GSM_ReadString |
Copies the data from the data string array to a local string variable | |
![]() |
NumBytes |
![]() |
Return |
GSM_SendCharacter
![]() |
GSM_SendCharacter |
Sends the byte character to the GSM module. (Low level GSM interface) | |
![]() |
Byte |
![]() |
Return |
GSM_SendCommand
![]() |
GSM_SendCommand |
Sends a command string to the GSM module. 0 = Command sent ok, 255 = No Reply | |
![]() |
Command |
![]() |
SendCR |
![]() |
Return |
GSM_SendScript
![]() |
GSM_SendScript |
Send an AT command script. Returns 0 for fail, 1 for success and 255 for unrecognised script idx. | |
![]() |
idx |
![]() |
Return |
GSM_SendTextMessage
![]() |
GSM_SendTextMessage |
Sends the text message data specified to the number specified using the SMS protocol. Returns 0 for success and 255 for failure. | |
![]() |
Number |
![]() |
Message |
![]() |
Return |
GSM_SetRTS
![]() |
GSM_SetRTS |
Sets the state of the GSM module RTS pin. (Low level GSM interface) | |
![]() |
State |
![]() |
Return |
GSM_SetReset
![]() |
GSM_SetReset |
Sets the state of the GSM module Reset pin. State = 0 will hold the module in the reset state (Low level GSM interface) | |
![]() |
State |
![]() |
Return |
GSM_SetStart
![]() |
GSM_SetStart |
Sets the state of the GSM module Start pin. (Low level GSM interface) | |
![]() |
State |
![]() |
Return |
GSM_StringReceive
![]() |
GSM_StringReceive |
Attempts to receive a string from the GSM modem. Returns 1 if successful, 0 on timeout | |
![]() |
Return |
LED_Control
![]() |
LED_Control |
Sets the indicator LED On (State=1) or Off (State=0) | |
![]() |
State |
![]() |
Return |
MIAC_Module_GetAck
![]() |
MIAC_Module_GetAck |
![]() |
CAN_ID |
![]() |
CMD_ID |
![]() |
TimeOut |
![]() |
Return |
MIAC_Module_GetData
![]() |
MIAC_Module_GetData |
![]() |
Index |
![]() |
Return |
MIAC_Module_Init
![]() |
MIAC_Module_Init |
![]() |
CAN_ID |
![]() |
Return |
MIAC_Module_Message
![]() |
MIAC_Module_Message |
![]() |
CAN_ID |
![]() |
CMD_ID |
![]() |
Return |
MIAC_Module_PushData
![]() |
MIAC_Module_PushData |
![]() |
Data |
![]() |
Return |
MIAC_Module_SetData
![]() |
MIAC_Module_SetData |
![]() |
Count |
![]() |
D0 |
![]() |
D1 |
![]() |
D2 |
![]() |
D3 |
![]() |
D4 |
![]() |
D5 |
![]() |
Return |
MIAC_Module_WR
![]() |
MIAC_Module_WR |
![]() |
CAN_ID |
![]() |
CMD_ID |
[[File:]] - | Count |
[[File:]] - | Start |
[[File:]] - | More |
![]() |
Return |
Property reference
![]() |
Properties |
![]() |
Module Type |
![]() |
Module Address |
![]() |
Script Count |
Maximum number of scripts to store in the device's ROM | |
![]() |
Script1 |
ASCII based AT command data stored in ROM and used when sending script 1 | |
![]() |
Expect Echo |