Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Model 306 unit / repeating attributes mismatch between XLS/XML and PDF specification #244

Open
msqr opened this issue Jul 8, 2023 · 1 comment

Comments

@msqr
Copy link

msqr commented Jul 8, 2023

Looking at model 306's XML/CSV specifications, they do not match the PDF specification, in both block length and units.

Here is the PDF specification:

306-pdf-spec

Here is the XLS specification:

306-csv-spec

Here is the SMDX specification:

306-smdx-spec
  1. The PDF specification defines a repeating block of length 7 while the others define a fixed block of length 4.
  2. The PDF specification defines the Current as int32/Amps/-2 while the others define uint16/Wm2/0.
  3. The PDF specification defines the Voltage as int32/Volts/-2 while the others define uint16/Wm2/0.
  4. The PDF specification defines the Temperature as int32/C/0 while the others define uint16/Wm2/0.
@msqr msqr changed the title Mode 306 unit / repeating attributes mismatch between CSV/XML and PDF specification Mode 306 unit / repeating attributes mismatch between XLS/XML and PDF specification Jul 9, 2023
@msqr msqr changed the title Mode 306 unit / repeating attributes mismatch between XLS/XML and PDF specification Model 306 unit / repeating attributes mismatch between XLS/XML and PDF specification Jul 9, 2023
@msqr
Copy link
Author

msqr commented Jul 9, 2023

Also I am not sure if this is an issue or not, but the Temperature scale in the PDF is 0, while other models seem to use -1 for temperature measurements. Should the scale be -1 here as well?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant