Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: duritskiy on August 04, 2023, 09:26:41 AM

Title: mc.mcIoSetDesc() not save in profile
Post by: duritskiy on August 04, 2023, 09:26:41 AM
hIo, rc = mc.mcIoGetHandle(inst, "Sim0/Input0")
ioinf, rc = mc.mcIoGetInfoStruct( hIo)
rc = mc.mcIoSetDesc(hIo, "Input0 test desc")

-- this code not saving changes to profile

rc = mc.mcProfileFlush(inst)
rc = mc.mcProfileSave(inst)

-- and this code not help