From 3d80e6319239ff12b82e1e5690834a9a7b35cbf4 Mon Sep 17 00:00:00 2001 From: greg Date: Mon, 14 May 2007 07:05:18 +0000 Subject: [PATCH] DS-302 profile update --- objdictgen/config/DS-302.prf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/objdictgen/config/DS-302.prf b/objdictgen/config/DS-302.prf index c2f0d17..d6cd872 100644 --- a/objdictgen/config/DS-302.prf +++ b/objdictgen/config/DS-302.prf @@ -6,15 +6,15 @@ MappingDictionary for DS-302 Mapping = { 0x1F20 : {"name" : "Store DCF", "struct" : rec, "need" : False, "values" : - [{"name" : "Number of Entries", "type" : 0x02, "access" : 'ro', "pdo" : False}, + [{"name" : "Number of Entries", "type" : 0x05, "access" : 'ro', "pdo" : False}, {"name" : "Store DCF for node %d[(sub)]", "type" : 0x0F, "access" : 'rw', "pdo" : False, "nbmax" : 0x7F}]}, 0x1F21 : {"name" : "Storage Format", "struct" : rec, "need" : False, "values" : - [{"name" : "Number of Entries", "type" : 0x02, "access" : 'ro', "pdo" : False}, + [{"name" : "Number of Entries", "type" : 0x05, "access" : 'ro', "pdo" : False}, {"name" : "Storage Format for Node %d[(sub)]", "type" : 0x02, "access" : 'rw', "pdo" : False, "nbmax" : 0x7F}]}, 0x1F22 : {"name" : "Concise DCF", "struct" : rec, "need" : False, "values" : - [{"name" : "Number of Entries", "type" : 0x02, "access" : 'ro', "pdo" : False}, + [{"name" : "Number of Entries", "type" : 0x05, "access" : 'ro', "pdo" : False}, {"name" : "Concise DCF for Node %d[(sub)]", "type" : 0x0F, "access" : 'rw', "pdo" : False, "nbmax" : 0x7F}]} } -- 2.39.2