Now recognozing the chosen access method in the gui
Also RW in objectlist.c but not in esi file and unknown in eeprom
This commit is contained in:
@@ -361,6 +361,8 @@ function onEditObjectSubmit(modalform) {
|
|||||||
} else {
|
} else {
|
||||||
objd.value = modalform.InitalValue.value;
|
objd.value = modalform.InitalValue.value;
|
||||||
}
|
}
|
||||||
|
objd.access = odModal.form.Access.value;
|
||||||
|
|
||||||
break;
|
break;
|
||||||
case OTYPE.ARRAY:
|
case OTYPE.ARRAY:
|
||||||
objd.dtype = modalform.DTYPE.value;
|
objd.dtype = modalform.DTYPE.value;
|
||||||
@@ -624,4 +626,4 @@ function reloadSyncModes() {
|
|||||||
if (sectionElement) {
|
if (sectionElement) {
|
||||||
sectionElement.innerHTML = section;
|
sectionElement.innerHTML = section;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user