Tag: Technical
-
Scheduling a Custom PLSQL Script in IFS
One of the common question we get around IFS tech stuff is How to schedule something in IFS? Well, if the process you need to schedule can be trigger by calling already existing PLSQL procedure, then you are in luck. You can define a new Database Task and schedule the execution of that task. But…
-
Store Arduino data in Firebase cloud with WiFi and present with CanvasJS
I was looking for many various ways of storing Arduino data in a server and presenting in client. There are many ways of doing this and one interesting way is Temboo + Google BigQuery. It’s much easier to implement since what you have to do is just follow the steps and it will generate everything including the code…