zhilenko_myu
9th August 2023, 06:03
hello
such a problem. afs works in besc. everything creates and goes further according to the program. in ln ui project creation process hangs. if you close the chrome window it will create the project.
***************************
session = "tppdm6100m000"
stpapi.put.field(session, "tppdm600.cprj", "TMP")
ret = stpapi.find(session, error.msg)
if ret = 1 then
ret = stpapi.mark(session, error.msg)
if ret = 1 then
stpapi.form.command(session, 5, "dupl.occur", error.msg)
if not isspace(error.msg) then
print.errors(
szvz.o,
session,
error.msg,
"",
""
)
endif
session1 = "tppdm7840m000"
stpapi.put.field(session1, "cprj.copy", szvz.o)
stpapi.put.field(session1, "cprj.c.desc", desc)
stpapi.set.report(session1, "rtppdm784001000", pr.device, error.msg)
stpapi.form.command(session1, 5, "exec.cont.process", error.msg)
if not isspace(error.msg) then
print.errors(
szvz.o,
session,
error.msg,
"",
""
)
endif
stpapi.end.session(session1, error.msg)
endif
endif
stpapi.end.session(session, error.msg)
such a problem. afs works in besc. everything creates and goes further according to the program. in ln ui project creation process hangs. if you close the chrome window it will create the project.
***************************
session = "tppdm6100m000"
stpapi.put.field(session, "tppdm600.cprj", "TMP")
ret = stpapi.find(session, error.msg)
if ret = 1 then
ret = stpapi.mark(session, error.msg)
if ret = 1 then
stpapi.form.command(session, 5, "dupl.occur", error.msg)
if not isspace(error.msg) then
print.errors(
szvz.o,
session,
error.msg,
"",
""
)
endif
session1 = "tppdm7840m000"
stpapi.put.field(session1, "cprj.copy", szvz.o)
stpapi.put.field(session1, "cprj.c.desc", desc)
stpapi.set.report(session1, "rtppdm784001000", pr.device, error.msg)
stpapi.form.command(session1, 5, "exec.cont.process", error.msg)
if not isspace(error.msg) then
print.errors(
szvz.o,
session,
error.msg,
"",
""
)
endif
stpapi.end.session(session1, error.msg)
endif
endif
stpapi.end.session(session, error.msg)