hello
i am very new to labview .i have developed two projects-one as master and one as slave for communicating string data using shared variable but master is showing some error.
I am not able to debug it and i am even not sure whether my block dig and connections are correct or not.i am attaching my projects here.
i would appreciate help from anyone
Thanku
已解决! 转到解答。
Can you reupload it in 2011 or 2012
File>Save for previous version
i have created the library and deployed the shared variable manually. while running the program,master is showing error in opening connection to shared variable.
I don't understand your question or what you mean by "range of shared variables".
If you want the shared variable to be a string, then you set its datatype to be a string when you create it.
I think you are making this more complicated then you need to. I'm not sure why you are using the shared variable library functions.
For what you have show so far, I think you only need a project that has your two VI's, a library that contains the shared variables you are creating, and in the VI's, use the shared variable terminals rather than these library functions. You just drag and drop the shared variable from your library to the block diagram, then set it to either read or write.