|
-
May 13th, 2009, 03:16 PM
#3
Re: VB6 - Unsigned data type (Can I trick?)
Have you tried to use a byte array vs long/integer for the unsigned?
Writing the unsigned values to the byte array would be a bit of work, but not too difficult.
As a test, dim Vals(3) As Byte, then change Vals(3)=1 and see if your OPC control accepts the byte array. If it does, then you'd only need some code to copy the unsigned to the byte array.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|