ADVANCED: mbusSelectSecondary (Function) |
Top Previous Next |
This function is used to select a slave based on the secondary address and makes it available using primary address 253. This can be used in combination with mbusSend to send raw M-Bus frames when the normal primary address can not be used.
Input: handle : SYSHANDLE A handle to the connection
sec_addr : STRING The secondary address for the slave. See mbusScan for details about the format of the secondary address.
Returns: INT
Declaration: FUNCTION mbusSelectSecondary : INT;
Example: ... |