MSB Device Connector En

16
Connect any external device, control unit or sensor using the SAP ERP system MSB Device Connector

description

MM

Transcript of MSB Device Connector En

  • Connect any external device, control unit or sensor using the SAP ERP system

    MSB Device Connector

  • MSB Device Connector

    Application areas of the MSB Device Connector

    The MSB Device Connector can be used for the following types of connections, together with the corresponding plug-ins:

    Scales

    Control units

    Sensors (analog & digital)

    Barcode scanners (stationary scanners)

    Display panels, individual displays, visualization displays

    Devices with a serial interface (RS232, RS422, etc.)

    Devices with an Ethernet interface

    2011 Mobisys GmbH 2

  • MSB Device Connector

    Application areas of the MSB Device Connector

    For serial devices, you can use the corresponding Com Server, which converts the serial signal into a TCP/IP socket

    Since SAP only understands http/https or SOAP, Mobisys provides the MSB Gateway, with which the TCP/IP socket communication is converted to http or https

    The MSB Gateway runs as a service on a Windows computer (Win7, Win Vista, Win XP, or Win XP Embedded)

    2011 Mobisys GmbH 3

  • The following constellations are available:

    MSB Device Connector

    4 2011 Mobisys GmbH

  • Scale with Ethernet interface

    Scale with RS232 interface

    Com Server

    TCP/IP Socket http/ https

    Eth

    ern

    et

    Net

    wo

    rk

    http/ https

    Serial/RS232

    Runs as a service on any Windows PC in the network!

    MSB Device Connector - Waagenanbindung

    2011 Mobisys GmbH 5

  • MSB Device Connector

    Calculating the weight of a scale coding example

    * Call the weight of a scale

    CALL FUNCTION '/MOBISYS/SCALE_SEND_REQ

    EXPORTING

    i_server_ip = '192.168.1.166'

    i_server_port = '80'

    i_timeout = '5'

    i_data = vl_data Reading Command

    IMPORTING

    e_rc = vl_rc

    e_message = vl_mess

    e_response = vl_response. Scale weight

    2011 Mobisys GmbH 6

  • CNC control unit with Ethernet interface

    TCP/IP Socket

    http/ https

    Eth

    ern

    et

    Net

    wo

    rk

    http/ https

    Com Server

    Runs as a service on any Windows PC in the network!

    Serial 3964R

    CNC control unit with Siemens 3964R interface

    CNC control unit with RS232 interface

    Serial RS232

    TCP/IP Socket

    MSB Device Connector CNC Connection

    2011 Mobisys GmbH 7

  • Analog sensors (temperature, pressure, humidity, etc.)

    http/ https

    Eth

    ern

    et

    Net

    wo

    rk

    http/ https

    Com Server Runs as a service on

    any Windows PC in the network!

    Digita sensors such as relays, switches, light switches, inductive sensors, etc.

    Sensors or control units with serial interfaces

    TCP/IP Socket

    Web I/O Digital

    Web I/O Analog

    http

    http

    RS232

    010 V

    020 mA

    MSB Device Connector Sensor Connection

    2011 Mobisys GmbH 8

  • MSB Device Connector

    Reading of an analog value coding example

    * Determine the analog value at the sensor

    CALL FUNCTION '/MOBISYS/MSB_AINP_GET

    EXPORTING

    i_webio_ip = '192.168.1.166'

    i_webio_port = '80'

    i_sensor = '1'

    IMPORTING

    * E_RC =

    * E_MESSAGE =

    * E_RESPONSE =

    e_value = lv_value.

    2011 Mobisys GmbH 9

  • MSB Device Connector

    Reading of digital states coding example

    * Determine the state of digital sensors

    CALL FUNCTION '/MOBISYS/WEBIO_GET_INPUT

    EXPORTING

    i_webio_ip = '192.168.1.166'

    i_webio_port = '80'

    i_webio_pw = ''

    i_webio_input = ''

    i_webio_timeout = '1

    IMPORTING

    e_response = lv_input_string

    * E_MSGTYP =

    * E_MSGNO =

    * E_MSGTXT =

    2011 Mobisys GmbH 10

  • http/ https

    Eth

    ern

    et

    Net

    wo

    rk

    http/ https

    Com Server Runs as a service on any Windows PC in the network!

    Information display with serial or Ethernet interface

    TCP/IP Socket

    http

    Web I/O Digital

    Traffic signals

    RS232

    Com Server

    TCP/IP Socket

    RS232

    Fixed barcode scanner with RS232 or TCP/IP

    MSB Device Connector Other connections

    2011 Mobisys GmbH 11

  • MSB Device Connector

    Setting a digital port coding example

    * Setting digital outbound port

    lv_ctrl = '0007'. hex, Port 1,2+3

    CALL FUNCTION '/MOBISYS/MSB_WEBIO_SET_OUTP

    EXPORTING

    i_webio_ip = '192.168.1.166'

    i_webio_port = '80'

    i_webio_pw = ''

    i_outp = lv_ctrl. hex control value for ports

    2011 Mobisys GmbH 12

  • Eth

    ern

    et

    Net

    wo

    rk

    http/ https

    http

    Web I/O Digital Digital input

    Digital output

    Communication with NC units via digital signals

    MSB Device Connector sonstige Anbindungen

    2011 Mobisys GmbH 13

  • MSB Device Connector

    Possible areas of use

    Transfer and saving of measured values

    Automatic determination of weighing data

    Calculation of machine capacity utilization

    Monitoring of tolerance limints

    Logging of temperature values in cooling zones

    Control of automatic warehouses and conveyor technology

    Visualization of plant status/condition

    Control of large-scale displays

    Automatic entry of scanner data in production

    2011 Mobisys GmbH 14

  • The traffic light intersection has four traffic lights and several sensors, which are connected to the MSB Device Connector via a Web I/O module.

    The traffic lights can be switched on or off by the MSB Client.

    ON the MSB Client, there is a visual display of the current traffic light situation.

    Cars that are standing at the intersection (in front of the traffic light) are recognized via sensors, sent to the SAP system and visualized on the MSB within a few milliseconds.

    MSB Device Connector

    Example: Visualization of traffic lights

    2011 Mobisys GmbH 15

  • You can get further information under www.mobisys.de

    or directly at

    Mobisys GmbH

    Altrottstrasse 26

    D-69190 Walldorf

    +49-6227-8635-0

    [email protected]

    2011 Mobisys GmbH 16