-
Notifications
You must be signed in to change notification settings - Fork 198
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
Strange behavior after calling InitLock() from RasPi Client on SITOP PSU8600 server #732
Comments
I have got it working with the method nodes, but they won't support my use case, since they establish a session after injection. Since I want to control the current and the voltage output, I cannot wait 3-5 sec for a method to resolve. Tried to use the Client Node with METHOD action instead. The method gets executed, but the output is an empty array and nothing happens in the psu. Added the flow, what did I do wrong?
|
I want to control a Siemens SITOP PSU8600 from a raspberry pi. Reading values works alright, but to write anything to the psu you have to init a lock variable. The function has one input and one output, but you don't need to pass anything afaik.
When I do this via UaExpert, everything works fine.
In node red the call takes quite a while and when I look at the output, the locking user is the desired user for around one sec, after that it jumps to anonymous. When I want to write anything, it just returns an error.
In the method configuration I used the right credentials, the data grom PSU8600 as ObjectId (ns=3;i=100000) and the NodeId from the method as the MethodId (ns=3;i=100818)
Does anyone have any experience with this problem?
The text was updated successfully, but these errors were encountered: