SteveMyres Posted September 25, 2017 Share Posted September 25, 2017 I can't seem to find a syntax that will let me explicitly override the 20-element default display limit (Watch Window, screens), for longer arrays. Command/Alert will show the whole thing, so that's what I've been doing as needed, but would like to be able to display on screens when needed. Link to comment Share on other sites More sharing options...
AzeoTech Posted September 26, 2017 Share Posted September 26, 2017 That is hardcoded in and there is no way around it using the Display Value component. This was done to prevent you from accidentally creating a screen element that displays your entire history and then wants to refresh every 0.5 seconds. Plus, much past 20 numbers and you run out of space on the screen. You are much better off using a table to display a long list, or instead use multiple Display Value components displaying different segments of the array: myChan[0,19] myChan[20,39] etc.. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.