S7 out Write character to plc

I want to write character in PLC using S7 out

[
    {
        "id": "38f3c2940deeca4e",
        "type": "s7 out",
        "z": "f9c426c7c1a7d831",
        "endpoint": "7f825fb64ea359e2",
        "variable": "INE",
        "name": "Write on Datablock  DB1010 on PLC E63",
        "x": 600,
        "y": 460,
        "wires": []
    },
    {
        "id": "e20e843113e6cb5c",
        "type": "inject",
        "z": "f9c426c7c1a7d831",
        "name": "",
        "props": [
            {
                "p": "payload"
            },
            {
                "p": "topic",
                "vt": "str"
            }
        ],
        "repeat": "",
        "crontab": "",
        "once": false,
        "onceDelay": 0.1,
        "topic": "",
        "payload": "",
        "payloadType": "date",
        "x": 160,
        "y": 460,
        "wires": [
            [
                "11bd049435e09b4a"
            ]
        ]
    },
    {
        "id": "11bd049435e09b4a",
        "type": "function",
        "z": "f9c426c7c1a7d831",
        "name": "function 1",
        "func": "msg.payload ='E'\nreturn msg;",
        "outputs": 1,
        "noerr": 0,
        "initialize": "",
        "finalize": "",
        "libs": [],
        "x": 320,
        "y": 460,
        "wires": [
            [
                "38f3c2940deeca4e"
            ]
        ]
    },
    {
        "id": "7f825fb64ea359e2",
        "type": "s7 endpoint",
        "transport": "iso-on-tcp",
        "address": "172.31.51.13",
        "port": "102",
        "rack": "0",
        "slot": "4",
        "localtsaphi": "01",
        "localtsaplo": "00",
        "remotetsaphi": "01",
        "remotetsaplo": "00",
        "connmode": "rack-slot",
        "adapter": "",
        "busaddr": "2",
        "cycletime": "1000",
        "timeout": "2000",
        "name": "Connection to E63",
        "vartable": [
            {
                "addr": "DB1010,CHAR130",
                "name": "INE"
            }
        ]
    }
]

Please continue the discussion on your original post.