LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Commit Shared Variables.vi

Hi everybody. I've got a problem using the Commit Shared Variables.vi. I'm using this for dynamic creation of shared variables (with binding to OPC) out of a XML-file. On my PC (LabVIEW 8.2.1)  it works fine. But on the customer machine (LabVIEW 8.2) it doesn't work properly. It always throws an error -1967362038 PRC_CommitMultiple.vi. What does this mean? I couldn't find any explanation for this error. Can somebody help me? Thank you very much. Andreas
Certified LabVIEW Architect
0 Kudos
Message 1 of 3
(2,881 Views)
Hi Andreas,

Could you attach a little example where you reproduce this error.
I have to computers for testing with LabVIEW 8.20 and 8.2.1.
Do you have an english version of LabVIEW?

Thanks and regards,
WolfgangZ
0 Kudos
Message 2 of 3
(2,858 Views)

hi labview-developers,

if you ever run in this problem as we do: don't despair. Smiley Wink

tyler already announced that problem using labview 8.21..now i got the same mad stuff using labview 8.5

The source fo the PRC CommitMultiple Error is, that you set properties for shared variables that depend on each other.

i.e

Alarming.HI_HI.Enabled=false

Alarming.HI_HI.Name=name

if you use more than one of those properties in one setpropertynode, this element does sometimes not produce an error!!! the error is first occurs when you try to commit those variables.

it seems as if there is also the order in using the properties important, see the attachment for that kind of non-working io-node...Smiley Sad

so, hopefully someone from the dsc-crew notices this post and we don't have to renew this task in the next labview-version

keep on wiring....

tyler & gibbi

0 Kudos
Message 3 of 3
(2,740 Views)