Community Tip - You can change your system assigned username to something more personal in your community settings. X
I'm trying to integrate QR code create/read in our application and came across references in community forum to 'QR Code Extension' on PTC market place.
However, I am not able to find it there...
Is this extension not supported anymore? Perhaps available through other channels?
Thanks in advance!
Solved! Go to Solution.
For future reference:
I'm now using the public REST API calls of http://goqr.me/api/ to generate a QR image.
Using 'ContentLoaderFunctions - LoadImage' in a service (see below) returns a usable image (PNG).
Linking it to the 'Data' entry of a 'Value Display' inside a mashup allows for easy visibility.
Example (Input = string, result = Image):
Thanks for the quick reply!
Are there any other ways to generate/read QR codes using TWX?
Hi @JanKerkhofs.
You would have to write your own extension for handling this functionality. In the meantime, you can also post a request on the ThingWorx Ideas board. This will allow other community members to vote for it in order to increase it's chances of being adopted into a future release of the product.
Regards.
--Sharon
For future reference:
I'm now using the public REST API calls of http://goqr.me/api/ to generate a QR image.
Using 'ContentLoaderFunctions - LoadImage' in a service (see below) returns a usable image (PNG).
Linking it to the 'Data' entry of a 'Value Display' inside a mashup allows for easy visibility.
Example (Input = string, result = Image):
Hi @JanKerkhofs
Thank you for sharing your solution with the community. Please feel free to mark your last response as the Accepted Solution.
Regards.
--Sharon
If you find anything related to qr code extension from anywhere, please update, Than you.