Acknowledged
over 1 year ago

venu3 series devices can crash SDK 6.3.0/1 simulator

Simulators from older SDKs seem OK.

4 field simple datafields can crash the venu3 series simulator
This applies to the venu3, venu3S and vivoactive5.
1, 2 or 3 field displays are OK.

The simulator crashes when some numeric values are returned from the compute method.

Some examples:
return 1.23; // OK
return 12.3; // fails
return "12.3"; // OK
return "12.30"; /fails
return 123; // OK
return "123"; // OK
return 1234; // fails
return "1234"; // fails
return "123.4"; // fails
return "1.2.3"; // fails
return "1,2.3"; // OK
return "1.2,3"; // OK

Parents
  • I quite agree, it makes no sense. All I know is I made a test DF that does nothing but return an explicit number or string. It crashes in the cases I said and doesn't where I said it doesn't. I tried lots of combinations. I assumed it was to do with numbers & decimal places but as you've said "1.2.3" fails but "1,2.3" doesn't. I also wondered if it was to do with width but long text strings are OK.

    Incidentally times also fail, e.g. 12:34.

    SDK 6.2.2 and older are OK, 6.3.x aren't.

    All very odd.

Comment
  • I quite agree, it makes no sense. All I know is I made a test DF that does nothing but return an explicit number or string. It crashes in the cases I said and doesn't where I said it doesn't. I tried lots of combinations. I assumed it was to do with numbers & decimal places but as you've said "1.2.3" fails but "1,2.3" doesn't. I also wondered if it was to do with width but long text strings are OK.

    Incidentally times also fail, e.g. 12:34.

    SDK 6.2.2 and older are OK, 6.3.x aren't.

    All very odd.

Children
No Data