-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[IJT] Asset Management not showen #485
Comments
I looked at the log and found this:
This are the Type of:
Could it possible that the components also need to be set in the config? @mohitkumaragarwal Could you look if the old config has entry for i=1003 and i=1004? |
@Kantiran91 I have attached the configuration file which I am using with the umati gateway. The same file was used with previous versions and newer versions of the gateway. It does NOT have the entry for 1003 or 1004. |
@ccvca @wlkrm Ok I tracked the issue down and it seems that someting is wrong with the void OpcUaTypeReader::updateTypeMap() method in the TypeReader. I don't exactly understand what this method is supposed to do especialy with the folders. It seems that everything works fine if I put the method out. So maybe you could explain me why this method is needed. (Especially the folder part). |
This method ensures, that all optional members of a type are searched, event if the optional nodes are only defined in the type of the child and not the child itself. |
Than i assume that we need to build this recursive and the current implementation works only in the depth of two and the spec has defined in the depth of three.
Am 07.06.2023 um 17:11 schrieb Christian von Arnim ***@***.***>:
This method ensures, that all optional members of a type are searched, event if the optional nodes are only defined in the type of the child and not the child itself.
—
Reply to this email directly, view it on GitHub<#485 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AC6FKSQ7CEEPIPNAUPJ4LETXKCK2RANCNFSM6AAAAAAYTWDOZ4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
I have tried the latest version of the gateway, now, it is NOT showing the Asset Data in the following umati.app:
https://umati.app/all/TighteningSystemType/clientId%3Datlas%7Cixb%3Bnsu%3Dhttp%3A_2F_2Fwww.atlascopco.com_2FTighteningApplication_2F%3Bs%3D_2FObjectsFolder_2FTighteningSystem_5FAtlasCopco
With the older version of the gateway, the asset data is visible in another machine as shown below:
https://umati.app/all/TighteningSystemType/clientId%3Datlas%7Cpf8%3Bnsu%3Dhttp%3A_2F_2Fwww.atlascopco.com_2FTighteningApplication_2F%3Bs%3D_2FObjectsFolder_2FTighteningSystem_5FAtlasCopco
Originally posted by @mohitkumaragarwal in #361 (comment)
The text was updated successfully, but these errors were encountered: