Forum Replies Created
-
AuthorPosts
-
AyeletKeymaster
Hi Sacha,
Below is the correct code for Android:
ScioDevice myScio = new ScioDevice(this, scioAddress); myScio.connect(new ScioDeviceConnectHandler() { @Override public void onConnected() { /* put your code for successfully connecting to the SCiO here */ Log.d("DemoApp", "SCiO was connected successfully"); } @Override public void onConnectFailed() { /* put your code for failing to connect to the SCiO here */ Log.d("DemoApp", "Timeout while connecting"); } });
Ayelet
AyeletKeymasterHi,
As you probably have noticed alraeady – this feature has been implemented and now available in SCiO Lab.
You need to access the ‘Samples’ tab and choose ‘Import Data’
1. The first step is to choose the relevant file (as a CSV file)
2. Make sure to mark the unique sample identifier – in this case ‘Sample Name’
3. Choose the relevant mapping: attribute<>column
In this case, you will need choose ‘Sample Name’ next to ‘sample_name’, as following (the rest of the fields were automatically identified):4. Imported successfully
Ayelet,
The Consumer Physics TeamAyeletKeymasterHi Sacha,
You are right, there is a problem with our documentation.
We will fix this issue shortly and let you know.
Ayelet,
The Consumer Physics Team
AyeletKeymasterHi Gaurav,
Just to let you know that we didn’t forget and we are still working on investigating the issue.
We apologize for the delay and appreciate your understanding.
Ayelet
AyeletKeymasterHi Sacha,
Unfortunately, we currently do not support swift.
We will support Swift in the future, however when exactly is yet to be decided.
Ayelet,
The Consumer Physics Team
AyeletKeymasterMali,
We have talked about the first issue.
As for the collection deletion, do you still encounter difficulties?
We have checked the feature and it works properly, we are not aware of any bugs.
Ayelet
December 13, 2016 at 1:10 pm in reply to: How to get Consumer Physics Models in our own mobile app using sdk? #43585AyeletKeymasterHi Gaurav,
Have you checked out our online guide?
This may be helpful (found in the online guide under ‘Get Consumer Physics Models’) –
Get ConsumerPhysics models info (name, ID, supported SCiO versions, etc.) and use them to analyze your scans.
Each model has a “supportedSCiOVersions” array property that contains all the supported SCiO versions for the specific model.
- __weak typeof(&*self)weakSelf = self;
- [[CPScioCloud sharedInstance] getCPModelsWithCompletion:^(BOOL success, NSArray *models, NSError *error) {
- if (success) {
- [weakSelf modelsScreenWithModels:models];
- return;
- }
- // Error
- dispatch_async(dispatch_get_main_queue(), ^{
- [weakSelf alertWithTitle:error.userInfo[NSLocalizedDescriptionKey] mes-sage:error.userInfo[NSLocalizedFailureReasonErrorKey]];
- });
- }];}
AyeletKeymasterAyeletKeymasterHi Gaurav,
The problem was transferred to our software team.
It might take some time for them to investigate the issue – we will keep you updated.
Note that we have sent you an e-mail regarding other errors you have encountered recently (during the models creation process).
Thanks for your patience and understanding,
Ayelet
AyeletKeymasterHi Ruby and Lucas,
We will support Swift in the future, however when exactly is yet to be decided.
Ayelet
December 13, 2016 at 8:56 am in reply to: Not showing Invalid Calibration when calibration is not done properly #43580AyeletKeymasterHi Gaurav,
Following you conversation with Guy regarding this issue, a task was opened and our software will implement this feature in iOS SDK.
We appreciate your inputs and feedback.
Ayelet,
The Consumer Physics Team
AyeletKeymasterThanks, I sent you an e-mail.
Ayelet
AyeletKeymasterHi all,
Certain applets such as the Produce Selector applet are indeed currently not supported by SCiO 1.0.
However, we are evaluating the accuracy of the models and are looking into releasing it to our 1.0 SCiO users.
We will keep you updated and notify you once new applets are released to 1.0 users.
Ayelet,
The Consumer Physics Team
- This reply was modified 8 years ago by Ayelet.
AyeletKeymasterHi Mario,
Currently there are no planned meet-ups for the near future.
We will keep you posted!
Ayelet
AyeletKeymasterThanks for sharing!
-
AuthorPosts