Gabriel Franco Posted February 14, 2014 Report Share Posted February 14, 2014 I am having trouble creating CSV file containing ML values. All values greater than 65535 are truncated to just the lower word, e.g 150000 (hex 249F0) is saved as 18928 (hex 49F0). Any idea, or is a normal behaviour? Link to comment Share on other sites More sharing options...
MVP 2023 Joe Tauser Posted February 14, 2014 MVP 2023 Report Share Posted February 14, 2014 Post your code so we can see how your function blocks are configured. Joe T. Link to comment Share on other sites More sharing options...
Gabriel Franco Posted February 14, 2014 Author Report Share Posted February 14, 2014 After some testing, I found the problem. Both IN parameters (Start of vector and Max vector length) must be ML. Previously I used MI for max vector length and ML for start of vector. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now