You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to set the FEC target slope as a resistance for our project but for some reason it does not get sent to the bike. We tested the bike with the Garmin Tacx app to test if it could increase the slope (which was possible) and we could read the power and the speed of the bike in unreal engine. So we know that the bike should be able to accept a change in slope and that it is connected to unreal but we don't know how why it is not working.
We are doing exactly the same as you in the event graph
This is the code that we have embedded in a function of the player pawn:
The text was updated successfully, but these errors were encountered:
Also having some trouble with slope/resistance the res from the ue5 lib update trainer function returns 1 which I believe means it is recieving data but it dosen t seem to add resistance. all other data from power sensor mph and cadence from the bike seem to work fine. Also I noticed that sometimes it lights the green ant light on the device and sometimes it dosen t wgen using the set desired power niee. I am using a tacx 2t neo. Any help would be much appreciated ty.
We want to set the FEC target slope as a resistance for our project but for some reason it does not get sent to the bike. We tested the bike with the Garmin Tacx app to test if it could increase the slope (which was possible) and we could read the power and the speed of the bike in unreal engine. So we know that the bike should be able to accept a change in slope and that it is connected to unreal but we don't know how why it is not working.
We are doing exactly the same as you in the event graph
This is the code that we have embedded in a function of the player pawn:
![image](https://private-user-images.githubusercontent.com/74626060/320881326-773bea7b-4037-4acd-9b15-12b716c91ac7.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NTI1ODAsIm5iZiI6MTczOTQ1MjI4MCwicGF0aCI6Ii83NDYyNjA2MC8zMjA4ODEzMjYtNzczYmVhN2ItNDAzNy00YWNkLTliMTUtMTJiNzE2YzkxYWM3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDEzMTEyMFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWJjOTJhMTM3MmY2ZTVmNWZmNjViNDMwNmNkMWJhNWIxMGUzNzE5ZTJlYzA4MDlmOGVlM2IzZmY5ZDRjZDI5YWUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.9t-2ENh_XvFdx7Sz37sYJ91lOmrHBnFe27QiSBE5NRU)
The text was updated successfully, but these errors were encountered: