11-18-2022, 04:31 PM 
	
	
	
	
	
	
	
| 
				
				 
					invalid view
				 
			 | 
		
| 
	 
		
		
		11-19-2022, 01:12 PM 
	
	 
	
		Could you please export the experiment from the menu – tap the three vertical dots on the right of the entry and then “share” – and post it here in an attachment.
	 
	
	
	
	
		
		
		11-19-2022, 03:58 PM 
	
	 
	
		Jens, because the experiment doesn't load I cannot add this to the list and therefor cannot share. 
	
But I attached the sketch  , and also a screenshot as it was working before.
	
		
		
		11-22-2022, 09:46 AM 
	
	 
	
		Hey everyone, 
	
	
	
	
sorry for my late response, i had to take care of my newborn son =) I checked the file you send me by mail - the problem is within the setUnitX method. Currently the phyphox library allows a max length of 5 characters (we might change this). Since you have a longer unit in all your graphs the library ignores the faulty graphs which results in a view with no graph left.. It looks like you used a shorter unit in your working example. Cheers Dominik 
		
		
		11-22-2022, 10:20 AM 
	
	 
	
		Dominik, of course a new born son is more important than a question of an old man (72). Gratulations! 
	
	
	
	
You are right, the working example used [min] instead of [uur.min] . I used a RTC clock and by formula managed to make a float of the time ( hours +minute/100) The decimal point is the division between hours and minutes. By using [u.m] it it will work again. I couldn't find the error in your documentation neither could I find the max 5 characters long label ? Or did I look in the wrong place. Nevertheless thanks for your respons. Harrie 
		
		
		11-22-2022, 11:18 AM 
	
	 
	
		Stupid me: the Arduino IDE had no access to the download folder and opened another file. I should have spotted this… 
	
	
	
	
The limit is unfortunately not documented. It looks that we entirely remove it with the next version. 
		
		
		11-22-2022, 03:47 PM 
(This post was last modified: 11-22-2022, 03:48 PM by Dominik Dorsel.)
	
	 
	
		You can see this issue here in the source code: 
	
	
	
	
https://github.com/phyphox/phyphox-ardui...ph.cpp#L4+ As Jens already mentioned - we will remove this unnecessary limitation with the next update! We will also introduce a new feature that will allow the user to get the current time on the microcontroller through phyphox. Dominik  | 
| 
				
	 
					« Next Oldest | Next Newest »
				 
			 | 
		


, and also a screenshot as it was working before.