Skip to main content
Home
for DLMS smart meters

Main navigation

  • Home
  • Products
  • About us
  • Open Source
  • Community
  • Forum
  • Downloads
  • Gurux Club
User account menu
  • Log in

Breadcrumb

  1. Home
  2. SAP assignment
gxdn
Profile picture for user Administrator
By Administrator, 23 January, 2018
SAP assignment object contains list from logical devices and their SAP addresses and Logical Device Name.

Properties

  • 1. Logical Name
    Logical name of the object.
  • 2. SAP assignment list
    List from logical devices and their SAP addresses and Logical Device Name.

Actions

  • 1. Connect logical device
    Connects a logical device to a SAP.

  • Show SAP Assignments
  • Add SAP Assignment
//Show all SAP Assignments.
int pos, ret;
gxSapItem *it;
for (pos = 0; pos != object->sapAssignmentList.size; ++pos)
{
    ret = arr_getByIndex(&object->sapAssignmentList, pos, (void**)&it);
    if (ret != 0)
    {
        return ret;
    }
    printf("%d %s", it->id, bb_toString(&it->name));
}

//Add new SAP Assignment.
gxSapItem* it = (gxSapItem*)gxmalloc(sizeof(gxSapItem));
bb_init(&it->name);
it->id = 1;
bb_addString(&it->name, "Gurux");
arr_push(&object->sapAssignmentList, it);

Book traversal links for SAP assignment

  • Register table
  • Up
  • Script table
  • Log in or register to post comments
  • Create new account
  • Reset your password

Book navigation

  • Activity calendar
  • Association Logical Name
  • Auto Connect
  • Auto answer
  • Clock
  • Compact data
  • Data
  • Demand register
  • Disconnect control
  • Extended register
  • GPRS modem setup
  • GSM diagnostic
  • IEC HDLC setup
  • IEC local port setup
  • IPv4 setup
  • IPv6 setup
  • Image transfer
  • Limiter
  • M-Bus Client
  • M-Bus master port setup
  • M-Bus slave port setup
  • MAC address setup
  • Modem configuration
  • PPP setup
  • Profile generic
  • Push Setup
  • Register
  • Register Monitor
  • Register activation
  • Register table
  • SAP assignment
  • Script table
  • Security setup
  • Single action schedule
  • Special days table
  • Status mapping
  • Tcp Udp Setup
  • Utility tables

Hire Us!

Latest Releases

Fri, 09/22/2023 - 19:50
gurux.dlms.c 20230922.1
Mon, 09/18/2023 - 13:51
Gurux.DLMS.AMI4 4.0.2309.1801
Fri, 09/15/2023 - 12:00
gurux.dlms.c 20230915.1
Tue, 09/12/2023 - 11:10
Gurux.DLMS.AMI4 4.0.2309.1201
Fri, 09/08/2023 - 10:59
gurux.dlms.c 20230908.1

Open bugs

gurux.dlms.c
3
gurux.dlms.cpp
3
gurux.dlms.delphi
1

New forum topics

  • problem with date and time in ION
  • Permament rejected
  • DLMS- GMAC: SNRM, AARQ, AARE is responding but not able to decrypt the Authentication key received from the meter
  • List complete policy security configuration basic (configuration security))
  • Save Association view in database
More
RSS feed
Privacy FAQ GXDN Issues Contact
Follow Gurux on Twitter Follow Gurux on Linkedin