06-07-2006 12:30 PM
06-07-2006 06:57 PM
Do you have the DSC tag engine?? If so, you can read an array of register values with a single string tag if none of the registers contain a zero.
http://forums.ni.com/ni/board/message?board.id=170&message.id=122082#M122082
06-08-2006 07:07 AM
06-08-2006 12:54 PM
Hi Stephanie,
I'm not positive at this point why you are unable to write an array using datasocket, but I have a few ideas:
First of all, make sure that you initialize the elements of your array. Second, what is the representation of the double that you are trying to write? I have heard for example, that with some servers I8 will not work, but U8 will.
Try some different data representations and let us know if you have any luck.
Best Regards,
Megan B.
National Instruments
06-08-2006 01:29 PM
Hi Megan,
Thank you for your answer. My array is initialize and I just tried to change the representation of it (I did all of them) and it's still doesn't work. I really don't understand why
Any other ideas?
Thanx again,
Stephanie
06-08-2006 02:40 PM
Stephanie,
Peachy wrote:... I use the OPC server from Applicom. I can read an array of boolean, read and write a double but I can't write an array of double with the DataSocket....I don't understand why I can read an array but I can't write it?! I do the same thing for both and I just change de mode (if i want to read or write).
06-09-2006 07:55 AM
06-09-2006 08:01 AM
Stephanie,
What version of labview are you using??
06-09-2006 08:06 AM
06-09-2006 09:10 AM