07-21-2006 01:38 AM
07-23-2006 03:38 PM
07-24-2006 06:42 AM
Hello Matt,
I have just checked my server , and found that there is no windows firewall in the server.
only when iam writing to a variable in the monitor , iam receiving this error .
any other ways... please....
Regards,
Ramji .
07-24-2006 11:39 AM
Hi Ramji,
Based on your screenshot, I assume the variable that is causing the issue is 01_ichg_sheetwidth, and then only when you are using the variable monitor to write data to the variable. Does the same behavior happen with any other variable, or just this one? Is this variable being updated if you do not explicitly write to it? If you haven't already, verify that you can write to this variable in a VI and read back the value in the same VI, and also wire an indicator to the error terminal of the shared variable for each operation.
If this is the only variable affected, is there anything unique about this variable (i.e., defined in a different library, communicating to a different OPC source, etc)? If no other variable is affected, you may also consider deleting and recreating the variable in the library, as it is possible that it became corrupted in the library itself.
07-25-2006 09:03 AM
07-26-2006 10:10 AM
07-27-2006 03:14 AM
07-27-2006 11:25 AM
@ramji wrote:
Hello Matt ,yes , i agree with your answer ....but my problem is different .iam having two vi ..... each vi is connected to some 50 shared variables .when iam starting the project ... everything worked fine and program is linked with correct shared variable ....now the problem started ....when i changed the name of sharedvariable .lvlib file to some xxxx.lvlib file .and when iam running the vi ...... tthis shared variable is not getting linked with xxxx.lvlib file .so , i can overcome this only by again double clicking each shared variable for all the variable in the program ...... which is not correct method 🙂itis anyway that vi can recognise this xxxx.lvlib and get linked to it.Sorry to bother you ... i know u can solve my problem.Regards,Ramji .
Greetings Ramji,
I am not clear about a couple things. Are you renaming the .lvlib inside the project window or on the file system? Is the VI inside the same project as the .lvlib?
07-27-2006 12:01 PM
Hello Robert
actually i have changed the path of .lvlib ....
but in the project tree i undeployed the old .lvlib and added new .lvlib .....and deployed it it deployed successfully ... but inside the program the shared variable is not getting ref from new .lvlib file .... its still refering the old one .....
Regardxs,
Ramji.
07-27-2006 05:47 PM
Hi Ramji,
You mentioned that you undeployed the old library, but have you removed it from the project? The shared variables in your project created from that library will not relink to the new library if the original library still exists in the project.