I gave up with the SDK and wrote my own bluetooth and USB routines.
There might be a clue to the answer to your question - last time I looked there were only 32 bit versions.
Sorry not to be of more help.
Search found 13 matches
- June 3rd, 2024, 11:48 am
- Forum: SDK Questions
- Topic: Need Help On Win64 SDK C# Integration
- Replies: 2
- Views: 4765
- April 13th, 2024, 3:04 pm
- Forum: SDK Questions
- Topic: Setting Variable Intervals workout
- Replies: 1
- Views: 23333
Re: Setting Variable Intervals workout
I got this working, but had issues with the units while I was debugging. For some types of workouts the units are whole seconds, for some hundredths, and similar for meters - some whole metres and some centimetres.
- April 13th, 2024, 3:01 pm
- Forum: SDK Questions
- Topic: Simple HID communication with concept2 PM3 (macOS)
- Replies: 1
- Views: 23589
Re: Simple HID communication with concept2 PM3 (macOS)
Hi Arjun An old post, maybe you have fixed already? You have to also send a report ID at the start of the frame, a start frame indicator, checksum and end frame indicator To send 0x91 - which is the get version command you should send 01 : F1 : 91 : 91 : F2 (colons only to show separation between va...
- June 12th, 2023, 10:59 am
- Forum: SDK Questions
- Topic: Units at force plot
- Replies: 20
- Views: 27372
Re: Units at force plot
I checked the force curve numbers - the duplicates are coming through on the bluetooth feed.
I didn't get very far on the other items - will report back when I have more progress.
Nomath - I found your longer post on the board - very helpful - thank you for this,
I didn't get very far on the other items - will report back when I have more progress.
Nomath - I found your longer post on the board - very helpful - thank you for this,
- June 9th, 2023, 8:55 am
- Forum: SDK Questions
- Topic: Units at force plot
- Replies: 20
- Views: 27372
Re: Units at force plot
Just for fun - trying to get quicker - or at least not get any slower as I get older. We are getting a lot of data now - we also have the NK oarlocks on our boat. Trying to make sense of it all. I set 8 world records on the slider ergo a couple of years ago, but still think I can get more efficient ...
- June 8th, 2023, 7:06 pm
- Forum: SDK Questions
- Topic: Units at force plot
- Replies: 20
- Views: 27372
Re: Units at force plot
It's a model C I checked my code for something that could be duplicating the readings, nothing obvious, when I am back I will check the BT logs as well. The PM sends the force curve data as a series of messages, it is possible that either it or my code is duplicating one of the readings. There is al...
- June 8th, 2023, 6:45 am
- Forum: SDK Questions
- Topic: Units at force plot
- Replies: 20
- Views: 27372
Re: Units at force plot
Thanks everyone - this has been super helpful. The differences I have now are a few percentage points rather than orders of magnitude. On power- I can derive this in three different ways and get three different numbers Joules / (drive + recovery ) = 203W Joules / (60 / Stroke rate) = 190W 2.8 * ms-1...
- June 6th, 2023, 2:27 pm
- Forum: SDK Questions
- Topic: Units at force plot
- Replies: 20
- Views: 27372
Re: Units at force plot
Hi All - reopening a very old post. I am gathering force curve data from the BT interface - this looks fine 35 53 53 65 69 74 74 85 85 90 95 99 104 110 110 113 114 117 122 124 124 127 123 126 126 130 123 123 126 127 130 129 122 119 118 108 102 95 77 63 62 52 44 31 19 17 6 I am also getting the stats...
- October 20th, 2022, 6:36 am
- Forum: SDK Questions
- Topic: Stroke Length
- Replies: 2
- Views: 5645
Re: Stroke Length
Super thanks
- October 8th, 2022, 1:29 am
- Forum: SDK Questions
- Topic: Stroke Length
- Replies: 2
- Views: 5645
Stroke Length
I can't see a CSafe command for sroke length - but it is shown on the Erg Data App.
There is mention of it in the docs in the multiplex and BTS tables - but how do I access this data?
Thanks
There is mention of it in the docs in the multiplex and BTS tables - but how do I access this data?
Thanks
- October 8th, 2022, 1:22 am
- Forum: SDK Questions
- Topic: 64 Bit API
- Replies: 2
- Views: 5768
Re: 64 Bit API
I gave up with the 64 bit API.
I wrote my own using HIDUSB, not quite finished, but heading in the right direction.
The logic built into Pyrow was very helpful, but also very convoluted.
I wrote my own using HIDUSB, not quite finished, but heading in the right direction.
The logic built into Pyrow was very helpful, but also very convoluted.
- September 23rd, 2022, 2:00 pm
- Forum: SDK Questions
- Topic: 64 Bit API
- Replies: 2
- Views: 5768
Re: 64 Bit API
I found 64 bit APIs on Github, but the same code compiled with the 64 bit versions isn't working. Has anyone got them working?
- September 11th, 2022, 10:11 am
- Forum: SDK Questions
- Topic: 64 Bit API
- Replies: 2
- Views: 5768
64 Bit API
Hello Sorry if this question has been asked before. I tried the search, but couldn't find anything. I am trying to build a 64 bit application, but as far as I can see the API only has 32 bit DLLs. Notably PM3CSafeCP.dll. Have I understood this correctly? I would like to avoid having separate process...