ctrlx-automation-sdk icon indicating copy to clipboard operation
ctrlx-automation-sdk copied to clipboard

ctrlX AUTOMATION Software Development Kit

Results 24 ctrlx-automation-sdk issues
Sort by recently updated
recently updated
newest added

Bumps [cysystemd](https://github.com/mosquito/cysystemd) from 1.5.4 to 1.6.2. Release notes Sourced from cysystemd's releases. 1.6.2 No release notes provided. 1.6.1 fises #63 1.6.0 No release notes provided. Commits f1a6f6b actualize docs and...

dependencies
python

in the current main branch of the SDK for dotnet the build-bfs.sh path is flatc=$(dirname $0)/../../../public/bin/oss.flatbuffers/ubuntu22-gcc-x64/flatc and should be flatc=$(dirname $0)/../../bin/oss.flatbuffers/ubuntu22-gcc-x64/release/flatc

bug

* The mentioned script name was outdated. * This is closer to the high level of detail as the previous installation hints

Hi, I have setup sdk environment and I have run install-sdk script. After that I can build snap and run sample codes line Nodejs Hello-world. Now I want to write...

I have small issue when working with Subscription feature. I realised that after keepAliveinterval specified in SubscriptionProperties, my Subscription gets flooded by notifications even that data didn't changed... **Is it...

There are currently no examples included in the sdk of using the methods within the IClient3 interface of datalayer.h As an example, it would be nice to see browseBulkSync used...

enhancement

node version :20.10.0 npm version:10.2.3 ``` 0 verbose cli /home/boschrexroth/scripts/ctrlx-automation-sdk/samples-vue-sunet/parts/sunet/install/bin/node /home/boschrexroth/scripts/ctrlx-automation-sdk/samples-vue-sunet/parts/sunet/install/bin/npm 1 info using [email protected] 2 info using [email protected] 3 timing npm:load:whichnode Completed in 14ms 4 timing config:load:defaults Completed in...

Hello The main solution file for the c# solution in the .vscode tasks file was not found, it looks like it was renamed in the past. This fixes it.

When preforming an UnsubscribeAll no further subscriptions can be made without disposing of the subscription and recreating it. using .Unsubscribe(yourAddress) works fine. This is repeatable and the object is never...