04-09-2010 02:00 PM
This toolkit has a bug in that given a measurement name from the a2l database it is case sensitive which in and of itself is not a problem however I observed the following behavior with the vi returning no errors or warnings.
Arb.ID Time Data
MC Measurement Read of ARINCData[0].tx.cfg.enable (the variable I wanted to read)
Set MTA
0x667 6.6339 02 79 00 00 20 02 00 04
0x7E1 6.6344 FF 00 79 40 00 00 00 20
Upload
0x667 6.6351 04 7A 04 00 00 00 00 00
0x7E1 6.6393 FF 00 7A 00 00 00 00 20
MC Measurement Read of ARINCData[0].Tx.cfg.enable (the same variable with the t in tx capitalized)
Set MTA (this is the address for ARINCData and/or ARINCData[0]+
0x667 15.5064 02 7B 00 00 20 02 00 00
0x7E1 15.5094 FF 00 7B 00 00 00 00 20
Upload
0x667 15.5100 04 7C 01 00 00 00 00 00
0x7E1 15.5145 FF 00 7C 40 00 00 00 20
So given that I did not correctly identify the variable I was hoping that the toolkit would give me an error not the base address of the array the variable is part of.
Is there an update to the toolkit?
04-12-2010
09:21 AM
- last edited on
12-16-2024
09:09 AM
by
Content Cleaner
Hello JLC,
Which version of the toolkit are you using? Version 2.1.4 is the newest one.