Home
User manual
Contents
1. When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from the object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in the exceptions when they are active www yoctopuce com 87 88 www yoctopuce com 15 Using the Yocto 4 20mA Rx with Java Java is an object oriented language created by Sun Microsystem Beside being free its main strength is its portability Unfortunately this portability has an excruciating price In Java hardware abstraction is so high that it is almost impossible to work directly with the hardware Therefore the Yoctopuce API does not support native mode in regular Java The Java API needs a Virtual Hub to communicate with Yoctopuce devices 15 1 Getting ready Go to the Yoctopuce web site and download the following items The Java programming library e The VirtualHub software for Windows Mac OS X or Linux depending on your OS The library is available as source files as well as a jar file Decompress the library files in a folder of your choice connect your modules run the VirtualHub software and you are ready to start your first tests You do not need to install any driver In order to keep them simple all the examples provided in this documentation are console applications Naturally the libraries functi
2. 226 www yoctopuce com 19 High level API Reference genericsensor loadCalibrationPoints YGenericSensor Retrieves error correction data points previously entered using the method calibrateFromPoints function loadCalibrationPoints rawValues refValues function loadCalibrationPoints rawValues refValues function loadCalibrationPoints amp rawValues amp refValues int loadCalibrationPoints vector lt double gt amp rawValues vector lt double gt amp refValues int loadCalibrationPoints NSMutableArray rawValues NSMutableArray refValues function loadCalibrationPoints var rawValues TDoubleArray var refValues TDoubleArray LongInt procedure loadCalibrationPoints int loadCalibrationPoints List lt double gt rawValues List lt double gt refValues int loadCalibrationPoints ArrayList lt Double gt rawValues ArrayList lt Double gt refValues def loadCalibrationPoints rawValues refValues YGenericSensor target loadCalibrationPoints rawValues refValues Parameters rawValues array of floating point numbers that will be filled by the function with the raw sensor values for the correction points refValues array of floating point numbers that will be filled by the function with the desired values for the correction points Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 227 19 High leve
3. 130 www yoctopuce com 19 High level API Reference YAPI GetAPIVersion yGetAPIVersion Returns the version identifier for the Yoctopuce library in use function yGetAPIVersion function GetAPIVersion function yGetAPIVersion string yGetAPIVersion NSString yGetAP IVersion function yGetAPIVersion string function yGetAPIVersion As String String GetAPIVersion String GetAPIVersion def GetAP IVersion YAPI The version is a string in the form Major Minor Build for instance 1 01 5535 For languages using an external DLL for instance C VisualBasic or Delphi the character string includes as well the DLL version for instance 1 01 5535 1 01 5439 If you want to verify in your code that the library version is compatible with the version that you have used during development verify that the major number is strictly equal and that the minor number is greater or equal The build number is not relevant with respect to the library compatibility Returns a character string describing the library version www yoctopuce com 131 19 High level API Reference YAPI GetTickCount YAPI yGetTickCount Returns the current value of a monotone millisecond based time counter function yGetTickCount nodejs function GetTickCount function yGetTickCount u64 yGetTickCount u64 yGetTickCount function yGetTickCount u64 vo _ function y
4. NSLog demo lt logical_ name gt NSLog demo any uSevanyaduscovered sdevace il exit dhi int maan Ime droge const char araro 1 1 www yoctopuce com EN libraries php 2 www yoctopuce com EN article new objective c library for mac os x www yoctopuce com 57 10 Using Yocto 4 20mA Rx with Objective C NSError error YGenericSensor sensor sensorl sensor2 ise lerce lt 2 i usage autoreleasepool NSString target NSString stringWithUTF8String argv 1 Setup the API to use local USB devices if YAPI RegisterHub usb amp error YAPI SUCCESS NSLog RegisterHub error error localizedDescription return i if target isEqualToString any retreive any generic sensor sensor YGenericSensor FirstGenericSensor if sensor NULL NSLog No module connected check USB cable return 1 else sensor YGenericSensor FindGenericSensor target we need to retreive both DC and AC current from the device if sensor isOnline NSLog No module connected check USB cable return 1 YModule m sensor module sensorl YGenericSensor FindGenericSensor m serialNumber stringByAppendingString genericSensor1 sensor2 YGenericSensor FindGenericSensor m serialNumber stringByAppendingString genericSensor2 while m isOnline Nsogi tichannel etc tao Gl iisensonml Guia enite Valu
5. else printf lt input type radio name beacon value ON gt ON printf lt input type radio name beacon value OFF checked gt OFF lt br gt printf upTime s sec lt br gt intVal S module gt get_upTime 1000 printf USB current smA lt br gt S module gt get_usbCurrent printf logs lt br gt lt pre gt s lt pre gt module gt get_lastLogs 2 gt lt input type submit value refresh gt lt FORM gt lt BODY gt lt HTML gt Each property xxx of the module can be read thanks to a method of type get _xxxx and properties which are not read only can be modified with the help of the set xxx method For more details regarding the used functions refer to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the corresponding set _xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the saveToFlash method Inversely it is possible to force the module to forget its current settings by using the revertFromFlash method The short example below allows you to modify the logical name of a module lt HTML gt lt HEAD gt lt TITLE gt save settings lt TITLE gt lt BO
6. 3 If your callback requires authentication enter credentials here Digest authentication is recommended but Basic authentication works as well Username yocto Password CON 4 Setup the desired frequency of notifications No less than 3 seconds between two notification But notify after 600 seconds in any case 5 Press on the Test button to check your parameters 6 When everything works press on the OK button Test fox Cancel And select Yocto API callback You then only need to define the URL of the PHP script and if need be the user name and password to access this URL Supported authentication methods are basic and digest The second method is safer than the first one because it does not allow transfer of the password on the network Usage From the programmer standpoint the only difference is at the level of the yRegisterHub function call Instead of using an IP address you must use the callback string or http callback which is equivalent inelude yoctonap phpm yRegisterHub callback The remainder of the code stays strictly identical On the Virtua Hub interface at the bottom of the configuration window for the HTTP callback API there is a button allowing you to test the call to the PHP script Be aware that the PHP script controlling the modules remotely through the HTTP callback API can be called only by the Virtua Hub Indeed it requires the information posted by the VirtualHub
7. Register a callback function to be called each time a network hub or a VirtualHub is detected on the local network yRegisterLogFunction logfun Registers a log callback function ySelectArchitecture arch Select the architecture or the library to be loaded to access to USB ySetDelegate object Objective C only Register an object that must follow the procol YDeviceHotPlug ySetTimeout callback ms_timeout arguments Invoke the specified calloack function after a given timeout ySleep ms_duration errmsg Pauses the execution flow for a specified duration yUnregisterHub url Setup the Yoctopuce library to no more use modules connected on a previously registered machine with RegisterHub yUpdateDeviceList errmsg Triggers a re detection of connected Yoctopuce modules yUpdateDeviceList_async callback context Triggers a re detection of connected Yoctopuce modules www yoctopuce com 125 19 High level API Reference YAPI CheckLogicalName yCheckLogicalName Checks if a given string is valid as logical name for a module or a function function yCheckLogicalName name node js function CheckLogicalName name function yCheckLogicalName name bool yCheckLogicalName const string amp name BOOL yCheckLogicalName NSSiring name function yCheckLogicalName name string boolean function yCheckLogicalName ByVal name As String As Boolean bool CheckLogicalName string name boolean CheckL
8. This attribute is never touched directly by the API and is at disposal of the caller to store a context Returns the object stored previously by the caller www yoctopuce com 177 19 High level API Reference module gt isOnline YModule Checks if the module is currently reachable without raising any error 5s function isOnline node js function isOnline php function isOnline cpp _ bool isOnline BOOL isOnline pas function isOnline boolean vb function isOnline As Boolean cs _ bool isOnline java boolean isOnline def isOnline If there are valid cached values for the module that have not yet expired the device is considered reachable No exception is raised if there is an error while trying to contact the requested module Returns true if the module can be reached and false otherwise 178 www yoctopuce com 19 High level API Reference module gt isOnline_async YModule Checks if the module is currently reachable without raising any error function isOnline_async callback context function isOnline_async callback context If there are valid cached values for the module that have not yet expired the device is considered reachable No exception is raised if there is an error while trying to contact the requested module This asynchronous version exists only in Javascript It uses a callback instead of a return value
9. m set_logicalName newname m saveToFlash do not forget this print Module serial m get_serialNumber name m get_logicalName else sys exit Ynot connected check identi ticarion and WSB cabile Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the YModule saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the YModule yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not null Below a short example listing the connected modules 86 www yoctopuce com 14 Using the Yocto 4 20mA Rx with Python usr bin python if ae ONS Oea import os sys irom yoctofapi import i errmsg YRefParam Setup the API to use local USB devices if YAPI RegisterHub usb errmsg YAPI SUCCESS sys exit init error str errmsg print Device Mast module YModule FirstModule while module is not None print module get_serialNum
10. module get_logicalName System out printin luminosity n gt module ger luminosity if module get_beacon YModule BEACON ON System out printlin beacon ON 7 else System out printlin beacon OHER System out printin upTime Liamodulergets sup lamer 9 elO00R asec System OUEnp ln tlnn USBee UE rene ln staemoculcrige tus ine reme mA System out println logs n module get_lasthogs catch YAPT Exception ex System out printin args 1 not connected check identification and USB cablei YAPI FreeAPI Each property xxx of the module can be read thanks to a method of type YModule get xxxx and properties which are not read only can be modified with the help of the YModule set xxx method For more details regarding the used functions refer to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the corresponding YModule set xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the YModule saveToFlash method Inversely it is possible to force the module to forget its current settings by using the YModule revertFromFlash method The short example below allows you to modify the l
11. s64 get_startTimeUTC s64 startTimeUTC function get_startTimeUTC int64 function get_startTimeUTC As Long long get_startTimeUTC long get_startTimeUTC def get_startTimeUTC If the UTC time was not set in the datalogger at the time of the recording of this data stream this method returns 0 Returns an unsigned number corresponding to the number of seconds between the Jan 1 1970 and the beginning of this data stream i e Unix time representation of the absolute time 276 www yoctopuce com 20 Troubleshooting 20 1 Linux and USB To work correctly under Linux the the library needs to have write access to all the Yoctopuce USB peripherals However by default under Linux USB privileges of the non root users are limited to read access To avoid having to run the VirtualHub as root you need to create a new udev rule to authorize one or several users to have write access to the Yoctopuce peripherals To add a new udev rule to your installation you must add a file with a name following the arbitraryName rules format in the etc udev rules d directory When the system is starting udev reads all the files with a rules extension in this directory respecting the alphabetical order for example the 51 custom rules file is interpreted AFTER the 50 udev default rules file The 50 udev default file contains the system default udev rules To modify the default behavior you there
12. www yoctopuce com 279 21 Characteristics 280 www yoctopuce com te Mes 15 5 a ji Tle g a 833 AEE 9 amp meg S a 7 S p o O RECOM RKZ 0512 11 8 All dimensions are in mm Toutes les dimensions sont en mm Yocto 4 20mA RX oy Scale Echelle Index A Access 95 Accessories 3 Activating 96 Advanced 107 Android 95 96 Assembly 15 Basic 63 Blueprint 281 C C 69 C 49 54 calibrateFromPoints YGenericSensor 197 Calibration 112 Callback 44 Characteristics 279 CheckLogicalName YAPI 125 Command 27 117 Compatibility 95 Concepts 17 Configuration 12 Connections 15 D Data 110 243 262 DataLogger 21 Delphi 77 describe YGenericSensor 198 describe YModule 152 Description 27 DisableExceptions YAPI 126 Distribution 16 download YModule 153 Dynamic 83 119 E Elements 5 6 EnableExceptions YAPI 127 EnableUSBHost YAPI 128 Error 36 47 54 61 68 74 81 87 93 105 Event 107 F Files 83 Filters 44 FindGenericSensor YGenericSensor 195 FindModule YModule 150 FirstGene
13. String get_logicalName def get_logicalName YGenericSensor target get_logicalName Returns a string corresponding to the logical name of the generic sensor On failure throws an exception or returns Y_LOGICALNAME_ INVALID www yoctopuce com 211 19 High level API Reference genericsensor get_lowestValue genericsensor lowestValue Returns the minimal value observed function get_lowestValue function get_lowestValue function get_lowestValue double get_lowestValue double lowestValue function get_lowestValue function get_lowestValue double get_lowestValue double get_lowestValue def get_lowestValue YGenericSensor target get_lowestValue double As Double Se Returns a floating point number corresponding to the minimal value observed On failure throws an exception or returns Y_LOWESTVALUE_INVALID YGenericSensor 212 www yoctopuce com 19 High level API Reference genericsensor get_module genericsensor module YGenericSensor Gets the YModule object for the device on which the function is located function get_module function get_module function get_module YModule get_module YModule module function get_module TYModule function get_module As YModule YModule get_module YModule get_module def get_module If the function cannot be located on any module the returned instance of YModu1e is not sho
14. TextView findViewById R id usbcurrentfield field setText module getUsbCurrent mA Switch sw Switch findViewById R id beaconswitch TOG oC swrechy 7 Mocaconl p modules getpoeacom s sw setChecked module getBeacon YModule BEACON_ ON field TextView findViewById R id logs field setText module get_lastLogs catch YAPI_ Exception e e printStackTrace Override public void onItemSelected AdapterView lt gt parent View view int pos long id String hwid parent getItemAtPosition pos toString module YModule FindModule hwid DisplayModuleInfo Override public void onNothingSelected AdapterView lt gt arg0Q www yoctopuce com 101 16 Using the Yocto 4 20mA Rx with Android public void refreshInfo View view DisplayModuleInfo public void toggleBeacon View view if module return boolean on try 2t on ff HALL Switch view isChecked module setBeacon YModule BEACON_ON else module setBeacon YModule BEACON_ OFF Hecate YAPTI Exception e e printStackTrace Each property xxx of the module can be read thanks to a method of type YModule get_ xxxx and properties which are not read only can be modified with the help of the YModule set xxx method For more details regarding the used functions refer to the API chapters Changing the module sett
15. measure get_maxValue Returns the largest value observed during the time interval covered by this measure measure get_minValue Returns the smallest value observed during the time interval covered by this measure measure get_startTimeUTC Returns the start time of the measure relative to the Jan 1 1970 UTC Unix timestamp 256 www yoctopuce com 19 High level API Reference measure get_averageValue YMeasure measure averageValue Returns the average value observed during the time interval covered by this measure function get_averageValue function get_averageValue function get_averageValue double get_averageValue double averageValue function get_averageValue double function get_averageValue As Double double get_averageValue double get_averageValue def get_averageValue Returns a floating point number corresponding to the average value observed www yoctopuce com 257 19 High level API Reference measure gt get_endTimeUTC YMeasure measure endTimeUTC Returns the end time of the measure relative to the Jan 1 1970 UTC Unix timestamp function get_endTimeUTC function get_endTimeUTC function get_endTimeUTC double get_endTimeUTC double endTimeUTC function get_endTimeUTC double function get_endTimeUTC As Double double get_endTimeUTC double get_endTimeUTC def get_endTimeUTC When the recording rat
16. serial genericSensorl if Ssensor gt isOnline die Module not connected check serial and USB cable else or use any connected module suitable for the demo Ssensor yFirstGenericSensor ie Gsm nuUMsIa S senso eat die No module connected check USB cable else serial sensor gt module gt get_serialnumber Print Module to use lt input name serial value Sserial gt lt br gt Ssensorl yFindGenericSensor S serial genericSensorl Printf GenericSensor channel 1 1f SSc pr jo Sens Oil GetmclinremtVaslwes iS ems Otel Sone Wisstie Ny Ssensor2 yFindGenericSensor S serial genericSensor2 Printf GenericSensor channel 2 1f pSr or uo Sensor Ge e current Value Sensors ZgeE Cirie Oe trigger auto refresh after one second Print lt script language javascript1 5 type text JavaScript gt n Print setTimeout window location reload 1000 PEIE A S CEIPESNNA gS lt BODY gt lt HTML gt 8 3 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon lt HTML gt lt HEAD gt lt TITLE gt Module Control lt TITLE gt lt HEAD gt lt BODY gt lt FORM method get gt lt php include yocto_apil php Use explicit error handling rather than exc
17. www yoctopuce com 27 6 Using the Yocto 4 20mA Rx in command line command is the command you want to run Almost all the functions available in the classic programming APIs are available as commands You need to respect neither the case nor the underlined characters in the command name parameters logically are the parameters needed by the command At any time the command line API executables can provide a rather detailed help Use for instance executable help to know the list of available commands for a given command line API executable or even executable command help to obtain a detailed description of the parameters of a command 6 3 Control of the GenericSensor function To control the GenericSensor function of your Yocto 4 20mA Rx you need the YGenericSensor executable file For instance you can launch YGenericSensor any get_currentValue This example uses the any target to indicate that we want to work on the first GenericSensor function found among all those available on the connected Yoctopuce modules when running This prevents you from having to know the exact names of your function and of your module But you can use logical names as well as long as you have configured them beforehand Let us imagine a Yocto 4 20mA Rx module with the RX420MA1 123456 serial number which you have called MyModule and its genericSensor1 function which you have renamed MyFunction The five following calls are stric
18. Get user manual from yoctopuce com Properties of the Yocto 4 20mMA Rx module This window allows you among other things to play with your module to check that it is working properly Values measured by the Yocto 4 20mA Rx are indeed displayed in real time 3 3 Configuration When in the module list you click on the configure button corresponding to your module the configuration window is displayed Firmware RX420MA1 11D52 Edit parameters for device RX420MA1 11D52 and click on the Save button Serial RX420MA1 11D52 Product name Yocto 4 20MA Rx Firmware 12696 upgrade Logical name Luminosity signal leds only Device functions Each function of the device has a physical name and a logical name You can change the logical name using the rename button You can map the signal read by the device to any physical measure in the range 25000 000 25000 000 RX420MA1 11D52 genericSensor1 rename Mapping type 4 20mA Mapped value for 4mA lo Mapped value for 20mA 360 Mapped value unit deg Display resolution p for fl RX420MA1 11D52 genericSensor2 Taname Mapping type 4 20mA Bl Mapped value for 4mA 4 Mapped value for 20mA 20 Mapped value unit mA Display resolution 0 001 Yocto 4 20mMA Rx module configuration The module firmware can easily be updated with the help of the interface To do so you must beforehand have t
19. When you want to modify the settings of a module you only need to call the corresponding set xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the saveToFlash method Inversely it is possible to force the module to forget its current settings by using the revertFromFlash method The short example below allows you to modify the logical name of a module lt HTML gt lt HEAD gt lt TITLE gt Change module settings lt TITLE gt lt SCRIPT type text jJavascript src yocto_api js gt lt SCRIPT gt 34 www yoctopuce com 7 Using Yocto 4 20mA Rx with Javascript lt SCRIPT language javascriptl 5 type text JavaScript gt lt Use explicit error handling rather than exceptions yDisableExceptions Setup the API to use the VirtualHub on local machine if yRegisterHub http 127 0 0 1 4444 YAPI_ SUCCESS alent Weannot Contact Varia Hubkon Tne OO itir var module function refresh var serial document getElementBylId serial value if serial Detect any conected module suitable for the demo module yFirstModule nextModule if module serial module get_serialNumber document getElementById serial value
20. YAPI The library searches the machines or USB ports previously registered using yRegisterHub and invokes any user defined callback function in case a change in the list of connected devices is detected This function can be called as frequently as desired to refresh the device list and to make the application aware of hot plug events This asynchronous version exists only in Javascript It uses a callback instead of a return value in order to avoid blocking Firefox Javascript VM that does not implement context switching during blocking I O calls Parameters callback callback function that is invoked when the result is known The callback function receives three arguments the caller specific context object the result code YAP completes successfully and the error message context caller specific object that is passed as is to the callback function Returns nothing the result is provided to the callback _SUCC ESS if the operation www yoctopuce com 147 19 High level API Reference 19 2 Module control interface This interface is identical for all Yoctopuce USB modules It can be used to control the module global parameters and to enumerate the functions provided by each module In order to use the functions described here you should include lt script type text javascript src yocto_api js gt lt script gt var yoctolib require yoctolib var YAPI yoctolib YA
21. string function get_serialNumber As String string get_serialNumber String get_serialNumber def get_serialNumber YModule target get_serialNumber Returns a string corresponding to the serial number of the module as set by the factory On failure throws an exception or returns Y_SERTALNUMBER_INVALID YModule www yoctopuce com 173 19 High level API Reference module get_upTime YModule module upTime Returns the number of milliseconds spent since the module was powered on is _ function get_upTime node js function get_upTime php_ function get_upTime s64 get_upTime s64 upTime function get_upTime int64 v _ function get_upTime As Long long get_upTime long get_upTime def get_upTime YModule target get_upTime Returns an integer corresponding to the number of milliseconds spent since the module was powered on On failure throws an exception or returns Y_UPTIME_INVALID 174 www yoctopuce com 19 High level API Reference module get_usbBandwidth YModule module usbBandwidth Returns the number of USB interfaces used by the module function get_usbBandwidth function get_usbBandwidth function get_usbBandwidth Y_USBBANDWIDTH_enum get_usbBandwidth Y_USBBANDWIDTH_enum usbBandwidth function get_usbBandwidth Integer function get_usbBandwidth As Integer int get_usbBandwidth int get_usbBandwidth d
22. Chane N2 ee 2 eet eurrentValuen Cowie lt lt pire sismiG rll Cu e ea s LE ySleep 1000 errmsg lt lt unitSensorl lt lt unitSensor2 cout lt lt Module not connected check identification and USB cable return 0 9 2 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon include lt iostream gt include lt stdlib h gt include yocto_ api h using namespace std static void usage const char exe www yoctopuce com 51 9 Using Yocto 4 20mA Rx with C cout lt lt usage lt lt exe lt lt lt serial or logical name gt ON OFF lt lt endl exit 1 int Mainiink arger const char arqv SEAE errmsg Setup the API to use local USB devices if yRegisterHub usb errmsg YAPT SUCCESS Cena lt lt REGUS terHub error AEL Ermo lt lt semen wetna Ile tivange 2 usage argv 0 YModule module yFindModule argv 1 use serial or logical name if module gt isOnline ise eree 2y 1 if string argv 2 ON else module gt set_beacon Y_BEACON_ON module gt set_beacon Y BEACON OFF cout lt lt serial lt lt module gt get_serialNumber lt lt endl cout lt lt logical name lt lt module gt get_logicalName lt lt en
23. Environment Exiit 0 m set_logicalName newname m saveToFlash do not forget this Console Write Module serial m get_serialNumber Console WriteLine name m get_logicalName GUL Console Write not connected check identification and USB cable www yoctopuce com 73 12 Using Yocto 4 20mA Rx with C Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the YModule saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the YModule yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not null Below a short example listing the connected modules using System Using system iCollections Generic using System Ling using System Text namespace ConsoleApplicationl class Program static void Main string args YModule m sering cists co MU if YAPI RegisterHub usb ref errmsg YAPI SUCCESS Console Wri
24. ON OFF n exe exc aetna ink Main wk ange const cher argv 1 NSError error autoreleasepool Setup the API to use local USB devices Th VAP TRE oumsicerHub i ius bu seen Ons ay APT SUCCESS at NSLog RegisterHub error error localizedDescription return 17 Tivarge lt 2 usage argv 0 NSString serial or name NSString stringWithUTF8String argv 1 YModule module YModule FindModule serial or name use serial or logical name if module isOnline Tt euge A if stremp argv 2 ON 0 module setBeacon Y BEACON ON else module setBeacon Y BEACON OFF NSLog serial S n module serialNumber NSLog logical name n module logicalName NSLog luminosity sd n module luminosity NSLog beacon SDE if module beacon Y BEACON ON NSLog ON n else NSLog OFF n NSLog upTime d sec n module upTime 1000 NSLog USB current d mA n module usbCurrent NSLog logs n module get_lastLogs else NSLog not connected check identification and USB cable n serial or name www yoctopuce com 59 10 Using Yocto 4 20mA Rx with Objective C return 0 Each property xxx of the module can be read thanks to a method of type get _xxxx and properties which are not read only can be modified with the help of the set xxx method For more details regarding the used functions ref
25. e If your code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Otherwise the exception makes your program crash bang As this latest situation is not the most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get _state method returns a Y STATE INVALID value a get_currentValue method returns a Y CURRENTVALUE INVALID value and so on In any case the returned value is of the expected type and is not a null pointer which would risk crashing your program At worst if you display the value without testing it it will be outside the expected bounds for the returned value In the case of functions which do not normally return information the return value is YAPI SUCCESS if everything went well and a different error code in case of failure
26. everything was done to ensure the simplest possible interaction from C The library is naturally also available as binary files so that you can link it directly if you prefer You will soon notice that the C API defines many functions which return objects You do not need to deallocate these objects yourself the API does it automatically at the end of the application In order to keep them simple all the examples provided in this documentation are console applications Naturally the libraries function in a strictly identical manner if you integrate them in an application with a graphical interface You will find in the last section of this chapter all the information needed to create a wholly new project linked with the Yoctopuce libraries 9 1 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a C code snipplet to use the GenericSensor function include yocto_api h include yocto_genericsensor h e String errmsg YGenericSensor genericsensor Get access to your device connected locally on USB for instance yRegisterHub usb errmsg genericsensor yFindGenericSensor RX420MA1 123456 genericSensorl 1 http www microsoft com visualstudio en us products 2010 editions visual cpp express www yoctopuce com EN libraries php www yoctopuce com 49 9 Using Yocto 4 20mA Rx with C Hot plug is easy just check that the device is onli
27. genericsensor yFindGenericSensor RX420MA1 123456 genericSensor1 yFindGenericSensor RX420MA1 123456 MyFunction yFindGenericSensor MyModule genericSensorl yFindGenericSensor MyModule MyFunction yFindGenericSensor MyFunction yFindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by yFindGenericSensor allows you to know if the corresponding module is present and in working order get_currentValue The get_currentValue method of the object returned by yFindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor A real example Launch your C environment and open the corresponding sample project provided in the directory Examples Doc GettingStarted Yocto 4 20mA Rx of the Yoctopuce library If you prefer to work with your favorite text editor open the file main cpp and type make to build the example when you are done In this example you will recognize the functions explained above but this time used with all side materials needed to make it work nicely as a small demo include yocto_api h include yocto_genericsensor h include lt iostream gt include lt stdlib h gt using namespace std 50 www yoctopuce com 9 Using Yocto 4 20mA Rx with C static vo
28. handling Inevitably there will be a time when a user will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then www yoctopuce com 93 15 Using the Yocto 4 20mA Rx with Java hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to i1sOnline and which could crash the software In the Java API error handling is implemented with exceptions Therefore you must catch and handle correctly all exceptions that might be thrown by the API if you do not want your software to crash as soon as you unplug a device 94 www yoctopuce com 16 Using the Yocto 4 20mA Rx with Android To tell the truth Android is not a programming language it is an operating system developed by Google for mobile appliances such as smart phones and tablets But it so happens that under Android everything is program
29. it will be outside the expected bounds for the returned value In the case of functions which do not normally return information the return value is YAPI_ SUCCESS if everything went well and a different error code in case of failure When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from the object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in the exceptions when they are active www yoctopuce com 75 76 www yoctopuce com 13 Using Yocto 4 20mA Rx with Delphi Delphi is a descendent of Turbo Pascal Originally Delphi was produced by Borland Embarcadero now edits it The strength of this language resides in its ease of use as anyone with some notions of the Pascal language can develop a Windows application in next to no time Its only disadvantage is to cost something Delphi libraries are provided not as VCL components but directly as source files These files are compatible with most Delphi versions To keep them simple all the examples provided in this documentation are console applications Obviously the libraries work in a strictly identical way with VCL applications You will soon notice that the Delphi API defines many functions which return objects You do not need to deallocate these objects yours
30. iz patt aee etter eaten eee tend ete 110 1732S ONSOKr Callan access Ta e E eden add A E EE ives 112 18 Using with Unsupported languages on ce cece cece ee ees tes eeeeeeeeeeneeeeeene 117 TBA COMMAS e aa re fe veue dt oc oad a E Tea a aer a E teckel 117 18 2 Vitu alM b and HTTP GET rreren eea adi ei eda e ai iad Erra Eae 117 18 3 Using dynamic libraries 0 ea aA ae Gh i a ea kE Enketa 119 18 4 Porting the high level library oo eee ee ceeeeeeeeneeeeeeaeeeeeeaeeeeseaeeeeeeaeeeeseaeeeessaeaeeseaaeeseaaes 122 19 High level API Reference oo ccc cece ce ee teeeeseeeeeesneeneeeseeteeteeneeneene 123 19 1 General JUNCOS ssc sects freee doatened aytin eadera EEEa ieee eden eaves aa NE 124 19 2 Module control interlace t isia aaa aae e te eetedi teed eet 148 19 3 GenericSensor function interface oo eee eee eeneeeeeerteeeeeeteeeeteaeeeeteaeeeeteaeeeeteaeeeeteaeeeeeaaes 193 19 4 Recorded data SEQUENCE ee eeeceecesseeeeeeneceeeseeceenaneeneaanenensanenecnaneeeesaneeeenaneceenneenenaees 243 1925 Measured Value x seseccesusedri a a Ea E a a A pa heed aaea SEEN 256 19 6 Unformatted data sequence oe ceeeceeceseeeeeeeeeeeeeeeaeeeessaneeecanesecsaneeeesaaeenenanaenenaneneneees 262 20 Troubleshooting 603 2c jet ocean ee ea Me ad 277 20 1 Linux and USB i caedienieiwn eect nil id lediai ar Ea a bie ath EA N Teaia 277 20 2 ARM Platiorms AF and Eb Jaen a aca naar all Ade nats aeons 278 21 Characteristics 251 4c cnr ceiet aloo ld eh eee 27
31. newval int set_reportFrequency const string amp newval int setReportFrequency NSString newval function set_reportFrequency newval string integer function set_reportFrequency ByVal newval As String As Integer int set_reportFrequency string newval int set_reportFrequency String newval def set_reportFrequency newval YGenericSensor target set_reportFrequency newval The frequency can be specified as samples per second as sample per minute for instance 15 m or in samples per hour eg 4 h To disable timed value notifications for this function use the value OFF Parameters newval a string corresponding to the timed value notification frequency for this function Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or returns a negative error code 236 www yoctopuce com 19 High level API Reference genericsensor set_resolution YGenericSensor genericsensor setResolution Changes the resolution of the measured physical values function set_resolution newval function set_resolution newval function set_resolution newval int set_resolution double newval int setResolution double newval function set_resolution newval double integer function set_resolution ByVal newval As Double As Integer int set_resolution double newval int set_resolution double newval def set_resolution newval YGenericSensor target set_resolution newv
32. pas function get_duration LongInt v _ function get_duration As Integer cs__ int get_duration java int get_duration vy def get_duration Returns the number of seconds covered by this stream On failure throws an exception or returns Y_DURATION_INVALID 270 www yoctopuce com 19 High level API Reference datastream get_maxValue YDataStream datastream maxValue Returns the largest measure observed within this stream function get_maxValue function get_maxValue function get_maxValue double get_maxValue double maxValue function get_maxValue double function get_maxValue As Double double get_maxValue double get_maxValue def get_maxValue If the device uses a firmware older than version 13000 this method will always return Y_DATA_INVALID Returns a floating point number corresponding to the largest value or Y_DATA_INVALID if the stream is not yet complete still recording On failure throws an exception or returns Y_DATA_INVALID www yoctopuce com 271 19 High level API Reference datastream get_minValue YDataStream datastream minValue Returns the smallest measure observed within this stream function get_minValue function get_minValue function get_minValue double get_minValue double minValue function get_minValue double v _ function get_minValue As Double double get_minV
33. sensor describe disconnected check identification and USB cable YAPI FreeAPI 15 3 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon import con VOCEODUCE VOCE OAPT import java util logging Level import java util logging Logger public class Demo public static void main String args Ey 4 setup the API to use local VirtualHub YAPI RegisterHub 127 0 0 1 icalch VARIO xcepraon ex System out PEIN lin Cannot contact Varcevalhub on 1277 OR Om ex getLocalizedMessage System out println Ensure that the VirtualHub application is running System exit 1 System out println usage demo serial or logical name ON OFF YModule module if args length 0 module YModule FirstModule if module null System out printini No module connected check USB cabile System exit 1 else module YModule FindModule args 0 use serial or logical name ary Teaco length iL fi if args 1 equalsIgnoreCase ON module setBeacon YModule BEACON_ ON www yoctopuce com 91 15 Using the Yocto 4 20mA Rx with Java else module setBeacon YModule BEACON OFF System out printin serial module get_serialNumber System out println logical name
34. 0 encoding utf 8 gt lt resources gt lt usb device vendor id 9440 product id 12 gt lt usb device vendor id 9440 product id 13 gt lt resources gt www yoctopuce com 97 16 Using the Yocto 4 20mA Rx with Android 16 5 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a Java code snippet to use the GenericSensor function e Retrieving the object representing the module connected here locally by USB YAPI EnableUSBHost this YAPI RegisterHub usb genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensorl1 Hot plug is easy just check that the device is online if genericsensor isOnline Use genericsensor get_currentValue eel Let us look at these lines in more details YAPI EnableUSBHost The YAPI EnableUSBHost function initializes the API with the Context of the current application This function takes as argument an object of the android content Context class or of a subclass If you intend to connect your application only to other machines through the network this function is facultative YAPI RegisterHub The yAPI RegisterHub function initializes the Yoctopuce API and indicates where the modules should be looked for The parameter is the address of the virtual hub able to see the devices If the string usb is passed as parameter the API works with
35. 19 High level API Reference 19 3 GenericSensor function interface The Yoctopuce application programming interface allows you to read an instant measure of the sensor as well as the minimal and maximal values observed In order to use the functions described here you should include lt script type text javascript src yocto_genericsensor js gt lt script gt var yoctolib require yoctolib var YGenericSensor yoctolib YGenericSensor require_once yocto_genericsensor php include yocto_genericsensor h import yocto_genericsensor h uses yocto_genericsensor yocto_genericsensor vb yocto_genericsensor cs import com yoctopuce YoctoAPI YGenericSensor from yocto_genericsensor import Global functions yFindGenericSensor func Retrieves a generic sensor for a given identifier yFirstGenericSensor Starts the enumeration of generic sensors currently accessible YGenericSensor methods genericsensor gt calibrateFromPoints rawValues refValues Configures error correction data points in particular to compensate for a possible perturbation of the measure caused by an enclosure genericsensor describe Returns a short text that describes the generic sensor in the form TYPE NAME SERIAL FUNCTIONID genericsensor get_advertisedValue Returns the current value of the generic sensor no more than 6 characters genericsensor get_currentRawValue Returns the uncalibrated unround
36. API www yoctopuce com 63 11 Using Yocto 4 20mA Rx with Visual Basic NET Then add in the same manner the yapi d11 DLL located in the Sources d11 directory Then from the Solution Explorer window right click on the DLL select Properties and in the Properties panel set the Copy to output folder to always You are now ready to use your Yoctopuce modules from Visual Studio In order to keep them simple all the examples provided in this documentation are console applications Naturally the libraries function in a strictly identical manner if you integrate them in an application with a graphical interface 11 3 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a Visual Basic code snipplet to use the GenericSensor function E Dim errmsg As String errmsg Dim genericsensor As YGenericSensor REM Get access to your device connected locally on USB for instance yRegisterHub usb errmsg genericsensor yFindGenericSensor RX420MA1 123456 genericSensor1 REM HOt plug 2s easy Just check that the device as online If genericsensor isOnline Then REM Use Ngenericsensornge a Currence velue End If Let s look at these lines in more details yRegisterHub The yRegisterHub function initializes the Yoctopuce API and indicates where the modules should be looked for When used with the parameter usb it will use the modules locally connected to the c
37. MyModule and for which you have given the genericSensor1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensor1 genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 MyFunction genericsensor YGenericSensor FindGenericSensor MyModule genericSensorl1 genericsensor YGenericSensor FindGenericSensor MyModule MyFunction genericsensor YGenericSensor FindGenericSensor MyFunction YGenericSensor FindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by YGenericSensor FindGenericSensor allows you to know if the corresponding module is present and in working order get_currentValue The get _currentValue method of the object returned by GenericSensor FindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor A real example Launch you Java environment and open the corresponding sample project provided in the directory Examples Doc GettingStarted Yocto 4 20mA Rx of the Yoctopuce library In this example you will recognize the functions explained above but this time used with all the side materials needed to make it work nicely as a small
38. USB cable type A micro B USB connectors exist in three sizes the standard size that you probably use to connect your printer the very common mini size to connect small devices and finally the micro size often used to connect mobile phones as long as they do not exhibit an apple logo All USB modules manufactured by Yoctopuce use micro size connectors The most common USB 2 connectors A B Mini B Micro A Micro B To connect your Yocto 4 20mA Rx module to a computer you need a USB cable of type A micro B The price of this cable may vary a lot depending on the source look for it under the name USB A to micro B Data cable Make sure not to buy a simple USB charging cable without data connectivity The correct type of cable is available on the Yoctopuce shop You must plug in your Yocto 4 20mA Rx module with a USB cable of type A micro B 2 The HID driver is the one that takes care of the mouse the keyboard etc 3 Although they existed for some time Mini A connectors are not available anymore http www usb org developers Deprecation_Announcement_052507 pdf 2 www yoctopuce com 1 Introduction If you insert a USB hub between the computer and the Yocto 4 20mA Rx module make sure to take into account the USB current limits If you do not be prepared to face unstable behaviors and unpredictable failures You can find more details on this topic in the chapter about assembly and connections 1 2 Optional acc
39. Using the Yocto 4 20mA Rx with Android Override public void onCreate Bundle savedInstanceState super onCreate savedInstanceState setContentView R layout modulecontrol Spinner my spin Spinner findViewById R id spinner1 my spin setOnItemSelectedListener this aa new ArrayAdapter lt String gt this android R layout simple spinner item aa setDropDownViewResource android R layout simple spinner dropdown item my spin setAdapter aa Override protected void onstartk super onStart ery 4 aa clear YAPI EnableUSBHost this YAPI RegisterHub usb YModule r YModule FirstModule while r null String hwid e get hardware ia aa add hwid r r nextModule catch YAPI Exception e e printStackTrace refresh Spinner with detected relay aa notifyDataSetChanged Override protected void onStop super onsStop YAPI FreeAPI private void DisplayModuleInfo TextView field if module null return try field TextView findViewById R id serialfield field setText module getSerialNumber field TextView findViewById R id logicalnamefield field setText module getLogicalName field TextView findViewById R id luminosityfield field setText String format Sd module getLuminosity field TextView findViewById R id uptimefield field setText module getUpTime 1000 sec field
40. Y_FRIENDLYNAME_ INVALID www yoctopuce com 205 19 High level API Reference genericsensor get_functionDescriptor YGenericSensor genericsensor functionDescriptor Returns a unique identifier of type YFUN_DESCR corresponding to the function function get_functionDescriptor function get_functionDescriptor function get_functionDescriptor YFUN_DESCR get_functionDescriptor YFUN_DESCR functionDescriptor function get_functionDescriptor YFUN_DESCR function get_functionDescriptor As YFUN_DESCR YFUN_DESCR get_functionDescriptor String get_functionDescriptor def get_functionDescriptor This identifier can be used to test if two instances of YFunction reference the same physical function on the same physical device Returns an identifier of type YFUN_DESCR If the function has never been contacted the returned value is Y_FUNCTIONDESCRIPTOR_INVALID 206 www yoctopuce com 19 High level API Reference genericsensor get_functionld YGenericSensor genericsensor functionld Returns the hardware identifier of the generic sensor without reference to the module function get_functionld function get_functionld function get_functionld string get_functionld NSString functionld function get_functionld As String string get_functionld String get_functionld def get_functionld For example relayl Returns a st
41. advertisedValue String read only currentRuniIndex Integer read only timeUTC UTC time modifiable recording On Off modifiable autoStart On Off modifiable clearHistory Boolean modifiable 5 3 Module control interface This interface is identical for all Yoctopuce USB modules It can be used to control the module global parameters and to enumerate the functions provided by each module productName Character string containing the commercial name of the module as set by the factory serialNumber Character string containing the serial number unique and programmed at the factory For a Yocto 4 20mA Rx module this serial number always starts with RX420MA1 You can use the serial number to access a given module by software www yoctopuce com 19 5 Programming general concepts logicalName Character string containing the logical name of the module initially empty This attribute can be modified at will by the user Once initialized to an non empty value it can be used to access a given module If two modules with the same logical name are in the same project there is no way to determine which one answers when one tries accessing by logical name The logical name is limited to 19 characters among A Z a z 0 9 and productlid USB device identifier of the module preprogrammed to 55 at the factory productRelease Release number of the module hardware preprogrammed at the factory firmwareRelease Release version of
42. android app Activity import android os Bundle import android view View import android widget LinearLayout import android widget TextView import com yoctopuce YoctoAPI YAPI import com yoctopuce YoctoAPI YAPI Exception import com yoctopuce YoctoAPI YModule public class Inventory extends Activity Override public void onCreate Bundle savedInstanceState super onCreate savedinstancesState setContentView R layout inventory public void refreshInventory View view LinearLayout layout LinearLayout findViewById R id inventoryList layout removeAllViews cEy 4 YAPI UpdateDeviceList YModule module YModule FirstModule while module null String line module get_serialNumber module get_productName TextView tx new TextView this tx setText line layout addView tx module module nextModule eaten NONI EZ Cep tione e printStackTrace Override protected void onStart super onStart ery 4 YAPI EnableUSBHost this YAPI RegisterHub usb Geen YONI E Cep tTrONnke i er print stacktrace refreshInventory null Override protected void onStop 104 www yoctopuce com 16 Using the Yocto 4 20mA Rx with Android super onStop YAPI FreeAPI 16 7 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a ti
43. callback YAP UpdateDevicelist ref errmsg non active waiting time managing other callbacks VAP I Sileep S00 ae nerro y In a similar way it is possible to have a callback when a module is disconnected You can find a complete example implemented in your favorite programming language in the Examples Prog EventBased directory of the corresponding library Be aware that in most programming languages callbacks must be global procedures and not methods If you wish for the callback to call the method of an object define your callback as a global procedure which then calls your method Detecting a modification in the value of a sensor The Yoctopuce API also provides a callback system allowing you to be notified automatically with the value of any sensor either when the value has changed in a significant way or periodically at a preset frequency The code necessary to do so is rather similar to the code used to detect when a new module has been connected This technique is useful in particular if you want to detect very quick value changes within a few milliseconds as it is much more efficient than reading repeatedly the sensor value and therefore gives better performances Calliback invocation To enable a better control value change callbacks are only called when the YAPI Sleep and YAPI HandleEvents functions are running Therefore you must call one of these functions at a regular interval either from a timer or from a p
44. corresponding YModule set xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the YModule saveToFlash method Inversely it is possible to force the module to forget its current settings by using the YModule revertFromFlash method The short example below allows you to modify the logical name of a module using System using oys ten Collections Cener ie using System Ling using System Text namespace ConsoleApplicationl class Program static void usage string execname System AppDomain CurrentDomain FriendlyName Console WriteLine Usage Console WriteLine usage demo lt serial or logical name gt lt new logical name gt System Threading Thread Sleep 2500 Environment Exit 0 static void Main string args YModule m string errmsg string newname if args Length 2 usage if YAPI RegisterHub usb ref errmsg YAPI SUCCESS Console WriteLine RegisterHub error errmsg Environment Exit 0 m YModule FindModule args 0 use serial or logical name if m isOnline newname args 1 if YAPI CheckLogicalName newname Console WriteLine Invalid name newname
45. dataset get_summary get a single measure summarizing the full time interval dataset get_preview get an array of measures representing a condensed version of the whole set of measures on the selected time interval reduced by a factor of approx 200 dataset get_measures get an array with all detailled measures that grows while loadMo re is being called repeteadly PON gt a Measures are instances of YMeasure They store simultaneously the minimal average and maximal value at a given time that you can retrieve using methods get_minValue get_averageValue and get_maxValue respectively Here is a small example that uses the functions above We will retrieve all measures without time limit parabe fdardce ni sens ora Gelemsne Corcded Dai Oj mO i First call to loadMore loads the summary preview dataset loadMore YMeasure summary dataset get_summary string timeFmt dd MMM yyyy hh mm ss fff string logFmt from 0 to 1 average 2 0 00 3 Console WriteLine String Format logFmt summary get_startTimeUTC_asDateTime ToString timeFmt summary get_endTimeUTC_asDateTime ToString timeFmt summary get_averageValue sensor get_unit 2The YMeasure objects used by the data logger are exactly the same kind as those passed as argument to the timed report callbacks www yoctopuce com 111 17 Advanced programming Next calls to loadMore will retrieve measures Console
46. demo import com yoctopuce YoctoAPI public class Demo public static vord main String args try setup the API to use local VirtualHub YAPI RegisterHub 127 0 0 1 eath MNIeAE Ipselcyoneseyal bs Smo tenm TOUCH aaimtlinn Cannio emcontzacias vale Walston T27 1 Ory Opel ee act ex getLocalizedMessage System out printin Ensure that the VirtualHub application is running System exit 1 YGenericSensor sensor Le args length gt 10 sensor YGenericSensor FindGenericSensor args 0 90 www yoctopuce com 15 Using the Yocto 4 20mA Rx with Java else sensor YGenericSensor FirstGenericSensor if sensor null System out println No module connected check USB cable System exit 1 ery 4 YGenericSensor sl YGenericSensor FindGenericSensor sensor get_module get _serialNumber genericSensorl YGenericSensor s2 YGenericSensor FindGenericSensor sensor get_module MigeeEseracliNumDer eG enerrcsensomzin r while sl isOnline amp amp s2 isOnline double value sl get_currentValue System omic jorayone lin gehannes M 4 ay cil ejene ebaratayme eur ap 1 WY a ei Ge biniien velue S2 Cet Cuir reme Veve y System out print in Channel 2 i s2 get eurrentValueiO mA ME SAGE vinie Sya cen Obit aoe Gan Geheetsiss ieee jee Sae Aa YAPI Sleep 1000 catch YAPI Exception ex System out printlin Module
47. devices installed behind a NAT filter such as a DSL router for example and this without needing to open a port The typical application is to control Yoctopuce devices located on a private network from a public web site The NAT filter advantages and disadvantages A DSL router which translates network addresses NAT works somewhat like a private phone switchboard a PBX internal extensions can call each other and call the outside but seen from the outside there is only one official phone number that of the switchboard itself You cannot reach the internal extensions from the outside www mysite com 192 168 0 1 64 136 20 37 BES 46 14 51 32 192 168 0 102 B Typical DSL configuration LAN machines are isolated from the outside by the DSL router Transposed to the network we have the following appliances connected to your home automation network can communicate with one another using a local IP address of the 192 168 xxx yyy type and contact Internet servers through their public address However seen from the outside you have only one official IP address assigned to the DSL router only and you cannot reach your network appliances directly from the outside It is rather restrictive but it is a relatively efficient protection against intrusions response Responses from request from LAN machines are routed 44 www yoctopuce com 8 Using Yocto 4 20mA Rx with PHP request i But requests from
48. eee ee eneeeceneeeeteeeeeeeaeeeeteaaeeeteaaeeeeeeeeeeeneeeeesas 39 8 3 Control of the module Part ooo eee seeesseeeeecseneeeeseneceesaeeceesaneesenaaeeneaaaeeeessaneeeesaneeeesneenenaas 41 8 4 HTTP callback API and NAT filters ooo eee ee ceneeceeeeeeeeeeeeeeeeaaeeeeeeaeeeeseaeeeeeeeeeeseneeeeseaeaes 44 8 5 Error Nandlingsc ec tae EEEE EE PR I SS 47 9 Using Yocto 4 20MA RX with C occ cs eeseeseeseesteesesneeteeneestesteeeesneesee 49 9 1 Control of the GenericSensor function 0 eee te ee eneeeeeneeeeteeeeeeeaeeeeteaaeeeseaaeeeeeeneeeeeeneeeeeas 49 9 2 Control of the module Part iieiea a eae aeeshgecuvecdhck cos a aaie 51 gS EOF 1 Lave lave Meee eeree ser rcereper error cereerer yy a a a rarer ferret 54 9 4 Integration variants for the C YOCtopuce library oe eee ee eeeeeeeeeeeeeeeeeeeeeeeeeneeeeeeneeeeeas 54 10 Using Yocto 4 20mA Rx with Objective C oo teeeeeeeeeen 57 10 1 Control of the GenericSensor FUNCTION oo eee ee eeeee ee eene eee eeeeeeeteeeeeeeeaeeeeeeaeeeeteeeeeeeeaeeey 57 10 2 Control of the mod le part coreia aa dai iag iea adia iiia 59 OREO AT EEE EEEE E TEN EE 61 11 Using Yocto 4 20mA Rx with Visual Basic NET ee 63 Atel INS tell UO Ms calc eeae tere Seated eee tee Ree eit eet Oe ia teense ee Le he sani 63 11 2 Using the Yoctopuce API in a Visual Basic project ooo eee eeeeeeeeeeeeeeeeeeeeneeeeeeneeeeeeneaeees 63 11 3 Control of the GenericSensor FUNCTION eee eect ee eene eee teneeeeeeeeeeeeeeeeteae
49. function revertFromFlash koasjs function revertFromFlash prp function revertFromFlash cep_ int revertFromFlash int revertFromFlash eas _ function revertFromFlash Longint vo function revertFromFlash As Integer cs _ intrevertFromFlash java int revertFromFlash def revertFromFlash YModule target revertFromFlash Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code 184 www yoctopuce com 19 High level API Reference module saveToFlash Saves current settings in the nonvolatile memory of the module function saveToFlash function saveToFlash function saveToFlash int saveToFlash int saveToFlash function saveToFlash Longint function saveToFlash As Integer int saveToFlash int saveToFlash def saveToFlash YModule target saveToFlash YModule Warning the number of allowed save operations during a module life is limited about 100000 cycles Do not call this function within a loop Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 185 19 High level API Reference module set_beacon module setBeacon Turns on or off the module localization beacon function set_beacon newval function set_beacon newval function set_beacon newval int set_
50. good responsiveness remember to call one of these two functions periodically To unregister a callback pass a null pointer as argument Parameters callback the callback function to call or a null pointer The callback function should take two arguments the function object of which the value has changed and an YMeasure object describing the new advertised value 230 www yoctopuce com 19 High level API Reference genericsensor registerValueCallback YGenericSensor Registers the callback function that is invoked on every change of advertised value function registerValueCallback callback function registerValueCallback callback function registerValueCallback callback int registerValueCallback YGenericSensorValueCallback callback int registerValueCallback YGenericSensorValueCallback callback function registerValueCallback callback TYGenericSensorValueCallback LongInt function registerValueCallback As Integer int registerValueCallback ValueCallback callback int registerValueCallback UpdateCallback callback def registerValueCallback callback The callback is invoked only during the execution of ySleep or yHandleEvents This provides control over the time when the callback is triggered For good responsiveness remember to call one of these two functions periodically To unregister a callback pass a null pointer as argument Parameters callback the callback function to call or a null p
51. handles into dataBuffer if yapiGetAllDevices dataBuffer sizeof dataBuffer neededsize errmsg lt 0 then begin writeln errmsg halt end gets device info from each handle for i 0 to neededsize div sizeof integer 1 do begin if apiGetDevicelInfo dataBuffer i devinfos errmsg lt 0 then begin writeln errmsg halt end writeln pansichar devinfos serial pansichar devinfos productname end end 18 4 Porting the high level library As all the sources of the Yoctopuce API are fully provided you can very well port the whole API in the language of your choice Note however that a large portion of the API source code is automatically generated Therefore it is not necessary for you to port the complete API You only need to port the yocto_api file and one file corresponding to a function for example yocto_relay After a little additional work Yoctopuce is then able to generate all other files Therefore we highly recommend that you contact Yoctopuce support before undertaking to port the Yoctopuce library in another language Collaborative work is advantageous to both parties 122 www yoctopuce com 19 High level API Reference This chapter summarizes the high level API functions to drive your Yocto 4 20mA Rx Syntax and exact type names may vary from one language to another but unless otherwise stated all the functions are available in every language For detailed information regarding
52. in several ways Access to the functions of a module Access by logical name Each function can be assigned an arbitrary and persistent logical name this logical name is stored in the flash memory of the module even if this module is disconnected An object corresponding to an Xxx function to which a logical name has been assigned can then be directly found with this logical name and the YXxx FindXxx method Note however that a logical name must be unique among all the connected modules Access by enumeration You can enumerate all the functions of the same type on all the connected modules with the help of the classic enumeration functions FirstXxx and nextXxxx available for each YXxx class Access by hardware name Each module function has a hardware name assigned at the factory and which cannot be modified The functions of a module can also be found directly with this hardware name and the YXxx FindXxx function of the corresponding class Difference between Find and First The YXxx FindXxxx and YXxx FirstXxxx methods do not work exactly the same way If there is no available module YXxx FirstXxxx returns a null value On the opposite even if there is no corresponding module YXxx FindXxxx returns a valid object which is not online but which could become so if the corresponding module is later connected Function handling When the object corresponding to a function is found its methods are available in a classic way Note that mos
53. level API Reference genericsensor get_currentValue genericsensor currentValue Returns the current measured value function get_currentValue function get_currentValue function get_currentValue double get_currentValue double currentValue function get_currentValue double function get_currentValue As Double double get_currentValue double get_currentValue def get_currentValue YGenericSensor target get_currentValue Returns a floating point number corresponding to the current measured value On failure throws an exception or returns Y_CURRENTVALUE_INVALID YGenericSensor 202 www yoctopuce com 19 High level API Reference genericsensor get_errorMessage YGenericSensor genericsensor errorMessage Returns the error message of the latest error with the generic sensor function get_errorMessage function get_errorMessage function get_errorMessage string get_errorMessage NSString errorMessage function get_errorMessage string function get_errorMessage As String string get_errorMessage String get_errorMessage def get_errorMessage This method is mostly useful when using the Yoctopuce library with exceptions disabled Returns a string corresponding to the latest error message that occured while using the generic sensor object www yoctopuce com 203 19 High level API Reference genericsensor get_errorTy
54. loadCalibrationPoints rawValues refValues Retrieves error correction data points previously entered using the method calibrateFromPoints genericsensor load_async msValidity callback context Preloads the generic sensor cache with a specified validity duration asynchronous version genericsensor nextGenericSensor Continues the enumeration of generic sensors started using yFirstGenericSensor genericsensor registerTimedReportCallback callback Registers the callback function that is invoked on every periodic timed notification 194 www yoctopuce com 19 High level API Reference genericsensor gt registerValueCallback callback Registers the callback function that is invoked on every change of advertised value genericsensor set_highestValue newval Changes the recorded maximal value observed genericsensor set_logFrequency newval Changes the datalogger recording frequency for this function genericsensor set_logicalName newval Changes the logical name of the generic sensor genericsensor set_lowestValue newval Changes the recorded minimal value observed genericsensor set_reportFrequency newval Changes the timed value notification frequency for this function genericsensor set_resolution newval Changes the resolution of the measured physical values genericsensor set_signalRange newval Changes the electric signal range used by the sensor genericsensor set_unit newval Ch
55. modules locally connected to the machine If the initialization does not succeed an exception is thrown YGenericSensor FindGenericSensor The YGenericSensor FindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named MyModule and for which you have given the genericSensor1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensor1 genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 MyFunction genericsensor YGenericSensor FindGenericSensor MyModule genericSensorl1 genericsensor YGenericSensor FindGenericSensor MyModule MyFunction genericsensor YGenericSensor FindGenericSensor MyFunction YGenericSensor FindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by YGenericSensor FindGenericSensor allows you to know if the corresponding module is present and in working order get_currentValue The get_currentValue method of the object returned by GenericSensor FindGenericSensor provides the current currentl
56. newval function set_unit newval function set_unit newval int set_unit const string amp newval int setUnit NSString newval function set_unit newval string integer function set_unit ByVal newval As String As Integer int set_unit string newval int set_unit String newval def set_unit newval YGenericSensor target set_unit newval Remember to call the saveToF lash method of the module if the modification must be kept r Parameters newval a string corresponding to the measuring unit for the measured value Returns YAPI_SUCCESS if the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 239 19 High level API Reference genericsensor set_userData YGenericSensor genericsensor setUserData Stores a user context provided as argument in the userData attribute of the function function set_userData data function set_userData data function set_userData data void set_userData void data void setUserData void data procedure set_userData data Tobject procedure set_userData ByVal data As Object void set_userData object data void set_userData Object data def set_userData data This attribute is never touched by the API and is at disposal of the caller to store a context Parameters data any kind of object to be stored 240 www yoctopuce com 19 High level API Reference g
57. number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not NULL Below a short example listing the connected modules lt HTML gt lt HEAD gt lt TITLE gt inventory lt TITLE gt lt HEAD gt lt BODY gt lt H1l gt Device list lt H1 gt STES lt php include yocto_api php yRegisterHub http 127 0 0 1 4444 Smodule yFirstModule while is null S module print s s lt br gt Smodule gt get_serialNumber module gt get_productName Smodule Smodule gt nextModule BS lt lt aban lt BODY gt lt HTML gt www yoctopuce com 43 8 Using Yocto 4 20mA Rx with PHP 8 4 HTTP callback API and NAT filters The PHP library is able to work in a specific mode called HTTP callback Yocto API With this mode you can control Yoctopuce
58. object is nevertheless valid Use the method YGenericSensor isOnline to test if the generic sensor is indeed online at a given time In case of ambiguity when looking for a generic sensor by logical name no error is notified the first instance found is returned The search is performed first by hardware name then by logical name Parameters func a string that uniquely characterizes the generic sensor Returns a YGenericSensor object allowing you to drive the generic sensor 196 www yoctopuce com 19 High level API Reference YGenericSensor FirstGenericSensor YGenericSensor yFirstGenericSensor Starts the enumeration of generic sensors currently accessible function yFirstGenericSensor function FirstGenericSensor function yFirstGenericSensor YGenericSensor yFirstGenericSensor YGenericSensor yFirstGenericSensor function yFirstGenericSensor TYGenericSensor function yFirstGenericSensor As YGenericSensor YGenericSensor FirstGenericSensor YGenericSensor FirstGenericSensor def FirstGenericSensor Use the method YGenericSensor nextGenericSensor to iterate on next generic sensors Returns a pointer to a YGenericSensor object corresponding to the first generic sensor currently online or a null pointer if there are none www yoctopuce com 197 19 High level API Reference genericsensor calibrateFromPoints YGenericSensor Configures erro
59. on which machine the Yoctopuce modules are located more precisely on which machine the VirtualHub software is running In our case the 127 0 0 1 4444 address indicates the local machine port 4444 the standard port used by Yoctopuce You can very well modify this address and enter the address of another machine on which the VirtualHub software is running yFindGenericSensor The yFindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can also use logical names as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named MyModule and for which you have given the genericSensor 1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once var genericsensor var genericsensor var genericsensor var genericsensor var genericsensor yFindGenericSensor RX420MA1 123456 genericSensorl yFindGenericSensor RX420MA1 123456 MyFunction yFindGenericSensor MyModule genericSensorl yFindGenericSensor MyModule MyFunction yFindGenericSensor MyFunction yFindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by yFindGenericSensor allows you to know if the corresponding module is present and in wo
60. public void saveName View view if module null Pe E m EditText edit EditText findViewById R id newname String newname edit getText toString try if YAPI CheckLogicalName newname Toast makeText getApplicationContext Invalid name newname Toast LENGTH_ LONG show Bee Uren r module set_logicalName newname module saveToFlash do not forget this edit setText earehi MARIS hee pie women ex printStackTrace DisplayModuleInfo www yoctopuce com 103 16 Using the Yocto 4 20mA Rx with Android Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the YModule saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the YModule yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not null Below a short example listing the connected modules package com yoctopuce doc_ examples import
61. read by the sensor induces an increase of 1 on the returned value www yoctopuce com 113 17 Advanced programming o se Dr 20 v ES 3 e z ey Pa 15 8 O oO 10 5 A sensor value i 5 10 15 20 25 30 Measure correction with the two calibration points 10 5 and 25 10 The code allowing you to program this calibration is very similar to the preceding code example Double ValuesBefore 10 25 Double ValuesAfter 5 10 YGenericSensor f YGenericSensor FirstGenericSensor f calibrateFromPoints ValuesBefore ValuesAfter f get_module saveToFlash Note that the values before correction must be sorted in a strictly ascending order otherwise they are simply ignored 3 to 5 point correction 3 to 5 point corrections are only a generalization of the 2 point method allowing you to create up to 4 correction ranges for an increased precision These ranges cannot be disjoint RO 5 O 20 T Ze f gt amp P G ie k gs 158 E O O 10 wos corr ae 5 sensor value i 5 10 15 20 25 30 Correction example with 3 calibration points Back to normal To cancel the effect of a calibration on a function call the calibrateFromPoints method with two empty arrays Double ValuesBefore Double ValuesAfter YGenericSensor f YGenericSensor FirstGenericSensor 114 www yoctopuce com 17 Advanced programming f calibrateFromPoints ValuesBefore Valu
62. recording method YDataLogger 1 YDataLogger FirstDataLogger 1 set_recording YDataLogger RECORDING ON It is possible to make the data recording start automatically as soon as the module is powered on YDataLogger 1 YDataLogger FirstDataLogger 1 set_autoStart YDataLogger AUTOSTART ON Inger moduile Save TONESATT dol not forges to save the setting Note Yoctopuce modules do not need an active USB connection to work they start working as soon as they are powered on The Yocto 4 20mA Rx can store data without necessarily being connected to a computer you only need to activate the automatic start of the data logger and to power on the module with a simple USB charger Erasing the memory The memory of the data logger can be erased with the forgetAllDataStreams function Be aware that erasing cannot be undone YDataLogger 1 YDataLogger FirstDataLogger 1 forgetAllDataStreams 110 www yoctopuce com 17 Advanced programming Choosing the logging frequency The logging frequency can be set up individually for each sensor using the method set _logFrequency The frequency is specified as a string same as for timed report callbacks by specifying the number of calls per second s per minute m or per hour h The default value is 1 s The following example configures the logging frequency at 15 measures per minute for the first sensor found whatever its type YSensor sensor YSe
63. returns a negative error code www yoctopuce com 187 19 High level API Reference module set_luminosity YModule module setLuminosity Changes the luminosity of the module informative leds function set_luminosity newval function set_luminosity newval function set_luminosity newval int set_luminosity int newval int setLuminosity int newval function set_luminosity newval LongInt integer v function set_luminosity ByVal newval As Integer As Integer int set_luminosity int newval int set_luminosity int newval def set_luminosity newval YModule target set_luminosity newval The parameter is a value between 0 and 100 Remember to call the saveToFlash method of the module if the modification must be kept Parameters newval an integer corresponding to the luminosity of the module informative leds Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or returns a negative error code 188 www yoctopuce com 19 High level API Reference module set_usbBandwidth YModule module setUsbBandwidth Changes the number of USB interfaces used by the module function set_usbBandwidth newval function set_usbBandwidth newval function set_usbBandwidth newval int set_usbBandwidth Y_USBBANDWIDTH_enum newval int setUsbBandwidth Y_USBBANDWIDTH_enum newval function set_usbBandwidth newval Integer integer function set_u
64. serial module yFindModule serial if module isOnline document getHElementBylId msg value document getElementById curName value module get_logicalName else document getHElementById msg value Module not connected setTimeout refresh 1000 function save var newname document getElementBylId newName value if yCheckLogicalName newname alert invalid logical name return module set_logicalName newname module saveToFlash gt lt SCRIPT gt lt HEAD gt lt BODY onload refresh gt Module to use lt input id serial gt lt input id msg style color red border none readonly gt lt br gt Current name lt input id curName readonly gt lt br gt New logical name lt input id newName gt lt a href javascript save gt Save lt a gt lt BODY gt lt HTML gt Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the yFirstModule function which
65. set_signalRange YGenericSensor 237 set_unit YGenericSensor 238 set_usbBandwidth YModule 188 set_userData YGenericSensor 239 set_userData YModule 189 set_valueRange YGenericSensor 240 SetDelegate YAPI 141 SetTimeout YAPI 142 Sleep YAPI 143 Source 83 Start 24 T Test 11 triggerFirmwareUpdate YModule 190 Troubleshooting 277 U Unformatted 262 UnregisterHub YAPI 144 Unsupported 117 UpdateDeviceList YAPI 145 UpdateDeviceList_async YAPI 146 V Value 256 Variants 54 VirtualHub 95 117 Visual 63 69 W wait_async YGenericSensor 241 wait_async YModule 191 Y YAPI 125 146 yCheckLogicalName 125 YDataSet 244 254 YDataStream 263 275 yDisableExceptions 126 yEnableExceptions 127 yEnableUSBHost 128 yFindGenericSensor 195 yFindModule 150 yFirstGenericSensor 196 yFirstModule 151 yFreeAPI 129 YGenericSensor 195 241 yGetAPIVersion 130 yGetTickCount 131 yHandleEvents 132 ylnitAPI 133 YMeasure 256 260 YModule 150 191 Yocto 4 20mA Rx 18 27 31 39 49 57 63 69 77 83 89 95 yPreregisterHub 134 yRegisterDeviceArrivalCallback 135 yRegisterDeviceRemovalCallback 136 yRegisterHub 137 yRegisterHubDiscoveryCallback 138 yRegisterLogFunction 139 ySelectArchitecture 140 ySetDelegate 141 ySetTimeout 142 ySleep 143 yUnregisterHub 144 yUpdateDeviceList 145 yUpdateDeviceList_async 146
66. the dataLogger asynchronously function loadMore_async callback context function loadMore_async callback context Parameters callback callback function that is invoked when the w The callback function receives three arguments the user specific context object the YDataSet object whose loadMore_async was invoked the load result either the progress indicator 0 100 or a negative error code in case of failure context user specific object that is passed as is to the callback function Returns nothing www yoctopuce com 255 19 High level API Reference 19 5 Measured value YMeasure objects are used within the API to represent a value measured at a specified time These objects are used in particular in conjunction with the YDataSet class In order to use the functions described here you should include lt script type text javascript src yocto_api js gt lt script gt var yoctolib require yoctolib var YAPI yoctolib YAPI var YModule yoctolib YModule require_once yocto_api php include yocto_api h import yocto_api h uses yocto_api yocto_api vb yocto_api cs import com yoctopuce YoctoAPI YModule from yocto_api import YMeasure methods measure get_averageValue Returns the average value observed during the time interval covered by this measure measure get_endTimeUTC Returns the end time of the measure relative to the Jan 1 1970 UTC Unix timestamp
67. the embedded firmware changes each time the embedded software is updated persistentSettings State of persistent module settings loaded from flash memory modified by the user or saved to flash memory luminosity Lighting strength of the informative leds e g the Yocto Led contained in the module It is an integer value which varies between 0 leds turned off and 100 maximum led intensity The default value is 50 To change the strength of the module leds or to turn them off completely you only need to change this value beacon Activity of the localization beacon of the module upTime Time elapsed since the last time the module was powered on usbCurrent Current consumed by the module on the USB bus in milli amps rebootCountdown Countdown to use for triggering a reboot of the module usbBandwidth Number of USB interfaces used by the device If this parameter is set to DOUBLE the device can send twice as much data but this may saturate the USB hub Remember to call the saveToFlash method and then to reboot the module to apply this setting 5 4 GenericSensor function interface The Yoctopuce application programming interface allows you to read an instant measure of the sensor as well as the minimal and maximal values observed logicalName Character string containing the logical name of the generic sensor initially empty This attribute can be modified at will by the user Once initialized to an non empty valu
68. the module to complete and invoke the user provided callback function 150 www yoctopuce com 19 High level API Reference YModule FindModule YModule yFindModule Allows you to find a module from its serial number or from its logical name function yFindModule func function FindModule func function yFindModule func YModule yFindModule string func YModule yFindModule NSString func function yFindModule func string TYModule function yFindModule ByVal func As String As YModule YModule FindModule string func YModule FindModule String func def FindModule func This function does not require that the module is online at the time it is invoked The returned object is nevertheless valid Use the method YModule isOnline to test if the module is indeed online at a given time In case of ambiguity when looking for a module by logical name no error is notified the first instance found is returned The search is performed first by hardware name then by logical name Parameters func a string containing either the serial number or the logical name of the desired module Returns a YModule object allowing you to drive the module or get additional information on the module www yoctopuce com 151 19 High level API Reference YModule FirstModule YModule yFirstModule Starts the enumeration of modules currently accessible function yFirstModule nodejs function Fi
69. the sensor is able to measure You can configure this mapping in the Yocto 4 20mA Rx with the help of the VirtualHub for example You can extend the measure range up to OMA but it is useful to keep a non null minimal value to detect sensor connection errors The green led Each Yocto 4 20mA Rx input is equipped with a green led Its intensity provides an indication of the value read on the current loop This led is off when the sensor is not properly connected Sensor power supply To power themselves many 4 20mA sensors simply take the necessary energy on the current loop using the always available 4mA Some sensors require a little more power The Yocto 4 20mA Rx can provide it with the help of the 23V power supply regulated between the 23V pole and the pole marked with the ground sign Beware the current available for both sensors together is a total of 80mA including current used in the loop If you go above this value the behavior of the 4 20mA sensor will probably be modified and you even risk to damage the 23V power supply of the Yocto 4 20mA Rx If your sensors require more power to work you must use an independent power supply see diagrams below When the 23V power supply of the Yocto 4 20mA Rx is in use the Yocto 4 20mA Rx starts to heat This is a normal behavior Make sure that this heat can be evacuated 4 20mA sensor Wiring for a 2 wire sensor powered by the current loop www yoctopuce com 7 2 Pre
70. to function To code a web site which controls Yoctopuce modules interactively you must create a user interface which stores in a file or in a database the actions to be performed on the Yoctopuce modules These actions are then read and run by the control script 46 www yoctopuce com 8 Using Yocto 4 20mA Rx with PHP Common issues For the HTTP callback API to work the PHP option allow_url_fopen must be set Some web site hosts do not set it by default The problem then manifests itself with the following error error URL file access is disabled in the server configuration To set this option you must create in the repertory where the control PHP script is located an htaccess file containing the following line php flag allow_url_fopen On Depending on the security policies of the host it is sometimes impossible to authorize this option at the root of the web site or even to install PHP scripts receiving data from a POST HTTP In this case place the PHP script in a subdirectory Limitations This method that allows you to go through NAT filters cheaply has nevertheless a price Communications being initiated by the VirtualHub at a more or less regular interval reaction time to an event is clearly longer than if the Yoctopuce modules were driven directly You can configure the reaction time in the specific window of the Virtua Hub but it is at least of a few seconds in the best case The HTTP cal
71. try to access a module the library throws an exception In this case there are three possibilities e If your code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Otherwise the exception makes your program crash bang As this latest situation is not the most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get state method returns a Y STATE INVALID value a get _currentValue method returns a Y CURRENTVALUE INVALID value and so on In any www yoctopuce com 61 10 Using Yocto 4 20mA Rx with Objective C case the returned value is of the expected type and is not a null pointer which would risk crashing your program At worst if you display the value without testing it it will be outside the expected bou
72. two previous methods and to possibly update this library if a patch reveals itself necessary without needing to recompile the source code of the application On the other hand it is an integration mode which systematically requires you to copy the dynamic library on the target machine where the application will run yocto dll for Windows libyocto so 1 0 1 for Mac OS X and Linux To integrate the dynamic Yoctopuce library to your project you must include the Sources directory of the Yoctopuce library into your IncludePath and add the sub directory Binaries corresponding to your operating system into your LibPath Then for you project to build correctly you need to link with your project the dynamic Yoctopuce library and the prerequisite system libraries e For Windows yocto lib e For Mac OS X libyocto l OKit framework and CoreFoundation framework e For Linux libyocto libm libpthread libusb1 0 and libstdc With GCC the command line to compile is simply Glee S54 Slyereico lint silhoiclaiasencl Iuisiom il 0 llisinelerrsr www yoctopuce com 55 56 www yoctopuce com 10 Using Yocto 4 20mA Rx with Objective C Objective C is language of choice for programming on Mac OS X due to its integration with the Cocoa framework In order to use the Objective C library you need XCode version 4 2 earlier versions will not work available freely when you run Lion If you are still under Snow Leopard
73. yoctopuce com 19 High level API Reference YAPI PreregisterHub YAPI yPreregisterHub Fault tolerant alternative to RegisterHub function yPreregisterHub url errmsg function PreregisterHub url errmsg function yPreregisterHub url amp errmsg YRETCODE yPreregisterHub const string amp url string amp errmsg YRETCODE yPreregisterHub NSString url NSError errmsg function yPreregisterHub url string var errmsg string integer function yPreregisterHub ByVal url As String ByRef errmsg As String As Integer int PreregisterHub string url ref string errmsg synchronized static int PreregisterHub String url def PreregisterHub url errmsg None This function has the same purpose and same arguments as RegisterHub but does not trigger an error when the selected hub is not available at the time of the function call This makes it possible to register a network hub independently of the current connectivity and to try to contact it only when a device is actively needed 7 Parameters url a string containing either usb callback or the root URL of the hub to monitor errmsg a string passed by reference to receive any error message Returns YAP I SUCCESS when the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 135 19 High level API Reference YAPI RegisterDeviceArrivalCallback YAPI yRegisterDeviceArrivalCallback R
74. 010 but the process is similar for other versions Start by creating your project Then on the Solution Explorer panel right click on your project and select Add and then Add an existing item A file selection window opens Select the yocto_api cs file and the files corresponding to the functions of the Yoctopuce modules that your project is going to manage If in doubt select all the files You then have the choice between simply adding these files to your project or to add them as links the Add button is in fact a scroll down menu In the first case Visual Studio copies the selected files into your project In the second case Visual Studio simply keeps a link on the original files We recommend you to use links which makes updates of the library much easier 1 http www microsoft com visualstudio en us products 2010 editions visual csharp express www yoctopuce com EN libraries php 3 The sources of this DLL are available in the C API www yoctopuce com 69 12 Using Yocto 4 20mA Rx with C Then add in the same manner the yapi d11 DLL located in the Sources d11 directory Then from the Solution Explorer window right click on the DLL select Properties and in the Properties panel set the Copy to output folder to always You are now ready to use your Yoctopuce modules from Visual Studio In order to keep them simple all the examples provided in this documentation are console applications Naturally the libraries fu
75. 79 13 Using Yocto 4 20mA Rx with Delphi else Writeln Module not connected check identification and USB cable end procedure beacon module Tymodule state integer begin module set_beacon state refresh module end var module TYModule cS s cher ErEmsg StGLngG begin Setup the API to use local USB devices if yRegisterHub usb errmsg lt gt YAPI SUCCESS then begin Write RegisterHub error errmsg exit end module yFindModule serial refresh module TESSE read c 7 case c of r refresh module b beacon module Y BEACON ON beacon module Y BEACON OFF end weil c Fes end Each property xxx of the module can be read thanks to a method of type get _xxxx and properties which are not read only can be modified with the help of the set _xxx method For more details regarding the used functions refer to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the corresponding set xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the saveToFlash method Inversely it is possible to force the module to forget its current settings by usi
76. 9 Blueprint EEE EEEE E ET eaten anal SRA Rah an ae E 281 1 Introduction The Yocto 4 20mA Rx is a 60x20mm module which can interface two sensors following the 4 20mA standard The Yocto 4 20mA Rx is also able to power the sensors with a 23V voltage up to 80mA The Yocto 4 20mA Rx was conceived as an electrically insulated interface there is a galvanic insulation between the measure and the USB parts of the module This enables you to work with sensors which are not at the same potential as the computer driving the Yocto 4 20mA Rx The Yocto 4 20mA Rx module Yoctopuce thanks you for buying this Yocto 4 20mA Rx and sincerely hopes that you will be satisfied with it The Yoctopuce engineers have put a large amount of effort to ensure that your Yocto 4 20mA Rx is easy to install anywhere and easy to drive from a maximum of programming languages If you are nevertheless disappointed with this module do not hesitate to contact Yoctopuce support By design all Yoctopuce modules are driven the same way Therefore user s guides for all the modules of the range are very similar If you have already carefully read through the user s guide of another Yoctopuce module you can jump directly to the description of the module functions 1 1 Prerequisites In order to use your Yocto 4 20mA Rx module you should have the following items at hand A computer Yoctopuce modules are intended to be driven by a computer or possibly an embedded micr
77. ALID YGenericSensor www yoctopuce com 223 19 High level API Reference genericsensor isOnline YGenericSensor Checks if the generic sensor is currently reachable without raising any error is function isOnline node js function isOnline php function isOnline cpp _ bool isOnline BOOL isOnline pas function isOnline boolean vb function isOnline As Boolean cs _ bool isOnline java _ boolean isOnline def isOnline If there is a cached value for the generic sensor in cache that has not yet expired the device is considered reachable No exception is raised if there is an error while trying to contact the device hosting the generic sensor Returns t rue if the generic sensor can be reached and false otherwise 224 www yoctopuce com 19 High level API Reference genericsensor isOnline_async YGenericSensor Checks if the generic sensor is currently reachable without raising any error asynchronous version function isOnline_async callback context function isOnline_async callback context If there is a cached value for the generic sensor in cache that has not yet expired the device is considered reachable No exception is raised if there is an error while trying to contact the device hosting the requested function This asynchronous version exists only in Javascript It uses a callback instead of a return value in order to a
78. As String string functionValue int functionindex def functionValue functionIndex Parameters functionIndex the index of the function for which the information is desired starting at O for the first function Returns a short string up to 6 characters corresponding to the advertised value of the requested module function On failure throws an exception or returns an empty string 158 www yoctopuce com 19 High level API Reference module get_beacon module gt beacon Returns the state of the localization beacon function get_beacon function get_beacon function get_beacon Y_BEACON_enum get_beacon Y_BEACON_enum beacon function get_beacon Integer function get_beacon As Integer int get_beacon int get_beacon def get_beacon YModule target get_beacon Returns YModule either Y_BEACON_OFF or Y_BEACON_ON according to the state of the localization beacon On failure throws an exception or returns Y_BEACON_INVALID www yoctopuce com 159 19 High level API Reference module get_errorMessage module errorMessage Returns the error message of the latest error with this module object function get_errorMessage function get_errorMessage function get_errorMessage string get_errorMessage NSString errorMessage function get_errorMessage string function get_errorMessage As String string get_errorMessage String ge
79. Channeciabg ci Currente Eken get viae prinde ranne T e e e ane eeur enea ee Pann ee E print uN Giese I CREOS EORNA YAPI Sleep 1000 14 4 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon usr bin python coding utf 8 import os sys trom yoctol api importi def usage sys exit usage demo lt serial or logical name gt ON OFF errmsg YRefParam if YAPI RegisterHub usb errmsg YAPI SUCCESS sys exit RegisterHub error str errmsg if len sys argv lt 2 usage m YModule FindModule sys argv 1 use serial or logical name if m isOnline dee demlenen ecew 2a if sys argv 2 upper ON m set_beacon YModule BEACON ON LE SySmatgvy 2 uppen VOPR Sinise bcaconi YMocdulle BEACON MOEE www yoctopuce com 85 14 Using the Yocto 4 20mA Rx with Python print serail A Gh WoC Serie Minoa O print logical name m get_logicalName printi umi noS TEN W sitm m ger luminosity ONN if m get_beacon YModule BEACON ON print beacon ON ilsice print beacon OFF print upTime WS Sir m get upiame 000 seo print USB current Wop ees Cee eaen a ive print logs n m get_lastLogs elise print sys argyll iiit met connected cheek wdentitilcation and USB cabile E
80. DY gt lt FORM method get gt lt php include yocto api php Use explicit error handling rather than exceptions yDisableExceptions Setup the API to use the VirtualHub on local machine 42 www yoctopuce com 8 Using Yocto 4 20mA Rx with PHP if yRegisterHub http 127 0 0 134444 Serrmsg YAPE SUCCESS die Meannoe contact Vantuallhulb ion TZT 10m Omini Sserial 5 GET seriall daz Se iedeul es VN Check if a specified module is available online Smodule yFindModule Sserial if Smodule gt isOnline die Module not connected check serial and USB cable else or use any connected module suitable for the demo Smodule yFirstModule if Smodule skip VirtualHub Smodule Smodule gt nextModule i1f is_null module die No module connected check USB cable else serial module gt get_serialnumber Print Module to use lt input name serial value Sserial gt lt br gt if isset GET newname Snewname GET newname if yCheckLogicalName Snewname die Invalid name module gt set_logicalName newname Smodule gt saveToFlash printf Current name s lt br gt Smodule gt get logicalName print New name lt input name newname value maxlength 19 gt lt br gt Bee lt input type submit gt lt FORM gt lt BODY gt lt HTML gt Warning the
81. End End If Console WriteLine using sensor get_module get_serialNumber Else sensor yFindGenericSensor target genericSensor1 End If REM retreive module serial number seriall sensor get module Mge serr alNumben REM retreive both channels chl yFindGenericSensor serial genericSensor1 ch2 yFindGenericSensor serial genericSensor2 While chl isOnline And ch2 isOnline Conso lerwr ite Mebhanne M ee Seriene eurre nevaren e S a Conso lenn rite Wehanne M AE e eee eur renea ae eE E Console WriteLine press Ctrl C to exit ySleep 1000 errmsg End While Console WriteLine Module not connected check identification and USB cable End Sub www yoctopuce com 65 11 Using Yocto 4 20mA Rx with Visual Basic NET End Module 11 4 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon Imports System I0 Imports System Environment Module Modulel Sub usage Console WriteLine usage demo lt serial or logical name gt ON OFF End End Sub Sub Main Dim argv As String System Environment GetCommandLineArgs Dim errmsg As String Dim m As ymodule Tf yRegisterHub usb errmsg lt gt YAPI_ SUCCESS Then Console WriteLine RegisterHub error errmsg End End Tf If argv Lengt
82. GetTickCount As Long ulong GetTickCount long GetTickCount def GetTickCount This counter can be used to compute delays in relation with Yoctopuce devices which also uses the millisecond as timebase Returns a long integer corresponding to the millisecond counter 132 www yoctopuce com 19 High level API Reference YAPI HandleEvents YAPI yHandleEvents Maintains the device to library communication channel function yHandleEvents errmsg function HandleEvents errmsg function yHandleEvents amp errmsg YRETCODE yHandleEvents string amp errmsg YRETCODE yHandleEvents NSError errmsg function yHandleEvents var errmsg string integer function yHandleEvents ByRef errmsg As String As YRETCODE YRETCODE HandleEvents ref string errmsg int HandleEvents def HandleEvents errmsg None If your program includes significant loops you may want to include a call to this function to make sure that the library takes care of the information pushed by the modules on the communication channels This is not strictly necessary but it may improve the reactivity of the library for the following commands This function may signal an error in case there is a communication problem while contacting a module Parameters errmsg a string passed by reference to receive any error message Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error cod
83. ODY onload refresh gt Module to use lt input id serial gt lt input id msg style color red border none readonly gt lt br gt channel 1 lt input id sensor vall readonly gt lt br gt channel 2 lt input id sensor val2 readonly gt lt br gt lt BODY gt lt HTML gt 7 3 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon lt HTML gt lt HEAD gt lt TITLE gt Module Control lt TITLE gt lt SCRIPT type text javascript src yocto_api js gt lt SCRIPI gt lt SCRIPT language javascriptl 5 type text JavaScript gt Bhs Use explicit error handling rather than exceptions yDisableExceptions www yoctopuce com 33 7 Using Yocto 4 20mA Rx with Javascript Setup the API to use the VirtualHub on local machine if yRegisterHub http 127 0 0 1 4444 YAPI_ SUCCESS alert iCannoteCOntdGiia VirtcualH ubkon 127 ORiOl aun it var module function refresh Var serial document g ethlementByid seriall value if serial Detect any conected module suitable for the demo module yFirstModule nextModule if module serial module get_serialNumber document getElementBylId serial value serial module yFindModule serial if module isOnline document getHle
84. PI var YModule yoctolib YModule require_once yocto_api php include yocto_api h import yocto_api h uses yocto_api yocto_api vb yocto_api cs import com yoctopuce YoctoAPI YModule from yocto_api import Global functions yFindModule func Allows you to find a module from its serial number or from its logical name yFirstModule Starts the enumeration of modules currently accessible YModule methods module gt describe Returns a descriptive text that identifies the module module download pathname Downloads the specified built in file and returns a binary buffer with its content module gt functionCount Returns the number of functions beside the module interface available on the module module functionld functionIndex Retrieves the hardware identifier of the nth function on the module module functionName functionIndex Retrieves the logical name of the nth function on the module module functionValue functionIndex Retrieves the advertised value of the nth function on the module module get_beacon Returns the state of the localization beacon module get_errorMessage Returns the error message of the latest error with this module object module get_errorType Returns the numerical error code of the latest error with this module object module get_firmwareRelease Returns the version of the firmware embedded in the module module get_hardwareld Returns the unique
85. REST interface This section only applies to devices with a built in data logger The preview of all recorded data streams can be retrieved in JSON format using the following URL http 127 0 0 1 4444 bySerial RX420MA1 12345 dataLogger json Individual measures for any given stream can be obtained by appending the desired function identifier as well as start time of the stream 118 www yoctopuce com 18 Using with unsupported languages http 127 0 0 1 4444 bySerial RX420MA1 12345 dataLogger json id genericsensor utc 1389801080 18 3 Using dynamic libraries The low level Yoctopuce API is available under several formats of dynamic libraries written in C The sources are available with the C API If you use one of these low level libraries you do not need the VirtualHub anymore Filename Platform libyapi dylib Max OS X libyapi amd64 so Linux Intel 64 bits libyapi armel so Linux ARM EL libyapi armhf so Linux ARM HL libyapi i386 so Linux Intel 32 bits yapi64 dll Windows 64 bits yapi dll Windows 32 bits These dynamic libraries contain all the functions necessary to completely rebuild the whole high level API in any language able to integrate these libraries This chapter nevertheless restrains itself to describing basic use of the modules Driving a module The three essential functions of the low level API are the following int yapiinitAPI int connection type char errmsg int yapiUpdateDeviceList int forc
86. SB module In this case as soon as a module is connected to the system the application is automatically launched You must add lt action android name android hardware usb action USB_DEVICE_ATTACHED gt in the section lt intent filter gt of the main activity The section lt activity gt must have a pointer to an XML file containing the list of USB modules which can run the application lt manifest xmlns android http schemas android com apk res android lt uses feature android name android hardware usb host gt lt application lt activity android name MainActivity gt lt intent filter gt lt action android name android intent action MAIN gt lt action android name android hardware usb action USB DEVICE ATTACHED gt lt category android name android intent category LAUNCHER gt lt intent filter gt lt meta data android name android hardware usb action USB DEVICE ATTACHED android resource xml device filter gt 7 E lt activity gt lt application gt lt manifest gt The XML file containing the list of modules allowed to run the application must be saved in the res xml directory This file contains a list of USB vendorld and devicelD in decimal The following example runs the application as soon as a Yocto Relay or a YoctoPowerRelay is connected You can find the vendorlID and the devicelD of Yoctopuce modules in the characteristics section of the documentation lt xml version 1
87. Sensor nextGenericSensor YGenericSensor nextGenericSensor function nextGenericSensor TYGenericSensor function nextGenericSensor As YGenericSensor YGenericSensor nextGenericSensor YGenericSensor nextGenericSensor def nextGenericSensor Returns a pointer to a YGenericSensor object corresponding to a generic sensor currently online ora null pointer if there are no more generic sensors to enumerate www yoctopuce com 229 19 High level API Reference genericsensor registerTimedReportCallback YGenericSensor Registers the callback function that is invoked on every periodic timed notification js function registerTimedReportCallback callback node js function registerTimedReportCallback callback php function registerTimedReportCallback callback int registerTimedReportCallback YGenericSensorTimedReportCallback callback int registerTimedReportCallback YGenericSensorTimedReportCallback callback function registerTimedReportCallback callback TYGenericSensorTimedReportCallback LongInt v function registerTimedReportCallback As Integer int registerTimedReportCallback TimedReportCallback callback int registerTimedReportCallback TimedReportCallback callback def registerTimedReportCallback callback The callback is invoked only during the execution of ySleep or yHandleEvents This provides control over the time when the callback is triggered For
88. Sensor target get_resolution The resolution corresponds to the numerical precision of the measures which is not always the same as the actual precision of the sensor Returns a floating point number corresponding to the resolution of the measured values On failure throws an exception or returns Y_RESOLUTION_INVALID www yoctopuce com 217 19 High level API Reference genericsensor get_signalRange genericsensor signalRange Returns the electric signal range used by the sensor function get_signalRange function get_signalRange function get_signalRange string get_signalRange NSString signalRange function get_signalRange string _ v function get_signalRange As String string get_signalRange String get_signalRange def get_signalRange YGenericSensor target get_signalRange Returns a string corresponding to the electric signal range used by the sensor On failure throws an exception or returns Y_STGNALRANGE_INVALID YGenericSensor 218 www yoctopuce com 19 High level API Reference genericsensor get_signalUnit YGenericSensor genericsensor signalUnit Returns the measuring unit of the electrical signal used by the sensor function get_signalUnit function get_signalUnit function get_signalUnit string get_signalUnit NSString signalUnit function get_signalUnit string function get_signalUnit As String string ge
89. TC Returns the start time of the measure relative to the Jan 1 1970 UTC Unix timestamp function get_startTimeUTC function get_startTimeUTC function get_startTimeUTC double get_startTimeUTC double startTimeUTC function get_startTimeUTC double function get_startTimeUTC As Double double get_startTimeUTC double get_startTimeUTC def get_startTimeUTC When the recording rate is higher then 1 sample per second the timestamp may have a fractional part Returns an floating point number corresponding to the number of seconds between the Jan 1 1970 UTC and the beginning of this measure www yoctopuce com 261 19 High level API Reference 19 6 Unformatted data sequence YDataStream objects represent bare recorded measure sequences exactly as found within the data logger present on Yoctopuce sensors In most cases it is not necessary to use YDataStream objects directly as the YDataSet objects returned by the get_recordedData method from sensors and the get_dataSets method from the data logger provide a more convenient interface In order to use the functions described here you should include lt script type text javascript src yocto_api js gt lt script gt var yoctolib require yoctolib var YAPI yoctolib YAPI var YModule yoctolib YModule require_once yocto_api php include yocto_api h import yocto_api h uses yocto_api yocto_api
90. UCCESS if everything went well and a different error code in case of failure When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from the object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in the exceptions when they are active 48 www yoctopuce com 9 Using Yocto 4 20mA Rx with C C is not the simplest language to master However if you take care to limit yourself to its essential functionalities this language can very well be used for short programs quickly coded and it has the advantage of being easily ported from one operating system to another Under Windows all the examples and the project models are tested with Microsoft Visual Studio 2010 Express freely available on the Microsoft web site Under Mac OS X all the examples and project models are tested with XCode 4 available on the App Store Moreover under Max OS X and under Linux you can compile the examples using a command line with GCC using the provided GNUmakefile In the same manner under Windows a Makefile allows you to compile examples using a command line fully knowing the compilation and linking arguments Yoctopuce C libraries are integrally provided as source files A section of the low level library is written in pure C but you should not need to interact directly with it
91. WriteLine loading details int progress dom Console Write progress dataset loadMore while progress lt 100 All measures have now been loaded Mot Meds Ure decease taseme mea Ur eS foreach YMeasure m in details Console WriteLine String Format logFmt m get_startTimeUTC_asDateTime ToString timeFmt m get_endTimeUTC_asDateTime ToString timeFmt MG et averageValue Sensor gee mune yl I You will find a complete example demonstrating how to retrieve data from the logger for each programming language directly in the Yoctopuce library The example can be found in directory Examples Prog DataLogger Timestamp As the Yocto 4 20mA Rx does not have a battery it cannot guess alone the current time when powered on Nevertheless the Yocto 4 20mA Rx will automatically try to adjust its real time reference using the host to which it is connected in order to properly attach a timestamp to each measure in the datalogger e When the Yocto 4 20mA Rx is connected to a computer running either the VirtualHub or any application using the Yoctopuce library it will automatically receive the time from this computer When the Yocto 4 20mA Rx is connected to a YoctoHub Ethernet it will get the time that the YoctoHub has obtained from the network using a server from pool ntp org When the Yocto 4 20mA Rx is connected to a YoctoHub Wireless it will get the time provided by the YoctoHub based on its internal b
92. YGenericSensor chl YGenericSensor FindGenericSensor serial genericSensorl1 YGenericSensor ch2 YGenericSensor FindGenericSensor serial genericSensor2 string unitSensorl unitSensor2 Lech sOniaime uni tsensor Mi chikos umit www yoctopuce com 71 12 Using Yocto 4 20mA Rx with C dae Cl ale oil ine eseman EAEE ne 2 while chl isOnline amp amp ch2 isOnline Console Ware Channel 1 chil igetrcinsentVdlue mros trimo hh units sensori Console Write Channel 2 cherie eurent Value ToS Ering O Units Enso r2 Console WriteLine press Ctrl C to exit YAPI Sleep 1000 ref errmsg ji Console WriteLine Module not connected check identification and USB cable 12 4 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon using System using system Collections Generic using System Linq using System Text namespace ConsoleApplicationl class Program static void usage string execname System AppDomain CurrentDomain FriendlyName Console WriteLine Usage Console WriteLine execname lt serial or logical name gt ON OFF System Threading Thread Sleep 2500 Environment Exit 0 statie vord Marni Sitring i sarscis YModule m string errmsg if YAPI RegisterHub u
93. Yocto 4 20mA Rx User s guide Table of contents Me METRO GUCUIOIN ccsstescpuectaes teeta criaiind ea atte delat reat ated anc e G 1 TA PREFEQUISITOS a a a a a a a a aea a eaaa A Raa aaa iaa maa reaa Paaa aaa i iari iredi 1 1 2 Optional AcCCessori ES as iiaae ae a a a a a eea TA 3 2 PreseMtation sceninio areta aeaaea a aeaa an EEE A a E 5 21 COMMON elements oors A N A E 5 PRP AOR eaae I E E E AEA A E E E EE eens 6 3 EA EA L o K E AE EEE E TANE A ET 11 3 1 Localization erar eile dada N aa a AE vn aAa inn a aTa eLa EY 11 3 2 Test ofthe MOdU lee i a aa aE a a ae dade aa aara aAa ae AAE Raa adaa A aAa aA Erakin aiiis 11 3 3 Configuration aii aipa renee aiv eeraa erea ai eter eed eee el eee 12 4 Assembly and connections oii ce cece cceccc cee ceseeseeseeseeneseeseeneeseeteseeeteseesteneenesteeenss 15 ADs a D A ATO E E A EEE iiaiehtinn ie tele ne eae dd alee eae eee 15 4 2 USB powerd SDO aaa a aeaa a teers aie E a etd 16 5 Programming general concepts oon cece cece ce ee eeeeseeneeseeeeseeeeeseesceneeneeneenens 17 oiaro loreanne DALAGIQI Na a AP ceed E E euateceest bee wveees fa TA T 17 5 2 The Yocto 4 20MA RX module 20 eeceeeeeeeeeceeeeeeeeeneceeseeeeneneneeneneaeenenanenecnanenseseneetenenseneaas 18 5 3 Module control interface oo eeeseceessnceeeeeceeeenseeeeeenaneeeesaneceeaneceeaaeenensaeeneneeenessseenersaaes 19 5 4 GenericSensor function interface oo ee cette cece eee eeneeeeeeaeeeeteaeeeeteaeaeeteaaaeeteenaeeeennaeeeenaae
94. _api cs import com yoctopuce YoctoAPI YModule from yocto_api import YDataSet methods dataset get_endTimeUTC Returns the end time of the dataset relative to the Jan 1 1970 dataset get_functionld Returns the hardware identifier of the function that performed the measure without reference to the module dataset get_hardwareld Returns the unique hardware identifier of the function who performed the measures in the form SERIAL FUNCTIONID dataset get_measures Returns all measured values currently available for this DataSet as a list of YMeasure objects dataset get_preview Returns a condensed version of the measures that can retrieved in this YDataSet as a list of YMeasure objects dataset get_progress Returns the progress of the downloads of the measures from the data logger on a scale from 0 to 100 dataset get_startTimeUTC Returns the start time of the dataset relative to the Jan 1 1970 dataset get_summary Returns an YMeasure object which summarizes the whole DataSet dataset get_unit Returns the measuring unit for the measured value www yoctopuce com 243 19 High level API Reference dataset loadMore Loads the the next block of measures from the dataLogger and updates the progress indicator dataset loadMore_async callback context Loads the the next block of measures from the dataLogger asynchronously 244 www yoctopuce com 19 Hi
95. _productRelease int get_productRelease def get_productRelease YModule target get_productRelease Returns an integer corresponding to the hardware release version of the module On failure throws an exception or returns Y_PRODUCTRELEASE_INVALID YModule www yoctopuce com 171 19 High level API Reference module gt get_rebootCountdown YModule module rebootCountdown Returns the remaining number of seconds before the module restarts or zero when no reboot has been scheduled function get_rebootCountdown function get_rebootCountdown function get_rebootCountdown int get_rebootCountdown int rebootCountdown function get_rebootCountdown Longint function get_rebootCountdown As Integer int get_rebootCountdown int get_rebootCountdown def get_rebootCountdown YModule target get_rebootCountdown Returns an integer corresponding to the remaining number of seconds before the module restarts or zero when no reboot has been scheduled On failure throws an exception or returns Y_REBOOTCOUNTDOWN_INVALID 172 www yoctopuce com 19 High level API Reference module get_serialNumber module serialNumber Returns the serial number of the module as set by the factory function get_serialNumber function get_serialNumber function get_serialNumber string get_serialNumber NSString serialNumber function get_serialNumber
96. ach property xxx of the module can be read thanks to a method of type YModule get xxxx and properties which are not read only can be modified with the help of the YModule set xxx method For more details regarding the used functions refer to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the corresponding YModule set xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the YModule saveToFlash method Inversely it is possible to force the module to forget its current settings by using the YModule revertFromFlash method The short example below allows you to modify the logical name of a module usr bin python jp eee bkeie Gh Sr import os sys from yocto_api import def usage Sys exit usage demo lt serial or logical name gt lt new logical name gt if len sys argv 3 usage errmsg YRefParam if YAPI RegisterHub usb errmsg YAPI SUCCESS sys exit RegisterHub error str errmsg m YModule FindModule sys argv 1 use serial or logical name iE m Ss Omnlleamen es newname sys argv 2 if not YAPI CheckLogicalName newname sys exit Invalid name newname
97. added depending on the interest expressed by Yoctopuce product users Nevertheless some languages are not and will never be supported by Yoctopuce There can be several reasons for this compilers which are not available anymore unadapted environments etc However there are alternative methods to access Yoctopuce modules from an unsupported programming language 18 1 Command line The easiest method to drive Yoctopuce modules from an unsupported programming language is to use the command line API through system calls The command line API is in fact made of a group of small executables which are easy to call Their output is also easy to analyze As most programming languages allow you to make system calls the issue is solved with a few lines of code However if the command line API is the easiest solution it is neither the fastest nor the most efficient For each call the executable must initialize its own API and make an inventory of USB connected modules This requires about one second per call 18 2 VirtualHub and HTTP GET The VirtualHub is available on almost all current platforms It is generally used as a gateway to provide access to Yoctopuce modules from languages which prevent direct access to hardware layers of a computer JavaScript PHP Java In fact the VirtualHub is a small web server able to route HTTP requests to Yoctopuce modules This means that if you can make an HTTP request from your programming languag
98. al The resolution corresponds to the numerical precision when displaying value It does not change the precision of the measure itself Parameters newval a floating point number corresponding to the resolution of the measured physical values Returns YAPI_SUCCESS if the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 237 19 High level API Reference genericsensor set_signalRange genericsensor setSignalRange Changes the electric signal range used by the sensor function set_signalRange newval function set_signalRange newval function set_signalRange newval int set_signalRange const string amp newval int setSignalRange NSString newval function set_signalRange newval string integer v function set_signalRange ByVal newval As String As Integer int set_signalRange string newval int set_signalRange String newval def set_signalRange newval YGenericSensor target set_signalRange newval Parameters newval a string corresponding to the electric signal range used by the sensor Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or returns a negative error code YGenericSensor 238 www yoctopuce com 19 High level API Reference genericsensor set_unit YGenericSensor genericsensor setUnit Changes the measuring unit for the measured value function set_unit
99. al function set_logFrequency newval string integer function set_logFrequency ByVal newval As String As Integer int set_logFrequency string newval int set_logFrequency String newval def set_logFrequency newval YGenericSensor target set_logFrequency newval The frequency can be specified as samples per second as sample per minute for instance 15 m or in samples per hour eg 4 h To disable recording for this function use the value OFF F Parameters newval a string corresponding to the datalogger recording frequency for this function Returns YAPI_SUCCESS if the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 233 19 High level API Reference genericsensor set_logicalName YGenericSensor genericsensor setLogicalName Changes the logical name of the generic sensor function set_logicalName newval function set_logicalName newval function set_logicalName newval int set_logicalName const string amp newval int setLogicalName NSString newval function set_logicalName newval string integer function set_logicalName ByVal newval As String As Integer int set_logicalName string newval int set_logicalName String newval def set_logicalName newval YGenericSensor target set_logicalName newval You can use yCheckLogicalName prior to this call to make sure that your parameter is valid Remember to call the sa
100. al Name Description Action VIRTHUB0 7d1a86fb0 VirtualHub configure view log file RELAYHI 55 Yocto PowerRelay Configure view log fie beacon TMPSENS1 0S5E7F Yocto Temperature configure view log file beacon l Show device functions Click on the configure button on the first line www yoctopuce com 45 8 Using Yocto 4 20mA Rx with PHP VIRTHUBO 7d1a86fb09 Edit parameters for VIRTHUBO 7d1a86f009 and click on the Save button Serial VIRTHUB0 7d1a86fb09 Product name VirtualHub Software version 10789 Logical name Incoming connections Authentication to read information from the devices NO edit Authentication to make changes to the devices NO gait Outgoing callbacks Callback URL octoHub Gi Delay between callbacks min 3 s max 600 s This VirtualHub can post the advertised values of all devices on a specific URL on a regular basis If you wish to use this feature choose the callback type follow the steps below carefully 1 Specify the Type of callback you want to use Yocto API callback z Yoctopuce devices can be controled through remote PHP scripts That Yocto AFP caliback protocol is designed so it can pass trough NAT filters without opening ports See your device user manual PHP programming section for more details 2 Specify the URL to use for reporting values HTTPS protocol is not yet supported Callback URL http iwww mysite com yoctotest yoctocontrol php
101. alue double get_minValue def get_minValue If the device uses a firmware older than version 13000 this method will always return Y_DATA_INVALID Returns a floating point number corresponding to the smallest value or Y_DATA_INVALID if the stream is not yet complete still recording On failure throws an exception or returns Y_DATA_INVALID 272 www yoctopuce com 19 High level API Reference datastream get_rowCount YDataStream datastream rowCount Returns the number of data rows present in this stream function get_rowCount function get_rowCount function get_rowCount int get_rowCount int rowCount function get_rowCount Longint function get_rowCount As Integer int get_rowCount int get_rowCount def get_rowCount If the device uses a firmware older than version 13000 this method fetches the whole data stream from the device if not yet done which can cause a little delay Returns an unsigned number corresponding to the number of rows On failure throws an exception or returns zero www yoctopuce com 273 19 High level API Reference datastream get_runIndex datastream runIndex Returns the run index of the data stream function get_runIndex function get_runIndex function get_runIndex cpp int get_runIndex int runindex pas function get_runIndex Longint v _ function get_runIndex As Integer
102. ambiguous hardware identifier of the requested module function On failure throws an exception or returns an empty string 156 www yoctopuce com 19 High level API Reference module functionName YModule Retrieves the logical name of the nth function on the module function functionName functionIndex function functionName functionIndex function functionName functionIndex string functionName int functionIndex NSString functionName int functionindex function functionName functionIndex integer string function functionName ByVal functionIndex As Integer As String string functionName int functionIndex def functionName functionIndex Parameters functionIndex the index of the function for which the information is desired starting at O for the first function Returns a string corresponding to the logical name of the requested module function On failure throws an exception or returns an empty string www yoctopuce com 157 19 High level API Reference module functionValue YModule Retrieves the advertised value of the nth function on the module function functionValue functionIndex function functionValue functionIndex function functionValue functionIndex string functionValue int functionIndex NSString functionValue int functionIndex function functionValue functionIndex integer string function functionValue ByVal functionIndex As Integer
103. angeCallBack Note that each module function can thus have its own distinct callback By the way if you like to work with value change callbacks you will appreciate the fact that value change callbacks are not limited to sensors but are also available for all Yoctopuce devices for instance you can also receive a callback any time a relay state changes The timed report callback This type of callback is automatically called at a predefined time interval The callback frequency can be configured individually for each sensor with frequencies going from hundred calls per seconds down to one call per hour The callback takes as parameter the relevant function and the measured value as an YMeasure object Contrarily to the value change callback that only receives the latest value an YMeasure object provides both minimal maximal and average values since the timed report callback Moreover the measure includes precise timestamps which makes it possible to use timed reports for a time based graph even when not handled immediately static void periodicCallback YGenericSensor fct YMeasure measure Cons oler Wisikeetnine Cheiec cite hardwarem T Au measure get_averageValue Setting up a timed report callback The callback is set up for a given GenericSensor function with the help of the registerTimedReportCallback method The callback will only be invoked once a callback frequency as been set using set reportFrequency which defaults to ti
104. anges the measuring unit for the measured value genericsensor set_userData data Stores a user context provided as argument in the userData attribute of the function genericsensor set_valueRange newval Changes the physical value range measured by the sensor genericsensor wait_async callback context Waits for all pending asynchronous commands on the module to complete and invoke the user provided callback function www yoctopuce com 195 19 High level API Reference YGenericSensor FindGenericSensor YGenericSensor yFindGenericSensor Retrieves a generic sensor for a given identifier function yFindGenericSensor func nodejs function FindGenericSensor func function yFindGenericSensor func YGenericSensor yFindGenericSensor const string amp func YGenericSensor yFindGenericSensor NSString func function yFindGenericSensor func string TYGenericSensor function yFindGenericSensor ByVal func As String As YGenericSensor YGenericSensor FindGenericSensor string func YGenericSensor FindGenericSensor String func def FindGenericSensor func The identifier can be specified using several formats e FunctionLogicalName e ModuleSerialNumber Functionldentifier e ModuleSerialNumber FunctionLogicalName e ModuleLogicalName Functionldentifier e ModuleLogicalName FunctionLogicalName This function does not require that the generic sensor is online at the time it is invoked The returned
105. arallel thread while true inactive waiting loop allowing you to trigger value change callbacks YAPI Sleep 500 ref errmsg In programming environments where only the interface thread is allowed to interact with the user it is often appropriate to call YAPI HandleEvents from this thread 108 www yoctopuce com 17 Advanced programming The value change callback This type of callback is called when a generic sensor changes in a significant way It takes as parameter the relevant function and the new value as a character string static void valueChangeCallback YGenericSensor fct string value Console Wriltehine fel geL nandwaneidl E ui yale In most programming languages callbacks are global procedures not methods If you wish for the callback to call a method of an object define your callback as a global procedure which then calls your method If you need to keep a reference to your object you can store it directly in the YGenericSensor object using function set userData You can then retrieve it in the global callback procedure using get_userData Setting up a value change callback The callback is set up for a given GenericSensor function with the help of the registerValueCallback method The following example sets up a callback for the first available GenericSensor function YGenericSensor f YGenericSensor FirstGenericSensor f registerValueCallback genericSensorlCh
106. are active 9 4 Integration variants for the C Yoctopuce library Depending on your needs and on your preferences you can integrate the library into your projects in several distinct manners This section explains how to implement the different options Integration in source format Integrating all the sources of the library into your projects has several advantages e It guaranties the respect of the compilation conventions of your project 32 64 bits inclusion of debugging symbols unicode or ASCII characters etc e It facilitates debugging if you are looking for the cause of a problem linked to the Yoctopuce library e It reduces the dependencies on third party components for example in the case where you would need to recompile this project for another architecture in many years e It does not require the installation of a dynamic library specific to Yoctopuce on the final system everything is in the executable 54 www yoctopuce com 9 Using Yocto 4 20mA Rx with C To integrate the source code the easiest way is to simply include the Sources directory of your Yoctopuce library into your IncludePath and to add all the files of this directory including the sub directory yapi to your project For your project to build correctly you need to link with your project the prerequisite system libraries that is e For Windows the libraries are added automatically e For Mac OS X IlOKit framework and CoreFoundation fra
107. attery powered real time clock which was itself configured either from the network or from a computer e When the Yocto 4 20mA Rx is connected to an Android mobile device it will get the time from the mobile device as long as an app using the Yoctopuce library is launched When none of these conditions applies for instance if the module is simply connected to an USB charger the Yocto 4 20mA Rx will do its best effort to attach a reasonable timestamp to the measures using the timestamp found on the latest recorded measures It is therefore possible to preset to the real time an autonomous Yocto 4 20mA Rx by connecting it to an Android mobile phone starting the data logger then connecting the device alone on an USB charger Nevertheless be aware that without external time source the internal clock of the Yocto 4 20mA Rx might be be subject to a clock skew theoretically up to 0 3 17 3 Sensor calibration Your Yocto 4 20mA Rx module is equipped with a digital sensor calibrated at the factory The values it returns are supposed to be reasonably correct in most cases There are however situations where external conditions can impact the measures The Yoctopuce API provides the mean to re caliber the values measured by your Yocto 4 20mA Rx You are not going to modify the hardware settings of the module but rather to transform afterwards the measures taken by the sensor This transformation is controlled by parameters stored in the flash
108. avoid pitfalls 4 1 Fixing While developing your project you can simply let the module hang at the end of its cable Check only that it does not come in contact with any conducting material such as your tools When your project is almost at an end you need to find a way for your modules to stop moving around Examples of assembly on supports The Yocto 4 20mA Rx module contains 2 5mm assembly holes You can use these holes for screws The screw head diameter must not be larger than 4 5mm or they will damage the module circuits Make sure that the lower surface of the module is not in contact with the support We recommend using spacers but other methods are possible Nothing prevents you from fixing the module with a glue gun it will not be good looking but it will hold If your intend to screw your module directly against a conducting part for example a metallic frame insert an isolating layer in between Otherwise you are bound to induce a short circuit there are naked pads under your module Simple packaging tape should be enough for electric insulation www yoctopuce com 15 4 Assembly and connections While working the Yocto 4 20mA Rx can heat up in particular when using its 23V power supply This is a normal behavior When fixing your module make sure that the heat cannot accumulate Avoid hermetically closed enclosures 4 2 USB power distribution Although USB means Universal Serial BUS USB devices are not p
109. b When the usb keyword is used the API will work with devices connected directly to the USB bus Some programming languages such a Javascript PHP and Java don t provide direct access to USB harware so usb will not work with these In this case use a VirtualHub or a networked YoctoHub see below X X X X or hostname The API will use the devices connected to the host with the given IP address or hostname That host can be a regular computer running a VirtualHub or a networked YoctoHub such as YoctoHub Ethernet or YoctoHub Wireless If you want to use the VirtualHub running on you local computer use the IP address 127 0 0 1 callback that keywork make the API run in HTTP Callback mode This a special mode allowing to take control of Yoctopuce devices through a NAT filter when using a VirtualHub ou a networked YoctoHub You only need to configure your hub to call your server script on a regular basis This mode is currently available for PHP and Node JS only Be aware that only one application can use direct USB access at a given time on a machine Multiple access would cause conflicts while trying to access the USB modules In particular this means that you must stop the VirtualHub software before starting an application that uses direct USB access The workaround for this limitation is to setup the library to use the VirtualHub rather than direct USB access If acces control has been activated on the hub virtual or not you want to reach
110. beacon Y_BEACON_enum newval int setBeacon Y_BEACON_enum newval function set_beacon newval Integer integer v function set_beacon ByVal newval As Integer As Integer int set_beacon int newval int set_beacon int newval def set_beacon newval YModule target set_beacon newval Parameters newval either Y_BEACON_OFF or Y_BEACON_ON Returns YAPI SUCCESS if the call succeeds On failure throws an exception or returns a negative error code YModule 186 www yoctopuce com 19 High level API Reference module set_logicalName YModule module gt setLogicalName Changes the logical name of the module function set_logicalName newval function set_logicalName newval function set_logicalName newval int set_logicalName const string amp newval int setLogicalName NSString newval function set_logicalName newval string integer function set_logicalName ByVal newval As String As Integer int set_logicalName string newval int set_logicalName String newval def set_logicalName newval YModule target set_logicalName newval You can use yCheckLogicalName prior to this call to make sure that your parameter is valid Remember to call the saveToF lash method of the module if the modification must be kept Parameters newval a string corresponding to the logical name of the module Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or
111. ber t tmodule get productName module module nextModule E 14 5 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to isOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below The method recommended by most programming languages for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you try to access a module the library throws an exception In this case there are three possibilities
112. braries 119 Library 54 83 122 Limitations 29 Linux 277 load YGenericSensor 225 load YModule 179 load_async YGenericSensor 227 load_async YModule 180 loadCalibrationPoints YGenericSensor 226 loadMore YDataSet 253 loadMore_async YDataSet 254 Localization 11 Logger 110 Measured 256 Module 11 18 19 28 33 41 51 59 66 72 79 85 91 100 148 N Native 22 95 NET 63 nextGenericSensor YGenericSensor 228 nextModule YModule 181 O Objective C 57 Optional 3 P Paradigm 17 Platforms 278 Port 96 Porting 122 Power 16 Preparation 77 PreregisterHub YAPI 134 Prerequisites 1 Presentation 5 Programming 17 24 107 Project 63 69 Python 83 R reboot YModule 182 Recorded 243 Reference 123 RegisterDeviceArrivalCallback YAPI 135 RegisterDeviceRemovalCallback YAPI 136 RegisterHub YAPI 137 RegisterHubDiscoveryCallback YAPI 138 RegisterLogFunction YAPI 139 register TimedReportCallback YGenericSensor 229 registerValueCallback YGenericSensor 230 revertFromFlash YModule 183 S saveToFlash YModule 184 SelectArchitecture YAPI 140 Sensor 112 Sequence 243 262 Service 22 set_beacon YModule 185 set_highestValue YGenericSensor 231 set_logFrequency YGenericSensor 232 set_logicalName YGenericSensor 233 set_logicalName YModule 186 set_lowestValue YGenericSensor 234 set_luminosity YModule 187 set_reportFrequency YGenericSensor 235 set_resolution YGenericSensor 236
113. call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not ni1 Below a short example listing the connected modules program inventory SAPPTYPE CONSOLE uses Syste Lsn yocto_api var module TYModule errmsg string begin Setup the API to use local USB devices if yRegisterHub usb errmsg lt gt YAPI SUCCESS then begin Write RegisterHub error errmsg exit end Writeln Device list module yFirstModule while module lt gt nil do pegin Writeln module get_serialNumber t module get_productName module module nextModule end end 13 4 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library www yoctopuce com 81 13 Using Yocto 4 20mA Rx with Delphi The simplest way to work around the problem is the on
114. chine running under Android must fulfil to a few requirements to be able to manage Yoctopuce USB modules natively 1 www yoctopuce com EN libraries php www yoctopuce com 95 16 Using the Yocto 4 20mA Rx with Android Android 4 x Android 4 0 api 14 and following are officially supported Theoretically support of USB host functions since Android 3 1 But be aware that the Yoctopuce Java for Android API is regularly tested only from Android 4 onwards USB host support Naturally not only must your machine have a USB port this port must also be able to run in host mode In host mode the machine literally takes control of the devices which are connected to it The USB ports of a desktop computer for example work in host mode The opposite of the host mode is the device mode USB keys for instance work in device mode they must be controlled by a host Some USB ports are able to work in both modes they are OTG On The Go ports It so happens that many mobile devices can only work in device mode they are designed to be connected to a charger or a desktop computer and nothing else It is therefore highly recommended to pay careful attention to the technical specifications of a product working under Android before hoping to make Yoctopuce modules work with it Unfortunately having a correct version of Android and USB ports working in host mode is not enough to guaranty that Yoctopuce modules will work well under Android Indee
115. cludes the start of the measure time interval the end of the measure time interval the minimal value observed during the time interval the average value observed during the time interval the maximal value observed during the time interval Before calling this method you should call loadMore to load data from the device You may have to call loadMore several time until all rows are loaded but you can start looking at available data rows before the load is complete The oldest measures are always loaded first and the most recent measures will be loaded last As a result timestamps are normally sorted in ascending order within the measure table unless there was an unexpected adjustment of the datalogger UTC clock Returns a table of records where each record depicts the measured value for a given time interval On failure throws an exception or returns an empty array 248 www yoctopuce com 19 High level API Reference dataset get_preview YDataSet dataset preview Returns a condensed version of the measures that can retrieved in this YDataSet as a list of YMeasure objects function get_preview function get_preview function get_preview vector lt YMeasure gt get_preview NSMutableArray preview function get_preview TYMeasureArray function get_preview As List List lt YMeasure gt get_preview ArrayList lt YMeasure gt get_preview def get_preview Each item incl
116. cs__ int get_runIndex java int get_runIndex def get_runindex A run can be made of multiple datastreams for different time intervals YDataStream Returns an unsigned number corresponding to the run index 274 www yoctopuce com 19 High level API Reference datastream get_startTime YDataStream datastream startTime Returns the relative start time of the data stream measured in seconds function get_startTime function get_startTime function get_startTime int get_startTime int startTime function get_startTime Longlnt function get_startTime As Integer int get_startTime int get_startTime def get_startTime For recent firmwares the value is relative to the present time which means the value is always negative If the device uses a firmware older than version 13000 value is relative to the start of the time the device was powered on and is always positive If you need an absolute UTC timestamp use get_startTimeUTC Returns an unsigned number corresponding to the number of seconds between the start of the run and the beginning of this data stream www yoctopuce com 275 19 High level API Reference datastream get_startTimeUTC YDataStream datastream startTimeUTC Returns the start time of the data stream relative to the Jan 1 1970 function get_startTimeUTC function get_startTimeUTC function get_startTimeUTC
117. customers that is C Nevertheless you can find complete examples illustrating the concepts presented here in the programming libraries of each language To remain as concise as possible examples provided in this chapter do not perform any error handling Do not copy them as is in a production application 17 1 Event programming The methods to manage Yoctopuce modules which we presented to you in preceding chapters were polling functions consisting in permanently asking the API if something had changed While easy to understand this programming technique is not the most efficient nor the most reactive Therefore the Yoctopuce programming API also provides an event programming model This technique consists in asking the API to signal by itself the important changes as soon as they are detected Each time a key parameter is modified the API calls a callback function which you have defined in advance Detecting module arrival and departure Hot plug management is important when you work with USB modules because sooner or later you will have to connect or disconnect a module when your application is running The API is designed to manage module unexpected arrival or departure in a transparent way But your application must take this into account if it wants to avoid pretending to use a disconnected module Event programming is particularly useful to detect module connection disconnection Indeed it is simpler to be told of new connectio
118. d some manufacturers configure their Android image so that devices other than keyboard and mass storage are ignored and this configuration is hard to detect As things currently stand the best way to know if a given Android machine works with Yoctopuce modules consists in trying Supported hardware The library is tested and validated on the following machines e Samsung Galaxy S3 e Samsung Galaxy Note 2 e Google Nexus 5 e Google Nexus 7 e Acer Iconia Tab A200 e Asus Tranformer Pad TF300T e Kurio 7 If your Android machine is not able to control Yoctopuce modules natively you still have the possibility to remotely control modules driven by a VirtualHub on another OS or a YoctoHub 16 4 Activating the USB port under Android By default Android does not allow an application to access the devices connected to the USB port To enable your application to interact with a Yoctopuce module directly connected on your tablet on a USB port a few additional steps are required If you intend to interact only with modules connected on another machine through the network you can ignore this section In your AndroidManifest xml you must declare using the USB Host functionality by adding the lt uses feature android name android hardware usb host gt tag in the manifest section lt manifest gt lt uses feature android name android hardware usb host gt lt manifest gt When first accessing a Yoctopuce modul
119. d using the method get_columnNames This method fetches the whole data stream from the device if not yet done Returns a list containing as many elements as there are rows in the data stream Each row itself is a list of floating point numbers On failure throws an exception or returns an empty array 268 www yoctopuce com 19 High level API Reference datastream get_dataSamplesintervalMs YDataStream datastream dataSamplesintervalMs Returns the number of milliseconds between two consecutive rows of this data stream function get_dataSamplesintervalMs function get_dataSamplesintervalMs function get_dataSamplesintervalMs int get_dataSamplesintervalMs int dataSamplesintervalMs function get_dataSamplesintervalMs LongInt function get_dataSamplesintervalMs As Integer int get_dataSamplesintervalMs int get_dataSamplesintervalMs def get_dataSamplesintervalMs By default the data logger records one row per second but the recording frequency can be changed for each device function Returns an unsigned number corresponding to a number of milliseconds www yoctopuce com 269 19 High level API Reference datastream get_duration YDataStream datastream duration Returns the approximate duration of this stream in seconds function get_duration function get_duration function get_duration cep int get_duration int duration
120. dl cout lt lt Luminosity ie lt lt module ge emlumumo sant val er lt lt nemails cout lt lt beacon ee if module gt get beacon Y BEACON ON cout lt lt ON lt lt endl z else cout lt OFR lt lt endl cout lt lt upTime We module S getsuplamen y MO e si sec a ae cout lt lt WUSB current lt lt moduile gt ge LausbCurreniel i lt lt ama lt lt fend il cout lt lt Whogs lt lt endi lt lt module get lastlogs lt lt endl else cout lt lt argv 1 lt lt not connected check identification and USB cable lt lt endl return 0 Each property xxx of the module can be read thanks to a method of type get _xxxx and properties which are not read only can be modified with the help of the set _xxx method For more details regarding the used functions refer to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the corresponding set _xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the saveToFlash method Inversely it is possible to force the module to forget its current settings by using the revertFromFlash method The short example below allow
121. does not need to run on the machine on which the modules are connected The application can very well be located on another machine which connects itself to the service to drive the modules Moreover the native libraries and DLL mentioned above are also able to connect themselves remotely to one or several virtual hubs 1 www yoctopuce com EN virtualhub php www yoctopuce com 23 5 Programming general concepts When a virtual hub is used the control application does not need to reside on the same machine as the module Whatever the selected programming language and the control paradigm used programming itself stays strictly identical From one language to another functions bear exactly the same name and have the same parameters The only differences are linked to the constraints of the languages themselves Language Native Native with DLL Virtual hub C Objective C s Delphi Python VisualBasic Net s C Net Javascript Node js PHP Java Java for Android Command line Support methods for different languages Limitations of the Yoctopuce libraries Natives et DLL libraries have a technical limitation On the same computer you cannot concurrently run several applications accessing Yoctopuce devices directly If you want to run several projects on the same computer make sure your control applications use Yoctopuce devices through a VirtualHub software The modification
122. e www yoctopuce com 133 19 High level API Reference YAPI InitAPI ylnitAPI Initializes the Yoctopuce programming library explicitly function yInitAPI mode errmsg node js function InitAPI mode errmsg function yInitAPI mode amp errmsg YRETCODE yInitAPI int mode string amp errmsg YRETCODE yInitAPI int mode NSError errmsg function yInitAPI mode integer var errmsg string integer _ v function ylnitAPI ByVal mode As Integer ByRef errmsg As String As Integer int InitAPI int mode ref string errmsg synchronized static int InitAPI int mode def InitAPI mode errmsg None YAPI It is not strictly needed to call yInitAPI as the library is automatically initialized when calling yRegisterHub for the first time When Y_DETECT_NONE is used as detection mode you must explicitly use yRegisterHub to point the API to the VirtualHub on which your devices are connected before trying to access them Parameters mode an integer corresponding to the type of automatic device detection to use Possible values are Y_DETECT_NONE Y_DETECT_USB Y_DETECT_NET and Y_DET ECT ALL errmsg a string passed by reference to receive any error message Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code 134 www
123. e Returns the current value of the generic sensor no more than 6 characters function get_advertisedValue function get_advertisedValue function get_advertisedValue string get_advertisedValue NSString advertisedValue function get_advertisedValue string function get_advertisedValue As String string get_advertisedValue String get_advertisedValue def get_advertisedValue YGenericSensor target get_advertisedValue Returns a string corresponding to the current value of the generic sensor no more than 6 characters On failure throws an exception or returns Y_ADVERTISEDVALUE_INVALID 200 www yoctopuce com 19 High level API Reference genericsensor get_currentRawValue YGenericSensor genericsensor gt currentRawValue Returns the uncalibrated unrounded raw value returned by the sensor function get_currentRawValue function get_currentRawValue function get_currentRawValue double get_currentRawValue double currentRawValue function get_currentRawValue double function get_currentRawValue As Double double get_currentRawValue double get_currentRawValue def get_currentRawValue YGenericSensor target get_currentRawValue Returns a floating point number corresponding to the uncalibrated unrounded raw value returned by the sensor On failure throws an exception or returns Y_CURRENTRAWVALUE_INVALID www yoctopuce com 201 19 High
124. e The get_currentValue method of the object returned by yFindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor A real example Open your preferred text editor copy the code sample below save it with the Yoctopuce library files in a location which is accessible to you web server then use your preferred web browser to access this page The code is also provided in the directory Examples Doc GettingStarted Yocto 4 20mA Rx of the Yoctopuce library In this example you will recognize the functions explained above but this time used with all side materials needed to make it work nicely as a small demo 4 if you do not have a text editor use Notepad rather than Microsoft Word 40 www yoctopuce com 8 Using Yocto 4 20mA Rx with PHP lt HTML gt lt HEAD gt lt TITLE gt Hello World lt TITLE gt lt HEAD gt lt BODY gt lt php ane ludel yocto apa jphpi i include yocto_genericSensor php Use explicit error handling rather than exceptions yDisableExceptions Setup the API to use the VirtualHub on local machine if yRegisterHub http 127 0 0 1 4444 Serrmsg YAPI SUCCESS die annok Contact Vareuall Hub on 227 0 0V 10 Sserial GET serial Lt eserial f yy amp Check if a specified module is available online Ssensor yFindGenericSensor
125. e function get_recordedData startTime endTime function get_recordedData startTime endTime YDataSet get_recordedData s64 startTime s64 endTime YDataSet recordedData s64 startTime S64 endTime function get_recordedData startTime int64 endTime int64 TYDataSet function get_recordedData As YDataSet YDataSet get_recordedData long startTime long endTime YDataSet get_recordedData long startTime long endTime def get_recordedData startTime endTime YGenericSensor target get_recordedData startTime endTime The measures will be retrieved from the data logger which must have been turned on at the desired time See the documentation of the DataSet class for information on how to get an overview of the recorded data and how to load progressively a large set of measures from the data logger This function only works if the device uses a recent firmware as DataSet objects are not supported by firmwares older than version 13000 a Parameters startTime the start of the desired measure time interval as a Unix timestamp i e the number of seconds since January 1 1970 UTC The special value 0 can be used to include any meaasure without initial limit endTime the end of the desired measure time interval as a Unix timestamp i e the number of seconds since January 1 1970 UTC The special value 0 can be used to include any meaasure without ending limit Returns an instance of YDataSet providing access to hi
126. e Android opens a window to inform the user that the application is going to access the connected module The user can deny or authorize access to the device If the user authorizes the access the application can access the connected device as long as 2 Yoctohubs are a plug and play way to add network connectivity to your Yoctopuce devices more info on hittp www yoctopuce com EN products category extensions and networking 96 www yoctopuce com 16 Using the Yocto 4 20mA Rx with Android it stays connected To enable the Yoctopuce library to correctly manage these authorizations your must provide a pointer on the application context by calling the EnableUSBHost method of the YAPI class before the first USB access This function takes as arguments an object of the android content Context class or of a subclass As the Activity class is a subclass of Context it is simpler to call YAPI EnableUSBHost this inthe method onCreate of your application If the object passed as parameter is not of the correct type a YAPI Exception exception is generated Override public void onCreate Bundle savedInstanceState super onCreate savedinstanceState tey Pass the application Context to the Yoctopuce Library YAPI EnableUSBHost this Pacatch YAP TER xceptaon 1e i Log e Yocto e getLocalizedMessage Autorun It is possible to register your application as a default application for a U
127. e it can be used to access the generic sensor directly If two generic sensors with the same logical name are used in the same 20 www yoctopuce com 5 Programming general concepts project there is no way to determine which one answers when one tries accessing by logical name The logical name is limited to 19 characters among A Z a z 0 9 _ and advertisedValue Short character string summarizing the current state of the generic sensor that is automatically advertised up to the parent hub For a generic sensor the advertised value is the measured value unit Short character string representing the measuring unit for the measured value currentValue Current value of the physical value measured by the sensor as a floating point number lowestValue Minimal value of the physical value measured by the sensor as a floating point number highestValue Maximal value of the physical value measured by the sensor as a floating point number logFrequency Datalogger recording frequency or OFF when measures should not be stored in the data logger flash memory reportFrequency Timed value notification frequency or OFF when timed value notifications are disabled for this function calibrationParam Extra calibration parameters for instance to compensate for the effects of an enclosure as an array of 16 bit words resolution Measure resolution i e precision of the numeric representation not necessarily of the meas
128. e you can drive Yoctopuce modules even if this language is not officially supported REST interface At a low level the modules are driven through a REST API Thus to control a module you only need to perform appropriate requests on the Virtua Hub By default the VirtualHub HTTP port is 4444 An important advantage of this technique is that preliminary tests are very easy to implement You only need a VirtualHub and a simple web browser If you copy the following URL in your preferred browser while the Virtua Hub is running you obtain the list of the connected modules http 127 0 0 1 4444 api services whitePages txt www yoctopuce com 117 18 Using with unsupported languages Note that the result is displayed as text but if you request whitePages xml you obtain an XML result Likewise whitePages json allows you to obtain a JSON result The html extension even allows you to display a rough interface where you can modify values in real time The whole REST API is available in these different formats Driving a module through the REST interface Each Yoctopuce module has its own REST interface available in several variants Let us imagine a Yocto 4 20mA Rx with the RX420MA1 12345 serial number and the myModule logical name The following URL allows you to know the state of the module http 127 0 0 1 4444 bySerial RX420MA1 12345 api module txt You can naturally also use the module logical name rather than its serial numbe
129. e IP address of the host on which the Yocto 4 20mA Rx is connected and where you run the VirtualHub lt HTML gt lt HEAD gt lt TITLE gt Hello World lt TITLE gt lt SCRIPT type text javascript sre yocto_api js gt lt SCRIPI gt lt SCRIPT type text javascript sre yocto_genericSensor js gt lt SCRIPT gt lt SCRIPT language javascriptl 5 type text JavaScript gt ha Setup the API to use the VirtualHub on local machine if yRegisterHub http 127 0 0 1 4444 YAPI_ SUCCESS len t MCannor contact Mir tual Hub on U2 Onom function refresh var sensor serial document getElementBylId serial value fifiserial 1 or use any conected module suitable for the demo sensor yFirstGenericSensor if sensor serial gt sensor modulen Nge serialNumperi i document getElementBylId serial value serial sensorl yFindGenericSensor serial genericSensorl sensor2 yFindGenericSensor serial genericSensor2 if sensorl isOnline amp amp sensor2 isOnline document gethlementByid msgq value document getElementById sensor vall value sensorl get_currentValue sensor ifgci anae document getElementById sensor val2 value sensor2 get currentValue sensore get umeti a else document getElementById msg value Module not connected setTimeout refresh 500 gt lt lt OCR TETS lt HEAD gt lt B
130. e damage What you should remember if you connect Yoctopuce modules through one or more USB hub without external power supply you have no safe guard and you depend entirely on your computer manufacturer attention to provide as much current as possible on the USB ports and to detect overloads before they lead to problems or to hardware damages When modules are not provided enough current they may work erratically and create unpredictable bugs If you want to prevent any risk do not cascade hubs without external power supply and do not connect peripherals requiring more than 100mA behind a bus powered hub In order to help controlling and planning overall power consumption for your project all Yoctopuce modules include a built in current sensor that tells with 5mA precision the consumption of the module on the USB bus 16 www yoctopuce com 5 Programming general concepts The Yoctopuce API was designed to be at the same time simple to use and sufficiently generic for the concepts used to be valid for all the modules in the Yoctopuce range and this in all the available programming languages Therefore when you have understood how to drive your Yocto 4 20mA Rx with your favorite programming language learning to use another module even with a different language will most likely take you only a minimum of time 5 1 Programming paradigm The Yoctopuce API is object oriented However for simplicity s sake only the basics of objec
131. e exceptions when they are active 68 www yoctopuce com 12 Using Yocto 4 20mA Rx with C C pronounced C Sharp is an object oriented programming language promoted by Microsoft it is somewhat similar to Java Like Visual Basic and Delphi it allows you to create Windows applications quite easily All the examples and the project models are tested with Microsoft C 2010 Express freely available on the Microsoft web site 12 1 Installation Download the Visual C Yoctopuce library from the Yoctopuce web site There is no setup program simply copy the content of the zip file into the directory of your choice You mostly need the content of the Sources directory The other directories contain the documentation and a few sample programs All sample projects are Visual C 2010 projects if you are using a previous version you may have to recreate the projects structure from scratch 12 2 Using the Yoctopuce API in a Visual C project The Visual C NET Yoctopuce library is composed of a DLL and of source files in Visual C The DLL is not a NET DLL but a classic DLL written in C which manages the low level communications with the modules The source files in Visual C manage the high level part of the API Therefore your need both this DLL and the cs files of the sources directory to create a project managing Yoctopuce modules Configuring a Visual C project The following indications are provided for Visual Studio Express 2
132. e is higher then 1 sample per second the timestamp may have a fractional part Returns an floating point number corresponding to the number of seconds between the Jan 1 1970 UTC and the end of this measure 258 www yoctopuce com 19 High level API Reference measure get_maxValue YMeasure measure maxValue Returns the largest value observed during the time interval covered by this measure function get_maxValue function get_maxValue function get_maxValue double get_maxValue double maxValue function get_maxValue double function get_maxValue As Double double get_maxValue double get_maxValue def get_maxValue Returns a floating point number corresponding to the largest value observed www yoctopuce com 259 19 High level API Reference measure get_minValue YMeasure measure minValue Returns the smallest value observed during the time interval covered by this measure function get_minValue function get_minValue function get_minValue double get_minValue double minValue function get_minValue double v _ function get_minValue As Double double get_minValue double get_minValue def get_minValue Returns a floating point number corresponding to the smallest value observed 260 www yoctopuce com 19 High level API Reference measure get_startTimeUTC YMeasure measure gt startTimeU
133. e is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to i1sOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below The method recommended by most programming languages for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you try to access a module the library throws an exception In this case there are three possibilities e If your code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Otherwise the exception makes your program crash bang As this latest situation is not the
134. e object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in the exceptions when they are active www yoctopuce com 37 38 www yoctopuce com 8 Using Yocto 4 20mA Rx with PHP PHP is like Javascript an atypical language when interfacing with hardware is at stakes Nevertheless using PHP with Yoctopuce modules provides you with the opportunity to very easily create web sites which are able to interact with their physical environment and this is not available to every web server This technique has a direct application in home automation a few Yoctopuce modules a PHP server and you can interact with your home from anywhere on the planet as long as you have an internet connection PHP is one of those languages which do not allow you to directly access the hardware layers of your computer Therefore you need to run a virtual hub on the machine on which your modules are connected To start your tests with PHP you need a PHP 5 3 or more server preferably locally on you machine If you wish to use the PHP server of your internet provider it is possible but you will probably need to configure your ADSL router for it to accept and forward TCP request on the 4444 port 8 1 Getting ready Go to the Yoctopuce web site and download the following items The PHP programming library e The VirtualHub software for Windows Mac OS X or Linux depend
135. e pilis cms onalmcieitemuamante er NSihogi Mehanme lene ches Cu Sens Olez eurena lel Sensore Ege mUnet ello NSlogi Gu i pcesis Geral C tro EXTEN YAPI Sleep 1000 NULL NSLog Module not connected check identification and USB cable return 0 There are only a few really important lines in this example We will look at them in details yocto_api h et yocto_genericsensor h These two import files provide access to the functions allowing you to manage Yoctopuce modules yocto api h must always be used yocto genericsensor h is necessary to manage modules containing a generic sensor such as Yocto 4 20mA Rx yRegisterHub The yRegisterHub function initializes the Yoctopuce API and indicates where the modules should be looked for When used with the parameter usb it will use the modules locally connected to the computer running the library If the initialization does not succeed this function returns a value different from YAPI SUCCESS and errmsg contains the error message yFindGenericSensor The yFindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named MyModule and for which you have given the genericSensor1 function the name MyFunction The follow
136. e used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to i1sOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below The method recommended by most programming languages for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you try to access a module the library throws an exception In this case there are three possibilities e If your code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Otherwise the exception makes your program crash bang As this latest situation is not the most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library
137. easure 258 get_measures YDataSet 247 get_minValue YDataStream 271 get_minValue YMeasure 259 get_module YGenericSensor 212 get_module_async YGenericSensor 213 get_persistentSettings YModule 167 get_preview YDataSet 248 get_productld YModule 168 get_productName YModule 169 get_productRelease YModule 170 get_progress YDataSet 249 get_rebootCountdown YModule 171 get_recordedData YGenericSensor 214 get_reportFrequency YGenericSensor 215 get_resolution YGenericSensor 216 get_rowCount YDataStream 272 get_runIndex YDataStream 273 get_serialNumber YModule 172 get_signalRange YGenericSensor 217 get_signalUnit YGenericSensor 218 get_signalValue YGenericSensor 219 get_startTime YDataStream 274 get_startTimeUTC YDataSet 250 get_startTimeUTC YDataStream 275 get_startTimeUTC YMeasure 260 get_summary YDataSet 251 get_unit YDataSet 252 get_unit YGenericSensor 220 get_upTime YModule 173 get_usbBandwidth YModule 174 get_usbCurrent YModule 175 get_userData YGenericSensor 221 get_userData YModule 176 get_valueRange YGenericSensor 222 GetAPIVersion YAPI 130 GetTickCount YAPI 131 H HandleEvents YAPI 132 High level 123 HTTP 44 117 InitAPI YAPI 133 Installation 63 69 Installing 27 Integration 54 Interface 148 193 Introduction 1 isOnline YGenericSensor 223 isOnline YModule 177 isOnline_async YGenericSensor 224 isOnline_async YModule 178 J Java 89 Javascript 31 L Languages 117 Li
138. ed raw value returned by the sensor genericsensor get_currentValue Returns the current measured value genericsensor get_errorMessage Returns the error message of the latest error with the generic sensor genericsensor get_errorType Returns the numerical error code of the latest error with the generic sensor genericsensor get_friendlyName Returns a global identifier of the generic sensor in the format MODULE_NAME FUNCT ILON_NAME genericsensor get_functionDescriptor Returns a unique identifier of type YF UN_DESCR corresponding to the function genericsensor get_functionld Returns the hardware identifier of the generic sensor without reference to the module genericsensor get_hardwareld Returns the unique hardware identifier of the generic sensor in the form SERIAL FUNCTIONID www yoctopuce com 193 19 High level API Reference genericsensor get_highestValue Returns the maximal value observed genericsensor get_logFrequency Returns the datalogger recording frequency for this function or OFF when measures are not stored in the data logger flash memory genericsensor get_logicalName Returns the logical name of the generic sensor genericsensor get_lowestValue Returns the minimal value observed genericsensor get_module Gets the YModule object for the device on which the function is located genericsensor get_module_async callback context Gets
139. ed values using a 1 short short short long long long short short short 2 support yoctopuce com 6 www yoctopuce com 2 Presentation current loop regulating a current varying linearly between 4 and 20 mA depending on the measure The Yocto 4 20mA Rx is essentially a precision mini ammeter able to measure this current The current loop used to transmit the measure starts from the pole marked 23V on the Yocto 4 20mA Rx goes through the sensor which controls the current and returns to the Yocto 4 20mA Rx on the pole marked with a loop sign Here is a simplified diagram of the electrical interface j Sensor 23V Yocto 4 20mA RX Electrical diagram equivalent to the input of the Yocto 4 20mA Rx The Yocto 4 20mA Rx performs its current measure with the help of a 50 Ohm resistance which limits the voltage drop of the measure to 1V at the maximum with regards to the module ground About 22V remain available for the current loop Most sensors require a minimum 12V to work which leaves a 10V or so margin to overcome the electric cable resistance between the Yocto 4 20mA Rx and the sensor This allows a distance of more than 2500 meters using AWG 24 cable Automatic conversion The Yocto 4 20mA Rx is able to automatically convert the measured current into the physical quantity measured by the sensor The conversion is a simple linear conversion based on the mapping of the 4mA 20mA range and the range of extreme values that
140. eeeaeeeeteeeeeeeeaeees 83 14 4 Controlotthe module pat aren nee ae ete liye 85 14 5 Errorhandlingi sceccvore tele aier hse tectag avec a ened dard a E a a tein ievien amp 87 15 Using the Yocto 4 20MA RXxX with Java oon eee teseeeee teste teeteeeenes 89 19 1 Getting ready ae ah aig Sei an aA ALen ei a i 89 15 2 Control of the GenericSensor FUNCTION 0 eee eee eeee ee eene eee eeneeeeeeeeeee teeter teaeeeeteeeeeeeeaeees 89 15 3 Control of the module part oo eeeeeceeeseceeeeeeeeeeceeneseeseeeeeesaceeeeaeaeseeaaeesensaneseesneneenanes 91 15 4 Error handling sisii errena ariel sii vied ee deen aa 93 16 Using the Yocto 4 20MA Rx with Android ou cece cece eetee teeta 95 16 1 Native access and VirtUallHUb eierniie een a Scie is ies a aiee EEA 95 16 22 GETING TOADY gt aa eve haces chops aevads adnate sees dices eee Aes areas 95 16 3 Compatibility sacii ia enn oreari ia aed naea ee i aa aaa nile Redan 95 16 4 Activating the USB port under Android o oo eeeeceeeeeneeeeeeneeeeeeneeeeeeaeeeeteaeeeeseeeeeeeaeeeeneas 96 16 5 Control of the GenericSensor FUNCTION oo eee cette eteneeeeeeeeeeeeeeeeeeeeaeeeeeeaeeeeseeaeesenaaeees 98 16 6 Control of the module Part oo ee cece neeeeeeeteeeeeeeeeee tenes eeeaeeeeeeaeaeeseeaeeseaaeeteenaeeeenaaes 100 16 72Error handling aaeei eda rear a aada a a aaah bhai iea AAAA 105 17 Advanced programming ea ee ee ree 107 17 4 Event programmMinG sse a daa ene dd e 107 17 23 the data logger
141. eeeteeeeeeeeaeees 64 1 41 24 Control ot the module part aT iu aa ee aaa a ea eaaa a dapra aea eea a a Naara aende lh 66 Eea oA 1 Ae aE A A aah E ch ahi ten ante a Gdlee 68 12 Using Yocto 4 20MA RX with CH once ccc cce eee ceeeeeeeeeeeeeeeeneeeneeneeeneeneeeees 69 TA Installation issesn Aceh nee eine aE i eaa a Ea idan 69 12 2 Using the Yoctopuce API in a Visual C project 0 eeeeeeeeeeeeeeneeeeeeneeeeeeneeeeeeneeereeas 69 12 3 Control of the GenericSensor FUNCTION 2 0 eee ee eeeeeeeene eee eeneeeeteeeeee teeter seaeeeeteaeeeeeeeaeeey 70 12 4 Control of the module part eee eececeeeseeeeteseeeeeeeeeneseceeeeeeesaeeeeeaeeenseaaeeneeeanesensneneennees 72 12 5 Error handling menirea ia a ae ac edna a a een ae 74 13 Using Yocto 4 20mA Rx with Delphi oo cece cee tee ee eeeceteeteeeeeeens 77 TSH Preparation miann a Austin elle aati ie ena dts 77 13 2 Control of the GenericSensor FUNCTION eee eeee ee eeeeeeeene eee teneeeeeeeeee teeter eeaeeeeeeaeeeeeeeaeees 77 13 3 Control of the module part 2 ccivsscdiceccccicceceegsteanedsevec sect saigececensabhancushechet ced ceendaeeeanediinendsclees 79 13 4 Error handling saikis cence eine alle venenatis 81 14 Using the Yocto 4 20MmMA Rx with Python 0 cette eset 83 TAA SOUrCO TIES eretziec 2 E EA E ec des es sade de E Eins lees eh ee eee 83 14 2 Dynamic library 2Gc 0c ase A eae Se eS ES Se TEET 83 14 3 Control of the GenericSensor FUNCTION oo ee eee eee eeeene cee eeneeeeeeeeeeeteaeee
142. ef get_usbBandwidth YModule target get_usbBandwidth Returns either Y_USBBANDWIDTH_SIMPLE or Y_USBBANDWIDTH_DOUBLE according to the number of USB interfaces used by the module On failure throws an exception or returns Y_USBBANDWIDTH_INVALID www yoctopuce com 175 19 High level API Reference module gt get_usbCurrent module gt usbCurrent Returns the current consumed by the module on the USB bus in milli amps function get_usbCurrent function get_usbCurrent function get_usbCurrent int get_usbCurrent int usbCurrent pas function get_usbCurrent Longint v _ function get_usbCurrent As Integer int get_usbCurrent int get_usbCurrent def get_usbCurrent YModule target get_usbCurrent Returns YModule an integer corresponding to the current consumed by the module on the USB bus in milli amps On failure throws an exception or returns Y_USBCURRENT_INVALID 176 www yoctopuce com 19 High level API Reference module get_userData YModule module gt userData Returns the value of the userData attribute as previously stored using method set_userData function get_userData function get_userData function get_userData void get_userData void userData function get_userData Tobject function get_userData As Object object get_userData Object get_userData def get_userData
143. egister a callback function to be called each time a device is pluged function yRegisterDeviceArrivalCallback arrivalCallback nodejs function RegisterDeviceArrivalCallback arrivalCallback function yRegisterDeviceArrivalCallback arrivalCallback void yRegisterDeviceArrivalCallback yDeviceUpdateCallback arrivalCallback void yRegisterDeviceArrivalCallback yDeviceUpdateCallback arrivalCallback procedure yRegisterDeviceArrivalCallback arrivalCallback yDeviceUpdateFunc procedure yRegisterDeviceArrivalCallback ByVal arrivalCallback As yDeviceUpdateFunc void RegisterDeviceArrivalCallback yDeviceUpdateFunc arrivalCallback synchronized static void RegisterDeviceArrivalCallback DeviceArrivalCallback arrivalCallback def RegisterDeviceArrivalCallback arrivalCallback This callback will be invoked while yUpdat eDeviceList is running You will have to call this function on a regular basis Parameters arrivalCallback a procedure taking a YModule parameter or null 136 www yoctopuce com 19 High level API Reference YAPI RegisterDeviceRemovalCallback YAPI yRegisterDeviceRemovalCallback Register a callback function to be called each time a device is unpluged function yRegisterDeviceRemovalCallback removalCallback function RegisterDeviceRemovalCallback removalCallback function yRegisterDeviceRemovalCallback removalCallback void yRegisterDeviceRemovalCallback yDeviceUpdateCallback removalCallbac
144. elease Returns a string corresponding to the version of the firmware embedded in the module On failure throws an exception or returns Y_F TRMWARERELEASE_INVALID YModule 162 www yoctopuce com 19 High level API Reference module get_hardwareld module gt hardwareld Returns the unique hardware identifier of the module function get_hardwareld function get_hardwareld function get_hardwareld string get_hardwareld NSString hardwareld function get_hardwareld As String string get_hardwareld String get_hardwareld def get_hardwareld YModule The unique hardware identifier is made of the device serial number followed by string module Returns a string that uniquely identifies the module www yoctopuce com 163 19 High level API Reference module gt get_icon2d YModule module gt icon2d Returns the icon of the module function get_icon2d node js function get_icon2d function get_icon2d string get_icon2d NSData icon2d function get_icon2d TByteArray function get_icon2d As Byte def get_icon2d YModule target get_icon2d The icon is a PNG image and does not exceeds 1536 bytes Returns a binary buffer with module icon in png format 164 www yoctopuce com 19 High level API Reference module gt get_lastLogs module gt lastLogs Returns a string with last logs of the
145. elf the API does it automatically at the end of the application 13 1 Preparation Go to the Yoctopuce web site and download the Yoctopuce Delphi libraries Uncompress everything in a directory of your choice add the subdirectory sources in the list of directories of Delphi libraries By default the Yoctopuce Delphi library uses the yapi di DLL all the applications you will create with Delphi must have access to this DLL The simplest way to ensure this is to make sure yapi dll is located in the same directory as the executable file of your application 13 2 Control of the GenericSensor function Launch your Delphi environment copy the yapi dll DLL in a directory create a new console application in the same directory and copy paste the piece of code below program helloworld SAPPTYPE CONSOLE uses Systrilss Windows yocto_ api VOCEONGenerilesenson 1 Actually Borland provided free versions for personal use of Delphi 2006 and 2007 Look for them on the Internet you may still be able to download them 2 Delphi libraries are regularly tested with Delphi 5 and Delphi XE2 www yoctopuce com EN libraries php 4 Use the Tools Environment options menu www yoctopuce com 77 13 Using Yocto 4 20mA Rx with Delphi Procedure Usage var exe string begin exe ExtractFileName paramstr 0 WriteLn exe lt serial number gt WriteLn exe lt logical_name gt WriteLn exet any sleep 3000 h
146. elt End var sensor chl ch2 TYGenericSensor module TYModule errmsg secre F S unitSensorl unitSensor2 string begin if paramcount lt 1l then usage Setup the API to use local USB devices if yRegisterHub usb errmsg lt gt YAPI SUCCESS then begin Write RegisterHub error errmsg hele endi if paramstr 1 any then begin sensor yFirstGenericSensor if sensor nil then begin writeln No module connected check USB cable halt end end else sensor YFindGenericSensor paramstr 1 genericSensorl module sensor get_module serial module get_serialNumber chl YFindGenericSensor serial genericSensorl1 ch2 YFindGenericSensor serial genericSensor2 Le chil sOnilane chen units ensor ehk getuni Lt ich2Z a sOnluine i theniunirts ensor ch getune while chl isOnline and ch2 isOnline do begin Write Channel iy T Ploatlostn chi get cunnmentValue jundtsensor Wrate Ghannels 2 rH loalbhostm ch2 get cunnenkVallue jundtsensonr2 Writeln press CECI CO romexita e Sleep 1000 end Writeln Module not connected check identification and USB cable end There are only a few really important lines in this sample example We will look at them in details yocto_api and yocto_genericsensor These two units provide access to the functions allowing you to manage Yoctopuce modules yocto api must always be used yocto genericsensor is necessary to
147. enericsensor set_valueRange YGenericSensor genericsensor setValueRange Changes the physical value range measured by the sensor function set_valueRange newval function set_valueRange newval function set_valueRange newval int set_valueRange const string amp newval int setValueRange NSString newval function set_valueRange newval string integer function set_valueRange ByVal newval As String As Integer int set_valueRange string newval int set_valueRange String newval def set_valueRange newval YGenericSensor target set_valueRange newval The range change may have a side effect on the display resolution as it may be adapted automatically Parameters newval a string corresponding to the physical value range measured by the sensor Returns YAPI SUCCESS if the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 241 19 High level API Reference genericsensor wait_async YGenericSensor Waits for all pending asynchronous commands on the module to complete and invoke the user provided callback function function wait_async callback context function wait_async callback context The callback function can therefore freely issue synchronous or asynchronous commands without risking to block the Javascript VM Parameters callback callback function that is invoked when all pending commands on the module are completed T
148. entation are console applications Naturally the libraries function in a strictly identical manner if you integrate them in an application with a graphical interface 14 3 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a Python code snipplet to use the GenericSensor function 1 http www python org download www yoctopuce com EN libraries php www yoctopuce com 83 14 Using the Yocto 4 20mA Rx with Python erences errmsg YRef Param Get access to your device connected locally on USB for instance YAPI RegisterHub usb errmsg genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensor1 Hot plug is easy just check that the device is online if genericsensor isOnline Use genericsensor get currentValue feel Let s look at these lines in more details YAPI RegisterHub The yAPI RegisterHub function initializes the Yoctopuce API and indicates where the modules should be looked for When used with the parameter usb it will use the modules locally connected to the computer running the library If the initialization does not succeed this function returns a value different from YAPI SUCCESS and errmsg contains the error message YGenericSensor FindGenericSensor The YGenericSensor FindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resid
149. eptions yDisableExceptions Setup the API to use the VirtualHub on local machine if yRegisterHub http 127 0 0 1 4444 Serrmsg YAPT SUCCESS die Cannot contact VirtualHub on 127 0 0 1 Serrmsg www yoctopuce com 41 8 Using Yocto 4 20mA Rx with PHP Sserial GET serial dae Seeuedeull WS UU a Check if a specified module is available online Smodule yFindModule S serial if Smodule gt isOnline die Module not connected check serial and USB cable else or use any connected module suitable for the demo Smodule yFirstModule if module skip VirtualHub Smodule Smodule gt nextModule 2 Es enulele Smoduile yf die No module connected check USB cable else Sserial Smodule gt get_serialnumber Print Module to use lt input name serial value Sserial gt lt br gt hi Giecsts enm oceni i if _GET beacon ON module gt set_beacon Y BEACON ON else module gt set_beacon Y BEACON OFF printf serial s lt br gt module gt get_serialNumber printf logical name s lt br gt module gt get_logicalName printf luminosity s lt br gt module gt get_luminosity prine beacons Ai if Smodule gt get_beacon Y BEACON ON printf lt input type radio name beacon value ON checked gt ON printf lt input type radio name beacon value OFF gt OFF lt br gt
150. er to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the corresponding set xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the saveToFlash method Inversely it is possible to force the module to forget its current settings by using the revertFromFlash method The short example below allows you to modify the logical name of a module import lt Foundation Foundation h gt PMO HyOCTE eyo e static void usage const char exe NSLog usage s lt serial gt lt newLogicalName gt n exe reali CL 8 int Mein Vint aroge const char argy i NSError error autoreleasepool Setup the API to use local USB devices if yRegisterHub usb amp error YAPT SUCCESS NSLog RegisterHub error error localizedDescription return 1 pijarge 2 usage argv 0 NSString serial or name NSString stringWithUTF8String argv 1 YModule module yFindModule serial or name use serial or logical name if module isOnline if argc gt 3 NSString newname NSString stringWithUTF8String argv 2 if yCheckLogicalName newname NSLog Invalid name n ne
151. es and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA 1 123456 which you have named MyModule and for which you have given the genericSensor1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensor1 genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 MyFunction genericsensor YGenericSensor FindGenericSensor MyModule genericSensorl1 genericsensor YGenericSensor FindGenericSensor MyModule MyFunction genericsensor YGenericSensor FindGenericSensor MyFunction YGenericSensor FindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by YGenericSensor FindGenericSensor allows you to know if the corresponding module is present and in working order get_currentValue The get _currentValue method of the object returned by GenericSensor FindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor A real example Launch Python and open the corresponding sample script provided in the directory Examples Doc GettingStarted Yocto 4 20
152. esAfter f get_module saveToFlash You will find in the Examples Prog Calibration directory of the Delphi VB and C libraries an application allowing you to test the effects of the 1 to 5 point calibration Arbitrary interpolation It is also possible to compute the interpolation instead of letting the module do it in order to calculate a spline interpolation for instance To do so you only need to store a callback in the API This callback must specify the number of calibration points it is expecting public static double CustomInterpolation3Points double rawValue int calibType int parameters double beforeValues double afterValues double result the value to be corrected is rawValue calibration points are in beforeValues and afterValues result interpolation of your choice return result YAPI RegisterCalibrationHandler 3 CustomInterpolation3Points Note that these interpolation callbacks are global and not specific to each function Thus each time someone requests a value from a module which contains in its flash memory the correct number of calibration points the corresponding callback is called to correct the value before returning it enabling thus a perfectly transparent measure correction www yoctopuce com 115 116 www yoctopuce com 18 Using with unsupported languages Yoctopuce modules can be driven from most common programming languages New languages are regularly
153. essories The accessories below are not necessary to use the Yocto 4 20mA Rx module but might be useful depending on your project These are mostly common products that you can buy from your favourite hacking store To save you the tedious job of looking for them most of them are also available on the Yoctopuce shop Screws and spacers In order to mount the Yocto 4 20mA Rx module you can put small screws in the 2 5mm assembly holes with a screw head no larger than 4 5mm The best way is to use threaded spacers which you can then mount wherever you want You can find more details on this topic in the chapter about assembly and connections Micro USB hub If you intend to put several Yoctopuce modules in a very small space you can connect them directly to a micro USB hub Yoctopuce builds a USB hub particularly small for this purpose down to 20mmx36mm on which you can directly solder a USB cable instead of using a USB plug For more details see the micro USB hub information sheet YoctoHub Ethernet and YoctoHub Wireless You can add network connectivity to your Yocto 4 20mA Rx thanks to the YoctoHub Ethernet and the YoctoHub Wireless The YoctoHub Ethernet provides Ethernet connectivity and the YoctoHub Wireless provides WiFi connectivity Both can drive up to three devices and behave exactly like a regular computer running a Virtua Hub Enclosures Your Yocto 4 20mA Rx has been designed to be installed as is in your project Nevert
154. et_currentValue method of the object returned by yFindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor A real example Launch Microsoft VisualBasic and open the corresponding sample project provided in the directory Examples Doc GettingStarted Yocto 4 20mA Rx of the Yoctopuce library In this example you will recognize the functions explained above but this time used with all side materials needed to make it work nicely as a small demo Module Modulel Private Sub Usage Dim execname System AppDomain CurrentDomain FriendlyName Console WriteLine Usage Console WriteLine execnamet t lt serial_number gt Console WriteLine execnamet t lt logical name gt Console WriteLine execnamet any System Threading Thread Sleep 2500 End End Sub Sub Main Dim argv As String System Environment GetCommandLineArgs Dim errmsg As String Dim Earngjek Serral Asse rung Dim sensor chl ch2 As YGenericSensor If argv Length lt 2 Then Usage target argv 1 REM Setup the API to use local USB devices Tf yRegisterHub usb errmsg lt gt YAPT SUCCESS Then Console WriteLine RegisterHub error errmsg End End Tf Ei target any ihe sensor yFirstGenericSensor it Ssensow fs Nothing hen Console WriteLine No module connected check USB cable
155. eters pathname name of the new file to load Returns a binary buffer with the file content On failure throws an exception or returns an empty content YModule 154 www yoctopuce com 19 High level API Reference module gt functionCount YModule Returns the number of functions beside the module interface available on the module function functionCount function functionCount function functionCount int functionCount int functionCount function functionCount integer function functionCount As Integer int functionCount def functionCount Returns the number of functions on the module On failure throws an exception or returns a negative error code www yoctopuce com 155 19 High level API Reference module functionld YModule Retrieves the hardware identifier of the nth function on the module function functionld functionIndex function functionld functionIndex function functionld functionIndex string functionld int functionIndex NSString functionld int functionIndex function functionld functionIndex integer string function functionld ByVal functionIndex As Integer As String string functionld int functionIndex def functionld functionIndex Parameters functionIndex the index of the function for which the information is desired starting at O for the first function Returns a string corresponding to the un
156. eturns a floating point number corresponding to the maximal value observed On failure throws an exception or returns Y_HIGHESTVALUE_INVALID YGenericSensor www yoctopuce com 209 19 High level API Reference genericsensor get_logFrequency YGenericSensor genericsensor logFrequency Returns the datalogger recording frequency for this function or OFF when measures are not stored in the data logger flash memory function get_logFrequency function get_logFrequency function get_logFrequency string get_logFrequency NSString logFrequency function get_logFrequency string function get_logFrequency As String string get_logFrequency String get_logFrequency def get_logFrequency YGenericSensor target get_logFrequency Returns a string corresponding to the datalogger recording frequency for this function or OFF when measures are not stored in the data logger flash memory On failure throws an exception or returns Y_LOGFREQUENCY_INVALID 210 www yoctopuce com 19 High level API Reference genericsensor get_logicalName YGenericSensor genericsensor logicalName Returns the logical name of the generic sensor function get_logicalName function get_logicalName function get_logicalName string get_logicalName NSString logicalName function get_logicalName string function get_logicalName As String string get_logicalName
157. eupdate char errmsg int yapiHTTPRequest char device char request char buffer int buffsize int fullsize char errmsg The yapilnitAPI function initializes the API and must be called once at the beginning of the program For a USB type connection the connection_type parameter takes value 1 The errmsg parameter must point to a 255 character buffer to retrieve a potential error message This pointer can also point to null The function returns a negative integer in case of error zero otherwise The yapiUpdateDeviceList manages the inventory of connected Yoctopuce modules It must be called at least once To manage hot plug and detect potential newly connected modules this function must be called at regular intervals The forceupdate parameter must take value 1 to force a hardware scan The errmsg parameter must point to a 255 character buffer to retrieve a potential error message This pointer can also point to null The function returns a negative integer in case of error zero otherwise Finally the yapiHT TPRequest function sends HTTP requests to the module REST API The device parameter contains the serial number or the logical name of the module which you want to reach The request parameter contains the full HTTP request including terminal line breaks buffer points to a character buffer long enough to contain the answer buffsize is the size of the buffer fullsize is a pointer to an integer to which will be assigned the actual
158. every function that fails triggers an exception If the exception is not caught by the user code it either fires the debugger or aborts i e crash the program On failure throws an exception or returns a negative error code 128 www yoctopuce com 19 High level API Reference YAPI EnableUSBHost YAPI yEnableUSBHost This function is used only on Android synchronized static void EnableUSBHost Object osContext Before calling yRegisterHub usb you need to activate the USB host port of the system This function takes as argument an object of class android content Context or any subclasee It is not necessary to call this function to reach modules through the network Parameters osContext an object of class android content Context or any subclass www yoctopuce com 129 19 High level API Reference YAPI FreeAPI YAPI yFreeAPI Frees dynamically allocated memory blocks used by the Yoctopuce library is _ function yFreeAPI node js function FreeAPI php _ function yFreeAPI void yFreeAPI void yFreeAPI procedure yFreeAPI procedure yFreeAPI void FreeAPI synchronized static void FreeAPI def FreeAPI It is generally not required to call this function unless you want to free all dynamically allocated memory blocks in order to track a memory leak for instance You should not call any other library function after calling yF reeAPI or your program will crash
159. executable on ARM HF Hard Float binaries and EL EABI Little Endian binaries These two families are not compatible at all The compatibility of a given ARM platform with of one of these two families depends on the hardware and on the OS build ArmHL and ArmEL compatibility problems are quite difficult to detect Most of the time the OS itself is unable to make a difference between an HF and an EL executable and will return meaningless messages when you try to use the wrong type of binary All pre compiled Yoctopuce binaries are provided in both formats as two separate ArmHF et ArmEL executables If you do not know what family your ARM platform belongs to just try one executable from each family 278 www yoctopuce com 21 Characteristics You can find below a summary of the main module Resolution Width Length Weight USB connector Channels Refresh rate Input impedance Accuracy Supported Operating Systems Drivers API SDK Libraries USB TCP API SDK Libraries TCP only RoHS USB Vendor ID USB Device ID Suggested enclosure Cables and enclosures 0 001 mA 20 mm 60 mm 10g micro B 2 50 Hz 50 Q 0 01 Windows Linux Intel ARM Mac OS X Android no driver needed C Objective C C VB NET Delphi Python Java Android Javascript Node js PHP Java yes 0x24E0 0x0037 YoctoBox Long Thick Black Vents available separately technical characteristics of your Yocto 4 20mA Rx
160. fore need to create a file with a name that starts with a number larger than 50 that will override the system default rules Note that to add a rule you need a root access on the system In the udev_ conf directory of the Virtua Hub for Linux archive there are two rule examples which you can use as a basis Example 1 51 yoctopuce rules This rule provides all the users with read and write access to the Yoctopuce USB peripherals Access rights for all other peripherals are not modified If this scenario suits you you only need to copy the 51 yoctopuce all rules file into the etc udev rules d directory and to restart your system udev rules to allow write access to all users for Yoctopuce USB devices SUBSYSTEM usb ATTR idVendor 24e0 MODE 0666 Example 2 51 yoctopuce_group rules This rule authorizes the yoctogroup group to have read and write access to Yoctopuce USB peripherals Access rights for all other peripherals are not modified If this scenario suits you you 1 http www yoctopuce com FR virtualhub php www yoctopuce com 277 20 Troubleshooting only need to copy the 51 yoctopuce_group rules file into the etc udev rules d directory and restart your system udev rules to allow write access to all users of yoctogroup for Yoctopuce USB devices SUBSYSTEM usb ATTR idVendor 24e0 MODE 0664 GROUP yoctogroup 20 2 ARM Platforms HF and EL There are two main flavors of
161. ges for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you try to access a module the library throws an exception In this case there are three possibilities e If your code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Otherwise the exception makes your program crash bang As this latest situation is not the most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get _state method returns a Y STATE INVALID value a get _currentValue method returns a Y CURRENTVALUE INVALID value and so on In any case the returned value is of the expected type and is not a null pointer which would risk crashing your program At worst if you display the value without testing it
162. gh level API Reference dataset get_endTimeUTC YDataSet dataset endTimeUTC Returns the end time of the dataset relative to the Jan 1 1970 function get_endTimeUTC function get_endTimeUTC function get_endTimeUTC s64 get_endTimeUTC s64 endTimeUTC function get_endTimeUTC int64 function get_endTimeUTC As Long long get_endTimeUTC long get_endTimeUTC def get_endTimeUTC When the YDataSet is created the end time is the value passed in parameter to the get_dataSet function After the very first call to LoadMore the end time is updated to reflect the timestamp of the last measure actually found in the dataLogger within the specified range Returns an unsigned number corresponding to the number of seconds between the Jan 1 1970 and the end of this data set i e Unix time representation of the absolute time www yoctopuce com 245 19 High level API Reference dataset get_functionld YDataSet dataset functionld Returns the hardware identifier of the function that performed the measure without reference to the module function get_functionld function get_functionld function get_functionld string get_functionld NSString functionld function get_functionld string v function get_functionld As String string get_functionld String get_functionld def get_functionld For example temperaturel Returns a string
163. h lt 2 Then usage m yFindModule argv 1 REM use serial or logical name If m isOnline Then Tokar roy length ih en if argyi2 ON Ther m set_beacon Y_ BEACON ON Ef argv 2 LOPERA Then moset beaconi Y BRACON OFF End If Console WriteLine serial Wo miget ser aliNumbex Console WriteLine logical name m get_logicalName Console WriteLine luminosity u e Str miget Luminosity Console Write beacon m TEs beacon gt BEACON BONE then Console WriteLine ON Else Console WriteLine OFF ENOTE Console WriteLine upTime i See mget CSES Console WriteLine USB current Otr meget UspCUrCEmEN Console WriteLine Console WriteLine Else Logs my m get_lastLogs sec Console WriteLine argv 1 not connected check identification and USB cable End TE End Sub End Module Each property xxx of the module can be read thanks to a method of type get _xxxx and properties which are not read only can be modified with the help of the set xxx method For more details regarding the used functions refer to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the corresponding set _xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them 66 www yoctopuce com 11 Using Yoct
164. hardware identifier of the module module get_icon2d 148 www yoctopuce com 19 High level API Reference Returns the icon of the module module get_lastLogs Returns a string with last logs of the module module get_logicalName Returns the logical name of the module module get_luminosity Returns the luminosity of the module informative leds from 0 to 100 module get_persistentSettings Returns the current state of persistent module settings module get_productld Returns the USB device identifier of the module module get_productName Returns the commercial name of the module as set by the factory module get_productRelease Returns the hardware release version of the module module get_rebootCountdown Returns the remaining number of seconds before the module restarts or zero when no reboot has been scheduled module gt get_serialNumber Returns the serial number of the module as set by the factory module get_upTime Returns the number of milliseconds spent since the module was powered on module get_usbBandwidth Returns the number of USB interfaces used by the module module get_usbCurrent Returns the current consumed by the module on the USB bus in milli amps module get_userData Returns the value of the userData attribute as previously stored using method set_userData module gt isOnline Checks if the module is currently reachable without rais
165. he callback function receives two arguments the caller specific context object and the receiving function object context caller specific object that is passed as is to the callback function Returns nothing 242 www yoctopuce com 19 High level API Reference 19 4 Recorded data sequence YDataSet objects make it possible to retrieve a set of recorded measures for a given sensor anda specified time interval They can be used to load data points with a progress report When the YDataSet object is instanciated by the get_recordedData function no data is yet loaded from the module It is only when the loadMore method is called over and over than data will be effectively loaded from the dataLogger A preview of available measures is available using the function get_preview as soon as loadMore has been called once Measures themselves are available using function get_measures when loaded by subsequent calls to loadMore This class can only be used on devices that use a recent firmware as YDataSet objects are not supported by firmwares older than version 13000 In order to use the functions described here you should include lt script type text javascript src yocto_api js gt lt script gt var yoctolib require yoctolib var YAPI yoctolib YAPI var YModule yoctolib YModule require_once yocto_api php include yocto_api h import yocto_api h uses yocto_api yocto_api vb yocto
166. he adequate firmware on your local disk Firmware destined for Yoctopuce modules are available as byn files and can be downloaded from the Yoctopuce web site To update a firmware simply click on the upgrade button on the configuration window and follow the instructions If the update fails for one reason or another unplug and re plug the module and start the update process again This solves the issue in most cases If the module was unplugged while it was being reprogrammed it does probably not work anymore and is not listed in the interface 12 www yoctopuce com 3 First steps However it is always possible to reprogram the module correctly by using the Virtual Hub software in command line 4 Logical name of the module The logical name is a name that you choose which allows you to access your module in the same way a file name allows you to access its content A logical name has a maximum length of 19 characters Authorized characters are A Z a z 0 9 _ and If you assign the same logical name to two modules connected to the same computer and you try to access one of them through this logical name behavior is undetermined you have no way of knowing which of the two modules answers Luminosity This parameter allows you to act on the maximal intensity of the leds of the module This enables you if necessary to make it a little more discreet while limiting its power consumption Note that this parameter acts o
167. he module enumeration started using yFirstModule is _ function nextModule node js function nextModule php_ function nextModule cpp _ YModule nextModule YModule nextModule function nextModule TYModule vb _ function nextModule As YModule YModule nextModule YModule nextModule def nextModule Returns a pointer to a YModu1e object corresponding to the next module found or a nu11 pointer if there are no more modules to enumerate 182 www yoctopuce com 19 High level API Reference module reboot Schedules a simple module reboot after the given number of seconds function reboot secBeforeReboot function reboot secBeforeReboot function reboot secBeforeReboot int reboot int secBeforeReboot int reboot int secBeforeReboot function reboot secBeforeReboot Longint Longint function reboot As Integer int reboot int secBeforeReboot int reboot int secBeforeReboot def reboot secBeforeReboot YModule target reboot secBeforeReboot YModule Parameters secBeforeReboot number of seconds before rebooting Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 183 19 High level API Reference module gt revertFromFlash YModule Reloads the settings stored in the nonvolatile memory as when the module is powered on 5s
168. heless Yoctopuce sells enclosures specifically designed for Yoctopuce devices These enclosures have removable mounting brackets and magnets allowing them to stick on ferromagnetic surfaces More details are available on the Yoctopuce web site The suggested enclosure model for your Yocto 4 20mA Rx is the YoctoBox Long Thick Black Vents You can install your Yocto 4 20MA Rx in an optional enclosure 4 http www yoctopuce com EN products category enclosures www yoctopuce com 3 www yoctopuce com 2 Presentation Us A LN Micro B USB socket 7 Sensor 1 led Yocto button 8 Sensor 1 input overload led Yocto led 9 Sensor 2 power supply Sensor 1 power supply 10 Sensor 2 current loop Sensor 1 current loop 11 Sensor 2 ground Sensor 1 ground 12 Sensor 2 led 13 Sensor 2 input overload led Daanw UNa 2 1 Common elements All Yocto modules share a number of common functionalities USB connector Yoctopuce modules all come with a micro B USB socket The corresponding cables are not the most common but the sockets are the smallest available www yoctopuce com 2 Presentation Warning the USB connector is simply soldered in surface and can be pulled out if the USB plug acts as a lever In this case if the tracks stayed in position the connector can be soldered back with a good iron and using flux to avoid bridges Alternatively you can solder a USB cable directly in the 1 27mm spaced holes nea
169. hich you have named MyModule and for which you have given the genericSensor1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensorl1 genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 MyFunction genericsensor YGenericSensor FindGenericSensor MyModule genericSensorl1 genericsensor YGenericSensor FindGenericSensor MyModule MyFunction genericsensor YGenericSensor FindGenericSensor MyFunction YGenericSensor FindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by YGenericSensor FindGenericSensor allows you to know if the corresponding module is present and in working order 4 Remember to change the filter of the selection window otherwise the DLL will not show 70 www yoctopuce com 12 Using Yocto 4 20mA Rx with C get_currentValue The get_currentValue method of the object returned by GenericSensor FindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor A real example Launch Microsoft Visual C and open the corresponding sample project provided in the directory Examples Doc GettingStarted Yocto 4 20
170. hysically organized as a flat bus but as a tree using point to point connections This has consequences on power distribution to make it simple every USB port must supply power to all devices directly or indirectly connected to it And USB puts some limits In theory a USB port provides 100mA and may provide up to 500mA if available and requested by the device In the case of a hub without external power supply 100mA are available for the hub itself and the hub should distribute no more than 100mA to each of its ports This is it and this is not much In particular it means that in theory it is not possible to connect USB devices through two cascaded hubs without external power supply In order to cascade hubs it is necessary to use self powered USB hubs that provide a full 500mA to each subport In practice USB would not have been as successful if it was really so picky about power distribution As it happens most USB hub manufacturers have been doing savings by not implementing current limitation on ports they simply connect the computer power supply to every port and declare themselves as self powered hub even when they are taking all their power from the USB bus in order to prevent any power consumption check in the operating system This looks a bit dirty but given the fact that computer USB ports are usually well protected by a hardware current limitation around 2000mA it actually works in every day life and seldom makes hardwar
171. icSensor sensorl YGenericSensor FindGenericSensor serial genericSensorl DEYE mChannel1Field setText String format 1f s sensorl getCurrentValue sensorl getUnit I eTEN WARM eneo Gy i erp intotackirace i YGenericSensor sensor2 YGenericSensor FindGenericSensor serial genericSensor2 try mChannel2Field setText String format 1f s sensor2 getCurrentValue sensor2 getUnit Car oh s QAPIeyh cee pies mere e printStackIxace handler postDelayed this 1000 16 6 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon package com yoctopuce doc_ examples import android app Activity import android os Bundle import android util Log import android view View import android widget AdapterView import android widget AdapterView OnItemSelectedListener import android widget ArrayAdapter import android widget Spinner import android widget Switch import android widget TextView import com yoctopuce YoctoAPI YAPI import com yoctopuce YoctoAPI YAPI Exception import com yoctopuce YoctoAPI YModule public class ModuleControl extends Activity implements OnItemSelectedListener private ArrayAdapter lt String gt aa private YModule module null 100 www yoctopuce com 16
172. id word deviceid word devrelease Word nbinbterfaces word manufacturer Tarca ile 5 iUS wae Euaisalelnener productname Tarca MOG aA Tene ans ehar serial ar cay ils SRo ansieae logicalname Tar cay Onm Tomor ane echar firmware Aar cay O elokans ehan beacon EOCEEN end DII function import function function function function var errmsgBu dataBuff errmsg d neededsi devinfos begin errmsg hf APT if yapi begin write yapilInitAPI mode integer errmsg pansichar integer cdecl external yapi dill name yapialInitAPI yapiUpdateDeviceList force integer errmsg pansichar integer cdecl external yapi dll name yapiUpdateDeviceList yapiGetAllDevices buffer pointer marsoire Integer var neededsize amteger errmsg ipansi chank integer edecls external yapi diMi name yapirGetAlNDevicest apiGetDeviceInfo d integer var infos yDeviceSt errmsg pansuchar ianteqes sedeci external yapi dill name yapiGetDevicelInfo Prerak array Oo o2ekei Cie ans tehar er array oiler tehie aluslicteveisie max of 128 USB devices ata pansichar ze i integer yDeviceSt errmsgBuffer initialization InitAPI 1 errmsg lt 0 then in errmsg www yoctopuce com 121 18 Using with unsupported languages Halt end forces a device inventory if yapiUpdateDeviceList 1 errmsg lt 0 then begin writeln errmsg Walt end loads all device
173. id usage void cout lt lt usage demo lt serilal number gt lt lt lend COME anu demo lt logical_name gt lt lt endl COUE lt demo any use any discovered device lt lt endl u64 now yGetTickCount dirty active wait loop while yGetTickCount now lt 3000 exit 1 int Maelniine ange Const char aro 14 string errmsg target YGenericSensor sensor ie ange lt 2 usage target string argv 1 Setup the API to use local USB devices if yRegisterHub usb errmsg YAPT SUCCESS cerni Witeyenieiceueltible Gisideigy Y lt lt iciamsye lt lt ciel p return 1 if target any sensor yFirstGenericSensor if sensor NULL cout lt lt No modulle connected check USB cable lt lt endl return all else sensor yFindGenericSensor target temperaturel YGenericSensor sl yFindGenericSensor sensor gt get_module gt get_serialNumber genericSensorl YGenericSensor s2 yFindGenericSensor sensor gt get_module gt get_serialNumber genericSensor2 string unitSensorl unitSensor2 tie GUIS SisOyoulano esenee elea EN e ie SA Sal loyal ans N CRE Enson Se eee e 2 while sl gt isOnline amp amp s2 gt isOnline double value sl gt get_currentValue cout lt lt SL ehannell es lt lt isl gt oeracunrenc val we VELVES SZ Sejsie COENEN ELTE y cout lt lt
174. ide the calibration point a b all the measured values are corrected by adding to them b a so that when the value read on the sensor is a the genericSensor1 function returns b o O es amp eo a 20 g amp Ss 5 g e g 15 O ae re O 10 5 sensor value 5 10 15 20 25 30 Measure correction with 1 calibration point here 5 10 The application is very simple you only need to call the calibrateFromPoints method of the function you wish to correct The following code applies the correction illustrated on the graph above to the first genericSensor1 function found Note the call to the saveToFlash method of the module hosting the function so that the module does not forget the calibration as soon as it is disconnected Double ValuesBefore 5 Double ValuesAfter 10 YGenericSensor f YGenericSensor FirstGenericSensor f calibrateFromPoints ValuesBefore ValuesAfter f get_module saveToFlash 2 point correction 2 point correction allows you to perform both a shift and a multiplication by a given factor between two points If you provide the two points a b and c d the function result is multiplied d b c a in the a c range and shifted so that when the value read by the sensor is a or c the genericSensor1 function returns respectively b and d Outside of the a c range the values are simply shifted so as to preserve the continuity of the measures an increase of 1 on the value
175. iled for all the Yoctopuce officially supported platforms OS Naturally the executable sources are also provided 6 1 Installing Download the command line API You do not need to run any setup simply copy the executables corresponding to your platform OS in a directory of your choice You may add this directory to your PATH variable to be able to access these executables from anywhere You are all set you only need to connect your Yocto 4 20mA Rx open a shell and start working by typing for example YGenericSensor any get_currentValue To use the command API on Linux you need either have root privileges or to define an udev rule for your system See the Troubleshooting chapter for more details 6 2 Use general description All the command line API executables work on the same principle They must be called the following way Executable options target command parameter options manage the global workings of the commands they allow you for instance to pilot a module remotely through the network or to force the module to save its configuration after executing the command target is the name of the module or of the function to which the command applies Some very generic commands do not need a target You can also use the aliases any and all or a list of names separated by comas without space lif you want to recompile the command line API you also need the C API 2 http www yoctopuce com EN libraries php
176. in order to avoid blocking Firefox Javascript VM that does not implement context switching during blocking I O calls Parameters callback callback function that is invoked when the result is known The callback function receives three arguments the caller specific context object the receiving module object and the boolean result context caller specific object that is passed as is to the callback function Returns nothing the result is provided to the callback www yoctopuce com 179 19 High level API Reference module load YModule Preloads the module cache with a specified validity duration is__ function load msValidity node js function load msValidity php function load msValidity YRETCODE load int msValidity YRETCODE load int msValidity function load msValidity integer YRETCODE function load ByVal msValidity As Integer As YRETCODE YRETCODE load int msValidity int load long msValidity def load msValidity By default whenever accessing a device all module attributes are kept in cache for the standard duration 5 ms This method can be used to temporarily mark the cache as valid for a longer period in order to reduce network trafic for instance Parameters msValidity an integer corresponding to the validity attributed to the loaded module parameters in milliseconds Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or retur
177. ing any error module isOnline_async callback context Checks if the module is currently reachable without raising any error module load msValidity Preloads the module cache with a specified validity duration module load_async msValidity callback context Preloads the module cache with a specified validity duration asynchronous version module nextModule Continues the module enumeration started using yFirstModule module gt reboot secBeforeReboot Schedules a simple module reboot after the given number of seconds module gt revertFromFlash Reloads the settings stored in the nonvolatile memory as when the module is powered on module gt saveToFlash Saves current settings in the nonvolatile memory of the module module set_beacon newval Turns on or off the module localization beacon www yoctopuce com 149 19 High level API Reference module set_logicalName newval Changes the logical name of the module module set_luminosity newval Changes the luminosity of the module informative leds module set_usbBandwidth newval Changes the number of USB interfaces used by the module module gt set_userData data Stores a user context provided as argument in the userData attribute of the function module triggerFirmwareUpdate secBeforeReboot Schedules a module reboot into special firmware update mode module wait_async callback context Waits for all pending asynchronous commands on
178. ing five calls are strictly equivalent as long as MyFunction is defined only once 58 www yoctopuce com 10 Using Yocto 4 20mA Rx with Objective C YGenericSensor genericsensor yFindGenericSensor RX420MA1 123456 genericSensorl1 YGenericSensor genericsensor yFindGenericSensor RX420MA1 123456 MyFunction YGenericSensor genericsensor yFindGenericSensor MyModule genericSensorl YGenericSensor genericsensor yFindGenericSensor MyModule MyFunction YGenericSensor genericsensor yFindGenericSensor MyFunction yFindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by yFindGenericSensor allows you to know if the corresponding module is present and in working order get_currentValue The get_currentValue method of the object returned by yFindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor 10 2 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon import lt Foundation Foundation h gt import yocto_api h static void usage const char exe NSLog usage s lt serial or logical name gt
179. ing on your OS Decompress the library files in a folder of your choice accessible to your web server connect your modules run the VirtualHub software and you are ready to start your first tests You do not need to install any driver 8 2 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a PHP code snipplet to use the GenericSensor function tnelucdel MyOCEOmap php inelude Vyocto generLesensor php 7 1A couple of free PHP servers easyPHP for Windows MAMP for Mac OS X www yoctopuce com EN libraries php 3 www yoctopuce com EN virtualhub php www yoctopuce com 39 8 Using Yocto 4 20mA Rx with PHP Get access to your device through the VirtualHub running locally yRegisterHub http 127 0 0 1 4444 Serrmsg Sgenericsensor yFindGenericSensor RX420MA1 123456 genericSensorl Check that the module is online to handle hot plug if genericsensor gt isOnline A USE genericsensonr get scubrent Vahue ya e Let s look at these lines in more details yocto_api php and yocto_genericsensor php These two PHP includes provides access to the functions allowing you to manage Yoctopuce modules yocto api php must always be included yocto genericsensor php is necessary to manage modules containing a generic sensor such as Yocto 4 20MmA Rx yRegisterHub The yRegisterHub function allows you to indicate on which machine the Yocto
180. ing the time interval This summary is available as soon as LoadMore has been called for the first time Returns an YMeasure object 252 www yoctopuce com 19 High level API Reference dataset get_unit dataset unit Returns the measuring unit for the measured value function get_unit function get_unit function get_unit string get_unit NSString unit function get_unit string function get_unit As String string get_unit String get_unit def get_unit Returns a string that represents a physical unit On failure throws an exception or returns Y_UNIT_INVALID YDataSet www yoctopuce com 253 19 High level API Reference dataset loadMore YDataSet Loads the the next block of measures from the dataLogger and updates the progress indicator is _ function loadMore node js function loadMore php function loadMore cpp _ int loadMore int loadMore pas _ function loadMore LongInt ve function loadMore As Integer cs__ int loadMore java _ int loadMore def loadMore Returns an integer in the range 0 to 100 percentage of completion or a negative error code in case of failure On failure throws an exception or returns a negative error code 254 www yoctopuce com 19 High level API Reference dataset loadMore_async YDataSet Loads the the next block of measures from
181. ings When you want to modify the settings of a module you only need to call the corresponding YModule set xxx function However this modification is performed only in the random access memory RAM of the module if the module is restarted the modifications are lost To memorize them persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the YModule saveToFlash method Inversely it is possible to force the module to forget its current settings by using the YModule revertFromFlash method The short example below allows you to modify the logical name of a module package com yoctopuce doc_ examples import import import import import import import import import impor impor impor impor publi c android app Activity android os Bundle android view View android widget android widget android widget android widget android widget android widget android widget AdapterView AdapterView OnItemSelectedListener ArrayAdapter EditText Spinner TextView Toast com yoctopuce YoctoAPI YAPI com yoctopuce YoctoAPI YAPI_ Exception com yoctopuce YoctoAPl YModule class SaveSettings extends Activity implements OnItemSelectedListener private ArrayAdapter lt String gt aa private YModule module null Override public void onCreate Bundle savedInstanceState super onCreate savedInstanceState setConten
182. is trivial it is just a matter of parameter change in the yRegisterHub call 5 7 Programming where to start At this point of the user s guide you should know the main theoretical points of your Yocto 4 20mA Rx It is now time to practice You must download the Yoctopuce library for your favorite programming language from the Yoctopuce web site Then skip directly to the chapter corresponding to the chosen programming language All the examples described in this guide are available in the programming libraries For some languages the libraries also include some complete graphical applications with their source code When you have mastered the basic programming of your module you can turn to the chapter on advanced programming that describes some techniques that will help you make the most of your Yocto 4 20mA RXx 2 http www yoctopuce com EN libraries php 24 www yoctopuce com 5 Programming general concepts www yoctopuce com 25 26 www yoctopuce com 6 Using the Yocto 4 20mA Rx in command line When you want to perform a punctual operation on your Yocto 4 20mA Rx such as reading a value assigning a logical name and so on you can obviously use the Virtual Hub but there is a simpler faster and more efficient method the command line API The command line API is a set of executables one by type of functionality offered by the range of Yoctopuce products These executables are provided pre comp
183. k void yRegisterDeviceRemovalCallback yDeviceUpdateCallback removalCallback procedure yRegisterDeviceRemovalCallback removalCallback yDeviceUpdateFunc procedure yRegisterDeviceRemovalCallback ByVal removalCallback As yDeviceUpdateFunc void RegisterDeviceRemovalCallback yDeviceUpdateFunc removalCallback synchronized static void RegisterDeviceRemovalCallback DeviceRemovalCallback removalCallback def RegisterDeviceRemovalCallback removalCallback This callback will be invoked while yUpdateDeviceList is running You will have to call this function on a regular basis Parameters removalCallback a procedure taking a YModule parameter or null www yoctopuce com 137 19 High level API Reference YAPI RegisterHub YAPI yRegisterHub Setup the Yoctopuce library to use modules connected on a given machine function yRegisterHub url errmsg node js function RegisterHub url errmsg php function yRegisterHub url amp errmsg YRETCODE yRegisterHub const string amp url string amp errmsg YRETCODE yRegisterHub NSString url NSError errmsg function yRegisterHub url string var errmsg string integer function yRegisterHub ByVal url As String ByRef errmsg As String As Integer int RegisterHub string url ref string errmsg synchronized static int RegisterHub String url def RegisterHub url errmsg None The parameter will determine how the API will work Use the follwing values us
184. l API Reference genericsensor load_async YGenericSensor Preloads the generic sensor cache with a specified validity duration asynchronous version function load_async msValidity callback context function load_async msValidity callback context By default whenever accessing a device all function attributes are kept in cache for the standard duration 5 ms This method can be used to temporarily mark the cache as valid for a longer period in order to reduce network trafic for instance This asynchronous version exists only in Javascript It uses a callback instead of a return value in order to avoid blocking the Javascript virtual machine Parameters msValidity an integer corresponding to the validity of the loaded function parameters in milliseconds callback callback function that is invoked when the result is known The callback function receives three arguments the caller specific context object the receiving function object and the error code or YAPT_SUCCESS context caller specific object that is passed as is to the callback function Returns nothing the result is provided to the callback 228 www yoctopuce com 19 High level API Reference genericsensor nextGenericSensor YGenericSensor Continues the enumeration of generic sensors started using yFirstGenericSensor function nextGenericSensor function nextGenericSensor function nextGenericSensor YGeneric
185. lback Yocto API mode is currently available in PHP and Node JS only 8 5 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to isOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below The method recommended by most programming languages for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you try to access a module the library throws an exception In this case there are three possibilities e If yo
186. lieeleSiee const serial RX420MA1 12345 getValue GET api module luminosity HTTP 1 1 13 10 13 10 setValue GET api module luminosity 100 HTTP 1 1 13 10 13 10 begin errmsg G errmsgBuffer data dataBuffer API initialization if yapiInitAPI 1 errmsg lt 0 then begin writeln errmsg Dalit endy forces a device inventory if yapiUpdateDeviceList 1 errmsg lt 0 then begin writeln errmsg hele end requests the module luminosity if yapiHTTPRequest serial getValue data sizeof dataBuffer fullsize errmsg lt 0 then begin writeln errmsg halt end searches for the HTTP header end p pos 13410 13 10 data displays the response minus the HTTP header writeln copy data p 4 length data p 3 changes the luminosity if yapiHTTPRequest serial setValue data sizeof dataBuffer fullsize errmsg lt 0 then begin writeln errmsg halt end end Module inventory To perform an inventory of Yoctopuce modules you need two functions from the dynamic library int yapiGetAllDevices int buffer int maxsize int neededsize char errmsg int yapiGetDeviceInfo int devdesc yDeviceSt infos char errmsg The yapiGetAllDevices function retrieves the list of all connected modules as a list of handles buffer points to a 32 bit integer array which contains the returned handles maxsize is the size in bytes of the buffer To neededsize is assigned the necessary size t
187. mA sensor A small resistor can avoid spurious protection triggering at power up Insulation The measuring part of the Yocto 4 20mA Rx is electrically insulated from the USB part This means that you can use sensors with external power supplies which do not share the same electrical www yoctopuce com 2 Presentation potential as your driving computer without risking to damage your equipment However the two inputs are not insulated from one another they share a common ground 3 This kind of situation happens in particular when separate parts of an installation connected to the mains are powered by distinct phases www yoctopuce com 9 10 www yoctopuce com 3 First steps When reading this chapter your Yocto 4 20mA Rx should be connected to your computer which should have recognized it It is time to make it work Go to the Yoctopuce web site and download the Virtual Hub software It is available for Windows Linux and Mac OS X Normally the Virtual Hub software serves as an abstraction layer for languages which cannot access the hardware layers of your computer However it also offers a succinct interface to configure your modules and to test their basic functions You access this interface with a simple web browser Start the Virtual Hub software in a command line open your preferred web browser and enter the URL hitp 127 0 0 1 4444 The list of the Yoctopuce modules connected to your compute
188. mA Rx of the Yoctopuce library In this example you will recognize the functions explained above but this time used with all side materials needed to make it work nicely as a small demo usr bin python coding utf 8 impo he OS SYS from yocto_api import from yocto _genericsensor import 84 www yoctopuce com 14 Using the Yocto 4 20mA Rx with Python def usage scriptname os path basename sys argv 0 Pane Us agens print scriptname lt serial_ number gt print scriptname lt logical_name gt print scriptname any sys exit def die msg SVS erit Motu Checks USBTcab tre errmsg YRefParam if len sys argv lt 2 usage target sys argv l Setup the API to use local USB devices if YAPI RegisterHub usb errmsg YAPI SUCCESS sys exit init error errmsg value if target any retreive any genericSensor sensor sensor YGenericSensor FirstGenericSensor if sensor is None die No module connected else sensor YGenericSensor FindGenericSensor target genericSensorl1 if not sensor isOnline die device not connected retreive module serial serial sensor get_module get_serialNumber retreive both channels channell YGenericSensor FindGenericSensor serial genericSensorl1 channel2 YGenericSensor FindGenericSensor serial genericSensor2 while channell isOnline and channell isOnline peage helenae la em ah ol
189. mA Rx of the Yoctopuce library In this example you will recognize the functions explained above but this time used with all side materials needed to make it work nicely as a small demo using System Using ovs tem Collectuens Gener ley using System Ling using System Text namespace ConsoleApplicationl class Program static void usage string execname System AppDomain CurrentDomain FriendlyName Console WriteLine execname lt serial number gt Console Writehine execname rt lt logicall name gt Console WriteLine execname any System Threading Thread Sleep 2500 Environment Exit 0 static void Main string args SEEING esrumnsG UM string target YGenericSensor tsensor if args Length lt 1 usage target args 0 ToUpper Setup the API to use local USB devices if YAPI RegisterHub usb ref errmsg YAPI SUCCESS Console WriteLine RegisterHub error errmsg Environment Exit 0 if target ANY tsensor YGenericSensor FirstGenericSensor if tsensor null Console WriteLine No module connected check USB cable Environment Exit 0 Console WriteLine Using tsensor get_module get_serialNumber else tsensor YGenericSensor FindGenericSensor target genericSensorl retreive module serial string serial tsensor get module get serialNumbexr retreive both channels
190. manage modules containing a generic sensor such as Yocto 4 20mA Rx 78 www yoctopuce com 13 Using Yocto 4 20mA Rx with Delphi yRegisterHub The yRegisterHub function initializes the Yoctopuce API and specifies where the modules should be looked for When used with the parameter usb it will use the modules locally connected to the computer running the library If the initialization does not succeed this function returns a value different from YAPI SUCCESS and errmsg contains the error message yFindGenericSensor The yFindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can also use logical names as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named MyModule and for which you have given the genericSensor 1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once genericsensor yFindGenericSensor RX420MA1 123456 genericSensorl1 genericsensor yFindGenericSensor RX420MA1 123456 MyFunction genericsensor yFindGenericSensor MyModule genericSensorl1 genericsensor yFindGenericSensor MyModule MyFunction genericsensor yFindGenericSensor MyFunction yFindGenericSensor returns an object which you can then use at will to control the generic senso
191. me when a user will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to isOnline and which could crash the software In the Java API for Android error handling is implemented with exceptions Therefore you must catch and handle correctly all exceptions that might be thrown by the API if you do not want your software to crash soon as you unplug a device www yoctopuce com 105 106 www yoctopuce com 17 Advanced programming The preceding chapters have introduced in each available language the basic programming functions which can be used with your Yocto 4 20mA Rx module This chapter presents in a more generic manner a more advanced use of your module Examples are provided in the language which is the most popular among Yoctopuce
192. med report callback turned off The frequency is specified as a string same as for the data logger by specifying the number of calls per second s per minute m or per hour h The maximal frequency is 100 times per second i e 100 s and the minimal frequency is 1 time per hour i e 1 h When the frequency is higher than or equal to 1 s the measure represents an instant value When the frequency is below the measure will include distinct minimal maximal and average values based on a sampling performed automatically by the device The following example sets up a timed report callback 4 times per minute for t he first available GenericSensor function 1 The value passed as parameter is the same as the value returned by the get_advertisedValue method www yoctopuce com 109 17 Advanced programming YGenericSensor f YGenericSensor FirstGenericSensor iS Sr GeporeLmequency anA ma f registerTimedReportCallback periodicCallback As for value change callbacks each module function can thus have its own distinct timed report callback Generic callback functions It is sometimes desirable to use the same callback function for various types of sensors e g for a generic sensor graphing application This is possible by defining the callback for an object of class YSensor rather than YGenericSensor Thus the same callback function will be usable with any subclass of YSensor and in particular with YGenericSens
193. med with the same programming language Java Nevertheless the programming paradigms and the possibilities to access the hardware are slightly different from classical Java and this justifies a separate chapter on Android programming 16 1 Native access and VirtualHub In the opposite to the classical Java API the Java for Android API can access USB modules natively However as there is no VirtualHub running under Android it is not possible to remotely control Yoctopuce modules connected to a machine under Android Naturally the Java for Android API remains perfectly able to connect itself to a VirtualHub running on another OS 16 2 Getting ready Go to the Yoctopuce web site and download the Java for Android programming library The library is available as source files and also as a jar file Connect your modules decompress the library files in the directory of your choice and configure your Android programming environment so that it can find them To keep them simple all the examples provided in this documentation are snippets of Android applications You must integrate them in your own Android applications to make them work However your can find complete applications in the examples provided with the Java for Android library 16 3 Compatibility In an ideal world you would only need to have a smart phone running under Android to be able to make Yoctopuce modules work Unfortunately it is not quite so in the real world A ma
194. memory of the module making it specific for each module This re calibration is therefore a fully software matter and remains perfectly reversible Before deciding to re calibrate your Yocto 4 20mA Rx module make sure you have well understood the phenomena which impact the measures of your module and that the differences between true values and measured values do not result from a incorrect use or an inadequate location of the module 112 www yoctopuce com 17 Advanced programming The Yoctopuce modules support two types of calibration On the one hand a linear interpolation based on 1 to 5 reference points which can be performed directly inside the Yocto 4 20mA Rx On the other hand the API supports an external arbitrary calibration implemented with callbacks 1 to 5 point linear interpolation These transformations are performed directly inside the Yocto 4 20mA Rx which means that you only have to store the calibration points in the module flash memory and all the correction computations are done in a perfectly transparent manner The function get_currentValue returns the corrected value while the function get currentRawValue keeps returning the value before the correction Calibration points are simply Raw_value Corrected_value couples Let us look at the impact of the number of calibration points on the corrections 1 point correction The 1 point correction only adds a shift to the measures For example if you prov
195. mentById msg value vam cml serra Emo culerige Ease ma auNumio crs lore i html logical name module get_logicalName lt br gt html luminosity module get luminosity lt br gt html beacon J if module get_beacon Y_BEACON_ ON html 0N lt a href javascript beacon Y BEACON OFF gt switch off lt a gt lt br gt ellis html 0FF lt a href javascript beacon Y BEACON ON gt switch on lt a gt lt br gt html upfime tparseInt modulle get_upfime 1000 sec lt br gt html USB current module get usbCurrent mA lt br gt html logs lt br gt lt pre gt module get_lastLogs lt pre gt lt br gt document getElementById data innerHTML html else document getElementById msg value Module not connected setTimeout refresh 1000 function beacon state module set beacon state refresh gt lt SCRIPT gt lt HEAD gt lt BODY onload refresh gt Module to use lt input id serial gt lt input id msg style color red border none readonly gt lt br gt lt span id data gt lt span gt lt BODY gt lt HTML gt Each property xxx of the module can be read thanks to a method of type get _xxxx and properties which are not read only can be modified with the help of the set xxx method For more details regarding the used functions refer to the API chapters Changing the module settings
196. mework e For Linux libm libpthread libusb1 0 and libstdc Integration as a static library Integration of the Yoctopuce library as a static library is a simpler manner to build a small executable which uses Yoctopuce modules You can quickly compile the program with a single command You do not need to install a dynamic library specific to Yoctopuce everything is in the executable To integrate the static Yoctopuce library to your project you must include the Sources directory of the Yoctopuce library into your IncludePath and add the sub directory Binaries corresponding to your operating system into your libPath Then for you project to build correctly you need to link with your project the Yoctopuce library and the prerequisite system libraries For Windows yocto static lib e For Mac OS X libyocto static a IOKit framework and CoreFoundation framework For Linux libyocto static a libm libpthread libusb1 0 and libstdc Note under Linux if you wish to compile in command line with GCC it is generally advisable to link system libraries as dynamic libraries rather than as static ones To mix static and dynamic libraries on the same command line you must pass the following arguments OO Naw e miy Bere e l yere srete Wl Boyan i orinel boe o Urabe cece Integration as a dynamic library Integration of the Yoctopuce library as a dynamic library allows you to produce an executable smaller than with the
197. module function get_lastLogs function get_lastLogs function get_lastLogs string get_lastLogs NSString lastLogs function get_lastLogs string function get_lastLogs As String string get_lastLogs String get_lastLogs def get_lastLogs YModule target get_lastLogs This method return only logs that are still in the module Returns a string with last logs of the module YModule www yoctopuce com 165 19 High level API Reference module gt get_logicalName module gt logicalName Returns the logical name of the module function get_logicalName function get_logicalName function get_logicalName string get_logicalName NSString logicalName function get_logicalName string function get_logicalName As String string get_logicalName String get_logicalName def get_logicalName YModule target get_logicalName Returns a string corresponding to the logical name of the module On failure throws an exception or returns Y_LOGICALNAME_INVALID YModule 166 www yoctopuce com 19 High level API Reference module gt get_luminosity YModule module gt luminosity Returns the luminosity of the module informative leds from 0 to 100 function get_luminosity function get_luminosity function get_luminosity int get_luminosity int luminosity function get_luminosity LongInt function get_luminosity As In
198. most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get _state method returns a Y STATE INVALID value a get _currentValue method returns a Y CURRENTVALUE INVALID value and so on In any case the returned value is of the expected type and is not a null pointer which would risk crashing your program At worst if you display the value without testing it it will be outside the expected bounds for the returned value In the case of functions which do not normally return information the return value is YAPI_ SUCCESS if everything went well and a different error code in case of failure When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from the object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in the exceptions when they
199. ms Windows as well as UNIX It is an ideal language to write small scripts on a napkin The Yoctopuce library is compatible with Python 2 6 and 3 It works under Windows Mac OS X and Linux Intel as well as ARM The library was tested with Python 2 6 and Python 3 2 Python interpreters are available on the Python web site 14 1 Source files The Yoctopuce library classes for Python that you will use are provided as source files Copy all the content of the Sources directory in the directory of your choice and add this directory to the PYTHONPATH environment variable If you use an IDE to program in Python refer to its documentation to configure it so that it automatically finds the API source files 14 2 Dynamic library A section of the low level library is written in C but you should not need to interact directly with it it is provided as a DLL under Windows as a so files under UNIX and as a dylib file under Mac OS X Everything was done to ensure the simplest possible interaction from Python the distinct versions of the dynamic library corresponding to the distinct operating systems and architectures are stored in the cdll directory The API automatically loads the correct file during its initialization You should not have to worry about it If you ever need to recompile the dynamic library its complete source code is located in the Yoctopuce C library In order to keep them simple all the examples provided in this docum
200. n all the signposting leds of the module including the Yocto led If you connect a module and no led turns on it may mean that its luminosity was set to zero Logical names of functions Each Yoctopuce module has a serial number and a logical name In the same way each function on each Yoctopuce module has a hardware name and a logical name the latter can be freely chosen by the user Using logical names for functions provides a greater flexibility when programming modules The functions provided by the Yocto 4 20mA Rx module are the two genericSensor1 and genericSensor2 functions corresponding to the two channels Simply click on the corresponding rename buttons to assign them new logical names mA to physical quantity conversion You can define on which basis you want to perform the conversion between the current measured in mA and the physical quantity measured by the sensor connected to the Yocto 4 20mA Rx You can also define a conversion based on a range other than 4 20mA Some exotic sensors work with other ranges such as 1 20mA for example 3 www yoctopuce com EN virtualhub php 4 More information available in the virtual hub documentation www yoctopuce com 13 14 www yoctopuce com 4 Assembly and connections This chapter provides important information regarding the use of the Yocto 4 20mA Rx module in real world situations Make sure to read it carefully before going too far into your project if you want to
201. nction in a strictly identical manner if you integrate them in an application with a graphical interface 12 3 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a C code snipplet to use the GenericSensor function ress string errmsg YGenericSensor genericsensor Get access to your device connected locally on USB for instance YAPI RegisterHub usb errmsg genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensorl1 Hot plug is easy just check that the device is online if genericsensor isOnline Use genericsensor get_currentValue Let s look at these lines in more details YAPI RegisterHub The YAPI RegisterHub function initializes the Yoctopuce API and indicates where the modules should be looked for When used with the parameter usb it will use the modules locally connected to the computer running the library If the initialization does not succeed this function returns a value different from YAPI SUCCESS and errmsg contains the error message YGenericSensor FindGenericSensor The YGenericSensor FindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 w
202. nding to the number of time the module was powered on with the dataLogger enabled at some point timeUTC Current UTC time in case it is desirable to bind an absolute time reference to the data stored by the data logger This time must be set up by software recording Activation state of the data logger The data logger can be enabled and disabled at will using this attribute but its state on power on is determined by the autoStart persistent attribute autoStart Automatic start of the data logger on power on Setting this attribute ensures that the data logger is always turned on when the device is powered up without need for a software command clearHistory Attribute that can be set to true to clear recorded data 5 6 What interface Native DLL or Service There are several methods to control you Yoctopuce module by software Native control In this case the software driving your project is compiled directly with a library which provides control of the modules Objectively it is the simplest and most elegant solution for the end user The end user then only needs to plug the USB cable and run your software for everything to work Unfortunately this method is not always available or even possible The application uses the native library to control the locally connected module 22 www yoctopuce com 5 Programming general concepts Native control by DLL Here the main part of the code controlling the modules is l
203. nds for the returned value In the case of functions which do not normally return information the return value is YAPI_ SUCCESS if everything went well and a different error code in case of failure When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from the object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in the exceptions when they are active 62 www yoctopuce com 11 Using Yocto 4 20mA Rx with Visual Basic NET VisualBasic has long been the most favored entrance path to the Microsoft world Therefore we had to provide our library for this language even if the new trend is shifting to C All the examples and the project models are tested with Microsoft VisualBasic 2010 Express freely available on the Microsoft web site 11 1 Installation Download the Visual Basic Yoctopuce library from the Yoctopuce web site There is no setup program simply copy the content of the zip file into the directory of your choice You mostly need the content of the Sources directory The other directories contain the documentation and a few sample programs All sample projects are Visual Basic 2010 projects if you are using a previous version you may have to recreate the projects structure from scratch 11 2 Using the Yoctopuce API in a Visual Basic project The Vi
204. ne if genericsensor gt isOnline Ui USE IGeneriesensor GetacibnentVahue n ae Let s look at these lines in more details yocto_api h et yocto_genericsensor h These two include files provide access to the functions allowing you to manage Yoctopuce modules yocto api h must always be used yocto genericsensor h is necessary to manage modules containing a generic sensor such as Yocto 4 20mA Rx yRegisterHub The yRegisterHub function initializes the Yoctopuce API and indicates where the modules should be looked for When used with the parameter usb it will use the modules locally connected to the computer running the library If the initialization does not succeed this function returns a value different from YAPI SUCCESS and errmsg contains the error message yFindGenericSensor The yFindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named MyModule and for which you have given the genericSensor1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once YGenericSensor genericsensor YGenericSensor genericsensor YGenericSensor genericsensor YGenericSensor genericsensor YGenericSensor
205. ng corresponding to the measuring unit for the measured value On failure throws an exception or returns Y_UNIT_INVALID YGenericSensor www yoctopuce com 221 19 High level API Reference genericsensor get_userData YGenericSensor genericsensor userData Returns the value of the userData attribute as previously stored using method set_userData function get_userData function get_userData function get_userData void get_userData void userData function get_userData Tobject function get_userData As Object object get_userData Object get_userData def get_userData This attribute is never touched directly by the API and is at disposal of the caller to store a context Returns the object stored previously by the caller 222 www yoctopuce com 19 High level API Reference genericsensor get_valueRange genericsensor valueRange Returns the physical value range measured by the sensor function get_valueRange function get_valueRange function get_valueRange string get_valueRange NSString valueRange function get_valueRange string function get_valueRange As String string get_valueRange String get_valueRange def get_valueRange YGenericSensor target get_valueRange Returns a string corresponding to the physical value range measured by the sensor On failure throws an exception or returns Y_VALUERANGE_INV
206. ng the revertFromFlash method The short example below allows you to modify the logical name of a module program savesettings SAPPTYPE CONSOLE uses Syo VNS yocto_ api const serial RX420MA1 123456 use serial number or logical name var module TYModule errmsg F SiereLarey newname string begin Setup the API to use local USB devices if yRegisterHub usb errmsg lt gt YAPI SUCCESS then begin Write RegisterHub error errmsg exit end module yFindModule serial if not module isOnline then begin 80 www yoctopuce com 13 Using Yocto 4 20mA Rx with Delphi writeln Module not connected check identification and USB cable exit end Writeln Current logical name module get_logicalName Write Enter new name Readln newname if not yCheckLogicalName newname then begin Writeln invalid logical name exit end module set_logicalName newname module saveToFlash Wiekielini locgucalineamcis Noni tmodulengermlogucalNamel a end Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the saveToFlash function only 100000 times in the life of the module Make sure you do not
207. ns a negative error code 180 www yoctopuce com 19 High level API Reference module load_async YModule Preloads the module cache with a specified validity duration asynchronous version function load_async msValidity callback context function load_async msValidity callback context By default whenever accessing a device all module attributes are kept in cache for the standard duration 5 ms This method can be used to temporarily mark the cache as valid for a longer period in order to reduce network trafic for instance This asynchronous version exists only in Javascript It uses a callback instead of a return value in order to avoid blocking Firefox javascript VM that does not implement context switching during blocking I O calls See the documentation section on asynchronous Javascript calls for more details Parameters msValidity an integer corresponding to the validity of the loaded module parameters in milliseconds callback callback function that is invoked when the result is known The callback function receives three arguments the caller specific context object the receiving module object and the error code or YAPT_SUCCESS context caller specific object that is passed as is to the callback function Returns nothing the result is provided to the callback www yoctopuce com 181 19 High level API Reference module gt nextModule YModule Continues t
208. ns rather than to have to permanently list the connected modules to deduce which ones just arrived and which ones left To be warned as soon as a module is connected you need three pieces of code The callback The callback is the function which is called each time a new Yoctopuce module is connected It takes as parameter the relevant module static void deviceArrival YModule m Console WriteLine New module m get_serialNumber www yoctopuce com 107 17 Advanced programming Initialization You must then tell the API that it must call the callback when a new module is connected YAPI RegisterDeviceArrivalCallback deviceArrival Note that if modules are already connected when the callback is registered the callback is called for each of the already connected modules Triggering callbacks A classis issue of callback programming is that these callbacks can be triggered at any time including at times when the main program is not ready to receive them This can have undesired side effects such as dead locks and other race conditions Therefore in the Yoctopuce API module arrival departure callbacks are called only when the UpdateDeviceList function is running You only need to call UpdateDeviceList at regular intervals from a timer or from a specific thread to precisely control when the calls to these callbacks happen waiting loop managing callbacks while true module arrival departure
209. nsor FirstSensor Sensoxr set logErequency 15 m To avoid wasting flash memory it is possible to disable logging for specified functions In order to do so simply use the value OFF sensor set_logFrequency OFE Limitation The Yocto 4 20mA Rx cannot use a different frequency for timed report callbacks and for recording data into the datalogger You can disable either of them individually but if you enable both timed report callbacks and logging for a given function the two will work at the same frequency Retrieving the data To load recorded measures from the Yocto 4 20mA Rx flash memory you must call the get _recordedData method of the desired sensor and specify the time interval for which you want to retrieve measures The time interval is given by the start and stop UNIX timestamp You can also specify 0 if you don t want any start or stop limit The get_recordedData method does not return directly am array of measured values since in some cases it would cause a huge load that could affect the responsiveness of the application Instead this function will return an YDataSet object that can be used to retrieve immediately an overview of the measured data summary and then to load progressively the details when desired Here are the main methods used to retrieve recorded measures dataset sensor get_recordedData 0 0 select the desired time interval dataset loadMore load data from the device progressively
210. o 4 20MmA Rx with Visual Basic NET persistently it is necessary to ask the module to save its current configuration in its permanent memory To do so use the saveToFlash method Inversely it is possible to force the module to forget its current settings by using the revertFromFlash method The short example below allows you to modify the logical name of a module Module Modulel Sub usage Console WriteLine usage demo lt serial or logical name gt lt new logical name gt End End Sub Sub Main Dim argv As String System Environment GetCommandLineArgs Dim errmsg As String Dim newname As String Dim m As YModule If argv Length lt gt 3 Then usage REM Setup the APT to use Local USB devices If yRegisterHub usb errmsg lt gt YAPI_ SUCCESS Then Console WriteLine RegisterHub error errmsg End End If m yFindModule argv 1 REM use serial or logical name If m isOnline Then newname argv 2 If Not yCheckLogicalName newname Then Console WriteLine Invalid name newname End End If m set_logicalName newname m saveToFlash REM do not forget this Consoles Wri te UModulle seria maiger servalNumbex Console Write name m get_logicalName Else Console Write not connected check identification and USB cable End If End Sub End Module Warning the number of write cycles of the nonvolatile memory of the module is limited When this limi
211. o store all the handles From this you can deduce either the number of connected modules or that the input buffer is too small The errmsg 120 www yoctopuce com 18 Using with unsupported languages parameter must point to a 255 character buffer to retrieve a potential error message This pointer can also point to null The function returns a negative integer in case of error zero otherwise The yapiGetDeviceinfo function retrieves the information related to a module from its handle devdesc is a 32 bit integer representing the module and which was obtained through yapiGetAllDevices infos points to a data structure in which the result is stored This data structure has the following format Name Type bytes Pescription vendorid int 4 Yoctopuce USB ID deviceid int 4 Module USB ID devrelease int 4 Module version nbinbterfaces int 4 Number of USB interfaces used by the module manufacturer char 20 Yoctopuce null terminated productname char 28 Model null terminated serial char 20 Serial number null terminated logicalname char 20 Logical name null terminated firmware char 22 Firmware version null terminated beacon byte 1 Beacon state 0 1 The errmsg parameter must point to a 255 character buffer to retrieve a potential error message Here is a sample program written in pascal using the yapi di DLL to list the connected modules device description structure type yDeviceSt packed record vendor
212. o_api php include yocto_api h import yocto_api h uses yocto_api vb _ yocto_api vb yocto_api cs import com yoctopuce YoctoAPI YModule from yocto_api import Global functions yCheckLogicalName name Checks if a given string is valid as logical name for a module or a function yDisableExceptions Disables the use of exceptions to report runtime errors yEnableExceptions Re enables the use of exceptions for runtime error handling yEnableUSBHost osContext This function is used only on Android yFreeAPI Frees dynamically allocated memory blocks used by the Yoctopuce library yGetAP Version Returns the version identifier for the Yoctopuce library in use yGetTickCount Returns the current value of a monotone millisecond based time counter yHandleEvents errmsg Maintains the device to library communication channel ylnitAPI mode errmsg Initializes the Yoctopuce programming library explicitly yPreregisterHub url errmsg Fault tolerant alternative to RegisterHub yRegisterDeviceArrivalCallback arrivalCallback Register a callback function to be called each time a device is pluged yRegisterDeviceRemovalCallback removalCallback Register a callback function to be called each time a device is unpluged yRegisterHub url errmsg Setup the Yoctopuce library to use modules connected on a given machine yRegisterHubDiscoveryCallback callback 124 www yoctopuce com 19 High level API Reference
213. ocated at about 100000 cycles In short you can use the saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not NULL Below a short example listing the connected modules include lt iostream gt include yocto_api h using namespace std int Madn AlL aroc Const char ara 1 string errmsg Setup the API to use local USB devices if yRegisterHub usb errmsg YAPT SUCCESS Geiem lt lt Witeyepieiceueltible Gisieigy 4 lt lt Sicianeye lt lt iol 5 return 1 cout lt lt Device list lt lt endl YModule module yFirstModule while module NULL couci lt modules jermserucl NUME ri lt a ala cout lt lt module gt get_productName lt lt endl module module gt nextModule return 0 www yoctopuce com 53 9 Using Yocto 4 20mA Rx with C 9 3 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user will have unplugged the device either before running the software or even while the softwar
214. ocated in a DLL The software is compiled with a small library which provides control of the DLL It is the fastest method to code module support in a given language Indeed the useful part of the control code is located in the DLL which is the same for all languages the effort to support a new language is limited to coding the small library which controls the DLL From the end user stand point there are few differences one must simply make sure that the DLL is installed on the end user s computer at the same time as the main software The application uses the DLL to natively control the locally connected module Control by service Some languages do simply not allow you to easily gain access to the hardware layers of the machine It is the case for Javascript for instance To deal with this case Yoctopuce provides a solution in the form of a small piece of software called Virtual Hub It can access the modules and your application only needs to use a library which offers all necessary functions to control the modules via this virtual hub The end users will have to start the virtual hub before running the project control software itself unless they decide to install the hub as a service deamon in which case the virtual hub starts automatically when the machine starts up The application connects itself to the virtual hub to gain access to the module The service control method comes with a non negligible advantage the application
215. ogical name of a module import com yoctopuce YoctoAPI public class Demo HUIS bak ve yord mainot c ag ees Ery 4 setup the API to use local VirtualHub YAPI RegisterHub 127 0 0 1 catch YAPI Exception ex System out printin Cannot contact VirtualHub on 127 0 0 1 ex getLocalizedMessage System out printin Ensure that the VirtualHub application is running System exit 1 if args length 2 System out printin usage demo lt serial or logical name gt lt new logical name gt System exit 1 YModule m String newname m YModule FindModule args 0 use serial or logical name CEVA newname args 1 if YAPI CheckLogicalName newname System out printin Invalid name newname System exit 1 m set_logicalName newname m saveToFlash do not forget this 92 www yoctopuce com 15 Using the Yocto 4 20mA Rx with Java System out printin Module serialli m get serialNumber System out printlin name m get_logicalName catch YAPT Exception ex System out printlin Module args 0 not connected check identification and USB cable System out printin ex getMessage System exit 1 YAPI FreeAPi Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limi
216. ogicalName String name def CheckLogicalName name YAPI A valid logical name has a maximum of 19 characters allamongA 2Z a z 0 9 _ and If you try to configure a logical name with an incorrect string the invalid characters are ignored Parameters name a string containing the name to check Returns true if the name is valid false otherwise 126 www yoctopuce com 19 High level API Reference YAPI DisableExceptions YAPI yDisableExceptions Disables the use of exceptions to report runtime errors function yDisableExceptions function DisableExceptions function yDisableExceptions void yDisableExceptions void yDisableExceptions procedure yDisableExceptions procedure yDisableExceptions void DisableExceptions def DisableExceptions When exceptions are disabled every function returns a specific error value which depends on its type and which is documented in this reference manual www yoctopuce com 127 19 High level API Reference YAPI EnableExceptions YAPI yEnableExceptions Re enables the use of exceptions for runtime error handling function yEnableExceptions node js function EnableExceptions function yEnableExceptions void yEnableExceptions void yEnableExceptions procedure yEnableExceptions procedure yEnableExceptions cs void EnableExceptions def EnableExceptions Be aware than when exceptions are enabled
217. ointer The callback function should take two arguments the function object of which the value has changed and the character string describing the new advertised value www yoctopuce com 231 19 High level API Reference genericsensor set_highestValue YGenericSensor genericsensor setHighestValue Changes the recorded maximal value observed function set_highestValue newval function set_highestValue newval function set_highestValue newval int set_highestValue double newval int setHighestValue double newval function set_highestValue newval double integer v _ function set_highestValue ByVal newval As Double As Integer int set_highestValue double newval int set_highestValue double newval def set_highestValue newval YGenericSensor target set_highestValue newval Parameters newval a floating point number corresponding to the recorded maximal value observed Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or returns a negative error code 232 www yoctopuce com 19 High level API Reference genericsensor set_logFrequency YGenericSensor genericsensor setLogFrequency Changes the datalogger recording frequency for this function function set_logFrequency newval function set_logFrequency newval function set_logFrequency newval int set_logFrequency const string amp newval int setLogFrequency NSString newv
218. omputer running the library If the initialization does not succeed this function returns a value different from YAPI SUCCESS and errmsg contains the error message yFindGenericSensor The yFindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named MyModule and for which you have given the genericSensor 1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once genericsensor yFindGenericSensor RX420MA1 123456 genericSensor1 genericsensor yFindGenericSensor RX420MA1 123456 MyFunction genericsensor yFindGenericSensor MyModule genericSensorl1 genericsensor yFindGenericSensor MyModule MyFunction genericsensor yFindGenericSensor MyFunction yFindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by yFindGenericSensor allows you to know if the corresponding module is present and in working order 4 Remember to change the filter of the selection window otherwise the DLL will not show 64 www yoctopuce com 11 Using Yocto 4 20MmA Rx with Visual Basic NET get_currentValue The g
219. on in a strictly identical manner if you integrate them in an application with a graphical interface 15 2 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a Java code snippet to use the GenericSensor function a soc Get access to your device connected locally on USB for instance VARTE Registe CHUDA E OmiO i genericsensor YGenericSensor FindGenericSensor RX420MA1 123456 genericSensor1 Hot plug is easy just check that the device is online if genericsensor isOnline Use genericsensor get_currentValue 1 www yoctopuce com EN libraries php 2 www yoctopuce com EN virtualhub php www yoctopuce com 89 15 Using the Yocto 4 20mA Rx with Java ferences Let us look at these lines in more details YAPI RegisterHub The yAPI RegisterHub function initializes the Yoctopuce API and indicates where the modules should be looked for The parameter is the address of the Virtual Hub able to see the devices If the initialization does not succeed an exception is thrown YGenericSensor FindGenericSensor The YGenericSensor FindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named
220. oot function triggerFirmwareUpdate secBeforeReboot int triggerFirmwareUpdate int secBeforeReboot int triggerFirmwareUpdate int secBeforeReboot function triggerFirmwareUpdate secBeforeReboot Longint Longint function triggerFirmwareUpdate As Integer int triggerFirmwareUpdate int secBeforeReboot int triggerFirmwareUpdate int secBeforeReboot def triggerFirmwareUpdate secBeforeReboot YModule target triggerFirmwareUpdate secBeforeReboot YModule Parameters secBeforeReboot number of seconds before rebooting Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 191 19 High level API Reference module wait_async YModule Waits for all pending asynchronous commands on the module to complete and invoke the user provided callback function function wait_async callback context function wait_async callback context The callback function can therefore freely issue synchronous or asynchronous commands without risking to block the Javascript VM Parameters callback callback function that is invoked when all pending commands on the module are completed The callback function receives two arguments the caller specific context object and the receiving function object context caller specific object that is passed as is to the callback function Returns nothing 192 www yoctopuce com
221. oprocessor You will write the control software yourself according to your needs using the information provided in this manual 1 support yoctopuce com www yoctopuce com 1 Introduction Yoctopuce provides software libraries to drive its modules for the following operating systems Windows Mac OS X Linux and Android Yoctopuce modules do not require installing any specific system driver as they leverage the standard HID driver provided with every operating system Windows versions currently supported are Windows XP Windows 2003 Windows Vista and Windows 7 Both 32 bit and 64 bit versions are supported Yoctopuce is frequently testing its modules on Windows XP and Windows 7 Mac OS X versions currently supported are 10 6 Snow Leopard Mac OS X 10 7 Lion and 10 8 Mountain Lion Yoctopuce is frequently testing its modules on Mac OS X 10 6 and 10 7 Linux kernels currently supported are the 2 6 branch and the 3 0 branch Other versions of the Linux kernel and even other UNIX variants are very likely to work as well as Linux support is implemented through the standard libusb API Yoctopuce is frequently testing its modules on Linux kernel 2 6 Android versions currently supported are Android 3 1 and later Moreover it is necessary for the tablet or phone to support the Host USB mode Yoctopuce is frequently testing its modules on Android 4 x on a Nexus 7 and a Samsung Galaxy S3 with the Java for Android library A
222. opuce com 263 19 High level API Reference datastream get_averageValue YDataStream datastream averageValue Returns the average of all measures observed within this stream function get_averageValue function get_averageValue function get_averageValue double get_averageValue double averageValue function get_averageValue double function get_averageValue As Double double get_averageValue double get_averageValue def get_averageValue If the device uses a firmware older than version 13000 this method will always return Y_DATA_INVALID Returns a floating point number corresponding to the average value or Y_DATA_INVALID if the stream is not yet complete still recording On failure throws an exception or returns Y_DATA_INVALID 264 www yoctopuce com 19 High level API Reference datastream get_columnCount YDataStream datastream gt columnCount Returns the number of data columns present in this stream function get_columnCount function get_columnCount function get_columnCount int get_columnCount int columnCount function get_columnCount Longint function get_columnCount_ As Integer int get_columnCount int get_columnCount def get_columnCount The meaning of the values present in each column can be obtained using the method get_columnNames If the device uses a firmware older than version 13000 this method fetches
223. or With the callback function you can use the method get_unt to get the physical unit of the sensor if you need to display it A complete example You can find a complete example implemented in your favorite programming language in the Examples Prog EventBased directory of the corresponding library 17 2 The data logger Your Yocto 4 20mA Rx is equipped with a data logger able to store non stop the measures performed by the module The maximal frequency is 100 times per second i e 100 s and the minimal frequency is 1 time per hour i e 1 h When the frequency is higher than or equal to 1 s the measure represents an instant value When the frequency is below the measure will include distinct minimal maximal and average values based on a sampling performed automatically by the device The data logger flash memory can store about 500 000 instant measures or 125 000 averaged measures When the memory is about to be saturated the oldest measures are automatically erased Make sure not to leave the data logger running at high speed unless really needed the flash memory can only stand a limited number of erase cycles typically 100 000 cycles When running at full speed the datalogger can burn more than 100 cycles per day Also be aware that it is useless to record measures at a frequency higher than the refresh frequency of the physical sensor itself Starting stopping the datalogger The data logger can be started with the set
224. pe YGenericSensor genericsensor errorType Returns the numerical error code of the latest error with the generic sensor function get_errorType function get_errorType function get_errorType YRETCODE get_errorType function get_errorType YRETCODE function get_errorType As YRETCODE YRETCODE get_errorType int get_errorType def get_errorType This method is mostly useful when using the Yoctopuce library with exceptions disabled Returns a number corresponding to the code of the latest error that occured while using the generic sensor object 204 www yoctopuce com 19 High level API Reference genericsensor get_friendlyName YGenericSensor genericsensor friendlyName Gl Returns a global identifier of the generic sensor in the format MODULE_NAME FUNCT LON_NAMI function get_friendlyName function get_friendlyName function get_friendlyName string get_friendlyName NSString friendlyName string get_friendlyName String get_friendlyName def get_friendlyName The returned string uses the logical names of the module and of the generic sensor if they are defined otherwise the serial number of the module and the hardware identifier of the generic sensor for exemple MyCustomName relayl1 Returns a string that uniquely identifies the generic sensor using logical names ex MyCustomName relay1l On failure throws an exception or returns
225. pecified callback function after a given timeout function ySetTimeout callback ms_timeout arguments function SetTimeout callback ms_timeout arguments This function behaves more or less like Javascript set Timeout but during the waiting time it will call yHandleEvents and yUpdateDeviceList periodically in order to keep the API up to date with current devices Parameters callback the function to call after the timeout occurs On Microsoft Internet Explorer the callback must be provided as a string to be evaluated ms_timeout an integer corresponding to the duration of the timeout in milliseconds arguments additional arguments to be passed to the callback function can be provided if needed not supported on Microsoft Internet Explorer Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 143 19 High level API Reference YAPI Sleep YAPI ySleep Pauses the execution flow for a specified duration function ySleep ms_duration errmsg function Sleep ms_duration errmsg function ySleep ms_duration amp errmsg YRETCODE ySleep unsigned ms_duration string amp errmsg YRETCODE ySleep unsigned ms_duration NSError errmsg function ySleep ms_duration integer var errmsg string integer function ySleep ByVal ms_duration As Integer ByRef errmsg As String As Integer int Sleep int ms_duration ref
226. puce modules are located more precisely on which machine the VirtualHub software is running In our case the 127 0 0 1 4444 address indicates the local machine port 4444 the standard port used by Yoctopuce You can very well modify this address and enter the address of another machine on which the VirtualHub software is running yFindGenericSensor The yFindGenericSensor function allows you to find a generic sensor from the serial number of the module on which it resides and from its function name You can use logical names as well as long as you have initialized them Let us imagine a Yocto 4 20mA Rx module with serial number RX420MA1 123456 which you have named MyModule and for which you have given the genericSensor1 function the name MyFunction The following five calls are strictly equivalent as long as MyFunction is defined only once Sgenericsensor yFindGenericSensor RX420MA1 123456 genericSensorl1 Sgenericsensor yFindGenericSensor RX420MA1 123456 MyFunction Sgenericsensor yFindGenericSensor MyModule genericSensor1 Sgenericsensor yFindGenericSensor MyModule MyFunction Sgenericsensor yFindGenericSensor MyFunction yFindGenericSensor returns an object which you can then use at will to control the generic sensor isOnline The isOnline method of the object returned by yFindGenericSensor allows you to know if the corresponding module is present and in working order get_currentValu
227. r http 127 0 0 1 4444 byName myModule api module txt To retrieve the value of a module property simply add the name of the property below module For example if you want to know the signposting led luminosity send the following request http 127 0 0 1 4444 bySerial RX420MA1 12345 api module luminosity To change the value of a property modify the corresponding attribute Thus to modify the luminosity send the following request http 127 0 0 1 4444 bySerial RX420MA1 12345 api module luminosity 100 Driving the module functions through the REST interface The module functions can be manipulated in the same way To know the state of the genericsensor function build the following URL http 127 0 0 1 4444 bySerial RX420MA1 12345 api genericsensor txt Note that if you can use logical names for the modules instead of their serial number you cannot use logical names for functions Only hardware names are authorized to access functions You can retrieve a module function attribute in a way rather similar to that used with the modules For example http 127 0 0 1 4444 bySerial RX420MA1 12345 api genericsensor logicalName Rather logically attributes can be modified in the same manner http 127 0 0 1 4444 bySerial RX420MA1 12345 api genericsensor logicalName myFunction You can find the list of available attributes for your Yocto 4 20mA Rx at the beginning of the Programming chapter Accessing Yoctopuce data logger through the
228. r isOnline The isOnline method of the object returned by yFindGenericSensor allows you to know if the corresponding module is present and in working order get_currentValue The get_currentValue method of the object returned by yFindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor 13 3 Control of the module part Each module can be controlled in a similar manner you can find below a simple sample program displaying the main parameters of the module and enabling you to activate the localization beacon program modulecontrol SAPPTYPE CONSOLE uses Sysutils yocto_api const serial RX420MA1 123456 use serial number or logical name procedure refresh module Tymodule begin if module isOnline then begin Weite ltn aui Writeln Serial module nge res crlall Numbers i Writeln Logical name module get_logicalName Writeln Luminosity intToStr module get_luminosity Write Beacon AGS Ne BE module get_beacon Y_ BEACON ON then Writeln on else Writeln off Writeln uptime mne Toote MeO CSc up Time Cling IMO arise e Writeln USB current GW ae intToStr module get_usbCurrent mA Writeln Logs Te ee Writeln module get_lastlogs Wire eedi es Writeln r refresh b beacon ON space beacon off end www yoctopuce com
229. r correction data points in particular to compensate for a possible perturbation of the measure caused by an enclosure function calibrateFromPoints rawValues refValues function calibrateFromPoints rawValues refValues function calibrateFromPoints rawValues refValues int calibrateFromPoints vector lt double gt rawValues vector lt double gt refValues int calibrateFromPoints NSMutableArray rawValues NSMutableArray refValues function calibrateFromPoints rawValues TDoubleArray refValues TDoubleArray LongInt procedure calibrateFromPoints int calibrateFromPoints List lt double gt rawValues List lt double gt refValues int calibrateFromPoints ArrayList lt Double gt rawValues ArrayList lt Double gt refValues def calibrateFromPoints rawValues refValues YGenericSensor target calibrateFromPoints rawValues refValues It is possible to configure up to five correction points Correction points must be provided in ascending order and be in the range of the sensor The device will automatically perform a linear interpolation of the error correction between specified points Remember to call the saveToFlash method of the module if the modification must be kept For more information on advanced capabilities to refine the calibration of sensors please contact support yoctopuce com Parameters rawValues array of floating point numbers corresponding to the raw values returned by the sensor for
230. r even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to isOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below The method recommended by most programming languages for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you try to access a module the library throws an exception In this case there are three possibilities e If your code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Otherwise the exception makes your program crash bang As this lates
231. r is displayed Logical Name Description Action 0 VirtualHub configure view log file Yocto 4 20MA Rx configure view bog file beacon Show device functions Module list as displayed in your web bowser 3 1 Localization You can then physically localize each of the displayed modules by clicking on the beacon button This puts the Yocto led of the corresponding module in Yocto beacon mode It starts flashing which allows you to easily localize it The second effect is to display a little blue circle on the screen You obtain the same behavior when pressing the Yocto button of the module 3 2 Test of the module The first item to check is that your module is working well click on the serial number corresponding to your module This displays a window summarizing the properties of your Yocto 4 20mA Rx 1 www yoctopuce com EN virtualhub php 2 The interface was tested on FireFox 3 IE 6 Safari and Chrome It does not work with Opera www yoctopuce com 11 3 First steps RX420MA1 11D52 EE RX420MA1 11D52 is a 20x60mm board which can power and or read two 4 20mA sensors Kernel Serial RX420MA1 11D52 Product name Yocto 4 20mMA Rx Logical name Product release 1 Firmware 12696 Consumption 231 MA Beacon Inactive Gumon Luminosity 50 Sensors Min Current Max Sensor1 237 2deg 237 6deg 2372 7 deg 14 558 mA Sensor 2 20 mA 4mA 0 mA Misc Open API browser pop up
232. r of your choice connect your modules run the VirtualHub software and you are ready to start your first tests You do not need to install any driver 7 2 Control of the GenericSensor function A few lines of code are enough to use a Yocto 4 20mA Rx Here is the skeleton of a JavaScript code snipplet to use the GenericSensor function lt SCRIPT type text javascript src yocto_apil jjs gt lt SCRIPT gt lt SCRIPT type text javascript sre yocto _genericsensor js gt lt SCRIPI gt Get access to your device through the VirtualHub running locally yRegisterHub http 127 0 0 1 4444 var genericsensor yFindGenericSensor RX420MA1 123456 genericSensorl1 Check that the module is online to handle hot plug if genericsensor isOnline 1 Actually as soon as Opera implements support for the HTTP Access Control Allow Origin header www yoctopuce com EN libraries php 3 www yoctopuce com EN virtualhub php www yoctopuce com 31 7 Using Yocto 4 20mA Rx with Javascript i USC Genericsensor ger cunnenc Value a Let us look at these lines in more details yocto_api js and yocto_genericsensor js These two Javascript includes provide access to functions allowing you to manage Yoctopuce modules yocto_api js must always be included yocto genericsensor js Is necessary to manage modules containing a generic sensor such as Yocto 4 20mA Rx yRegisterHub The yRegisterHub function allows you to indicate
233. r the connector Yocto button The Yocto button has two functionalities First it can activate the Yocto beacon mode see below under Yocto led Second if you plug in a Yocto module while keeping this button pressed you can then reprogram its firmware with a new version Note that there is a simpler Ul based method to update the firmware but this one works even in case of severely damaged firmware Yocto led Normally the Yocto led is used to indicate that the module is working smoothly The Yocto led then emits a low blue light which varies slowly mimicking breathing The Yocto led stops breathing when the module is not communicating any more as for instance when powered by a USB hub which is disconnected from any active computer When you press the Yocto button the Yocto led switches to Yocto beacon mode It starts flashing faster with a stronger light in order to facilitate the localization of a module when you have several identical ones It is indeed possible to trigger off the Yocto beacon by software as it is possible to detect by software that a Yocto beacon is on The Yocto led has a third functionality which is less pleasant when the internal software which controls the module encounters a fatal error the Yocto led starts emitting an SOS in morse 1 If this happens unplug and re plug the module If it happens again check that the module contains the latest version of the firmware and if it is the case contact Yoctopuce
234. returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not NULL Below a short example listing the connected modules lt HTML gt lt HEAD gt lt TITLE gt Modules inventory lt TITLE gt lt SCRIPT type text javascript src yocto api js gt lt SCRIPT gt lt SCRIPT language javascriptl 5 type text JavaScript gt www yoctopuce com 35 7 Using Yocto 4 20mA Rx with Javascript lt Use explicit error handling rather than exceptions yDisableExceptions Setup the API to use the VirtualHub on local machine if yRegisterHub http 127 0 0 1 4444 YAPI SUCCESS alert Jeannot Contact Virtuel Hublonm 121 Oroki function refresh yUpdateDeviceList var htmlcode var module yFirstModule while module htmlcode module get serialNumber module get_productName lt br gt module module nextModule document getElementById list innerHTML htmlcode setTimeout refresh 500 gt lt V OCRINPIE lt HEAD gt lt BODY onload refresh gt lt Hl gt Device list lt H1 gt lt tt gt lt span id list gt lt span gt lt tt gt lt BODY gt lt HTML gt 7 4 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user
235. ricSensor YGenericSensor 196 FirstModule YModule 151 Fixing 15 FreeAPI YAPI 129 functionCount YModule 154 functionld YModule 155 functionName YModule 156 Functions 124 functionValue YModule 157 G General 17 27 124 GenericSensor 20 28 31 39 49 57 64 70 77 83 89 98 193 get_advertisedValue YGenericSensor 199 get_averageValue YDataStream 263 get_averageValue YMeasure 256 get_beacon YModule 158 get_columnCount YDataStream 264 get_columnNames YDataStream 265 get_currentRawValue YGenericSensor 200 get_currentValue YGenericSensor 201 get_data YDataStream 266 get_dataRows YDataStream 267 get_dataSampleslIntervalMs YDataStream 268 get_duration YDataStream 269 get_endTimeUTC YDataSet 244 get_endTimeUTC YMeasure 257 get_errorMessage YGenericSensor 202 get_errorMessage YModule 159 get_errorType YGenericSensor 203 get_errorType YModule 160 get_firmwareRelease YModule 161 get_friendlyName YGenericSensor 204 get_functionDescriptor YGenericSensor 205 get_functionld YDataSet 245 get_functionld YGenericSensor 206 get_hardwareld YDataSet 246 get_hardwareld YGenericSensor 207 get_hardwareld YModule 162 get_highestValue YGenericSensor 208 get_icon2d YModule 163 get_lastLogs YModule 164 get_logFrequency YGenericSensor 209 get_logicalName YGenericSensor 210 get_logicalName YModule 165 get_lowestValue YGenericSensor 211 get_luminosity YModule 166 get_maxValue YDataStream 270 get_maxValue YM
236. ring that identifies the generic sensor ex relay1 On failure throws an exception or returns Y_FUNCTIONID_INVALID www yoctopuce com 207 19 High level API Reference genericsensor get_hardwareld YGenericSensor genericsensor hardwareld Returns the unique hardware identifier of the generic sensor in the form SERIAL FUNCTIONID function get_hardwareld function get_hardwareld function get_hardwareld string get_hardwareld NSString hardwareld function get_hardwareld As String string get_hardwareld String get_hardwareld def get_hardwareld The unique hardware identifier is composed of the device serial number and of the hardware identifier of the generic sensor for example RELAYLO1 123456 relayl1 Returns a string that uniquely identifies the generic sensor ex RELAYLO1 123456 relayl1 On failure throws an exception or returns Y_HARDWAREID_INVALID 208 www yoctopuce com 19 High level API Reference genericsensor get_highestValue genericsensor highestValue Returns the maximal value observed function get_highestValue function get_highestValue function get_highestValue double get_highestValue double highestValue function get_highestValue double function get_highestValue As Double double get_highestValue double get_highestValue def get_highestValue YGenericSensor target get_highestValue R
237. rking order get_currentValue The get_currentValue method of the object returned by yFindGenericSensor provides the current currently measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor A real example Open your preferred text editor copy the code sample below save it in the same directory as the Yoctopuce library files and then use your preferred web browser to access this page The code is also provided in the directory Examples Doc GettingStarted Yocto 4 20mA Rx of the Yoctopuce library In this example you will recognize the functions explained above but this time used with all side materials needed to make it work nicely as a small demo The example is coded to be used either from a web server or directly by opening the file on the local machine Note that this latest solution does not work with some versions of Internet Explorer in particular IE 9 on Windows 7 which is not able to open network connections when working on a local 4 if you do not have a text editor use Notepad rather than Microsoft Word 32 www yoctopuce com 7 Using Yocto 4 20mA Rx with Javascript file In order to use Internet Explorer you should load the example from a web server No such problem exists with Chrome Firefox or Safari If your Yocto 4 20mA Rx is not connected on the host running the browser replace in the example the address 127 0 0 1 by th
238. rstModule function yFirstModule cpp _ YModule yFirstModule m YModule yFirstModule function yFirstModule TYModule function yFirstModule As YModule YModule FirstModule YModule FirstModule def FirstModule Use the method yModule nextModule to iterate on the next modules Returns a pointer to a YModule object corresponding to the first module currently online or a null pointer if there are none 152 www yoctopuce com 19 High level API Reference module describe Returns a descriptive text that identifies the module function describe function describe function describe string describe NSString describe function describe string function describe As String string describe String describe def describe The text may include either the logical name or the serial number of the module YModule Returns a string that describes the module www yoctopuce com 153 19 High level API Reference module download Downloads the specified built in file and returns a binary buffer with its content function download pathname function download pathname function download pathname string download string pathname NSData download NSString pathname function download pathname string TByteArray function download As Byte def download pathname YModule target download pathname Param
239. s logfun a procedure taking a string parameter or nul 1 140 www yoctopuce com 19 High level API Reference YAPI SelectArchitecture YAPI ySelectArchitecture Select the architecture or the library to be loaded to access to USB def SelectArchitecture arch By default the Python library automatically detects the appropriate library to use However for Linux ARM it not possible to reliably distinguish between a Hard Float armhf and a Soft Float armel install For in this case it is therefore recommended to manually select the proper architecture by calling SelectArchitecture before any other call to the library Parameters arch A string containing the architecture to use Possibles value are armhf armel 1386 x86 64 32570 TO4DIET Returns nothing On failure throws an exception www yoctopuce com 141 19 High level API Reference YAPI SetDelegate YAPI ySetDelegate Objective C only Register an object that must follow the procol YDeviceHotPlug void ySetDelegate id object The methodes yDeviceArrival and yDeviceRemoval will be invoked while yUpdateDeviceList is running You will have to call this function on a regular basis Parameters object an object that must follow the procol YAP IDelegate or nil 142 www yoctopuce com 19 High level API Reference YAPI SetTimeout YAPI ySetTimeout Invoke the s
240. s 20 5 5 DataLogger function interface 2 ees scceeeseeceeeeeeceeeeseeeeeeeaeeeseaaeeseeaaeenensaeeneesneneeseneeetsas 21 5 6 What interface Native DLL or Service ooe ceccccccssceeceeeeeceeeeesseeeeeuceeeeuueeeseeuueeeeeeeenaes 22 5 7 Programming where to Start oo ceceeeeeee essere eeene cette nee eeeeaeeeeseaeeeeseaeeeeseaeeeeseaeeeeeeaeeeee 24 6 Using the Yocto 4 20mA Rx in command line cee 27 G21 installing ascidian itv a elcid ii ain iii Siete Bie 27 6 2 Use gemeralide Scriptlom aer a aa aa cee eeesds seater eerie eee 27 6 3 Control of the GenericSensor FUNCTION 2 ee eeeeeeeneeeeeeneeeeeeeeeeteaeeeeteaaeeeteeeeeeeeneeeeeeeeeeeeas 28 6 4 Control ofthe module part sain ene aiden eae Aare ee ed ee 28 625 LIMMALIONS sd 25 oeses eos ise Riga ela A E e ee eel 29 7 Using Yocto 4 20MA Rx with Javascript 2 0 00 eects 31 FAs GOUING EAC 2c TE eae tee sc ude cad Niles Sete atte deena EE ceded Bae aoc 31 7 2 Control of the GenericSensor function oo eee ceeccceecceeeeceeeueceeeeceeeeeeeeeeeeeeuaeeeeueeeesaaeenseneenes 31 TO G ntrol Of the module Darts ea d cece berets saves eaea ee aaa aeaea devas eee at a aee detested 33 7 4 Error handling sccsececeect deta ee aaa aa bedigieivteesiedaa rasan Ai teeeee den Aa eee 36 8 Using Yocto 4 20MA RX with PHP ooo ces ees eeeeeeesneeeeseeseeteeneeneeeees 39 8 1 sGening Teady chase Kn ee ent hand Wek net eRe eee Seeds 39 8 2 Control of the GenericSensor FUNCTION 0 eee
241. s are lost To store them permanently you must tell the module to save its current configuration in its nonvolatile memory To do so use the saveToFlash command Inversely it is possible to force the module to forget its current settings by using the revert FromFlash method For example YModule RX420MA1 12346 set_logicalName MonPremierModule YModule RX420MA1 12346 saveToFlash Note that you can do the same thing in a single command with the s option YModule s RX420MA1 12346 set _logicalName MonPremierModule Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop 6 5 Limitations The command line API has the same limitation than the other APIs there can be only one application at a given time which can access the modules natively By default the command line API works in native mode You can easily work around this limitation by using a Virtual Hub run the VirtualHub on the concerned machine and use the executables of the command line API with the r option For example if you use YModule inventory you obtain a list of the modules connected b
242. s of the genericSensor function each based on the measure of one of the two current loops used to connect external 4 20mA sensors module Module 18 www yoctopuce com 5 Programming general concepts attribute type modifiable productName String read only serialNumber String read only logicalName String modifiable productId Hexadecimal number read only productRelease Hexadecimal number read only firmwareRelease String read only persistentSettings Enumerated modifiable luminosity 0 100 modifiable beacon On Off modifiable upTime Time read only usbCurrent Used current mA read only rebootCountdown Integer modifiable usbBandwidth Enumerated modifiable genericSensor1 GenericSensor genericSensor2 GenericSensor attribute type modifiable logicalName String modifiable advertisedValue String read only unit String modifiable currentValue Fixed point number read only lowestValue Fixed point number modifiable highestValue Fixed point number modifiable currentRawValue Fixed point number read only logFrequency Frequency modifiable reportFrequency Frequency modifiable calibrationParam 16 bit word array modifiable resolution Floating point number modifiable SignalValue Fixed point number read only signalUnit String read only signalRange Value range modifiable valueRange Value range modifiable dataLogger DataLogger attribute type modifiable logicalName String modifiable
243. s you to modify the logical name of a module include lt iostream gt include lt stdlib h gt include yocto_ api h using namespace std static void usage const char exe Centr lt lt usage su i lt lt sexe Wecserial lt newhogucalNane gt ua lt lt sone ls exit 1 int mamane acoe const char arco 52 www yoctopuce com 9 Using Yocto 4 20mA Rx with C string errmsg Setup the API to use local USB devices ceil yReoAste rub Aus pA pues VAP SUCCESSA Cene lt lt WMiRiexenisiceuciibley emro W lt lt Sinan lt lt amele return 1 me eee S 0 usage argv 0 YModule module yFindModule argv 1 use serial or logical name if module gt isOnline ie arge gt 3 string newname argv 2 if yCheckLogicalName newname cerr lt lt Invalid name lt lt newname lt lt lt lt endl usage argv 0 module gt set_logicalName newname module gt saveToFlash cout lt lt Meurrent nams lt lt module gt getmloggicallNamei lt lt endi else cout lt lt argv 1 lt lt not connected check identification and USB cable lt lt endl return 0 Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is l
244. sb ref errmsg YAPI SUCCESS Console WriteLine RegisterHub error errmsg Environment Exit 0 waro omeno hie usage m YModule FindModule args 0 use serial or logical name if m isOnline if args Length gt 2 25 args lovpper ON m ser beacon YModuile BEACON TON 1 if args 1 ToUpper OFF m set_beacon YModule BEACON OFF Console WriteLine serial US ma getrserdalNumbex Console WriteLine logical name m get_logicalName Console WriteLine luminosity US NCEE OSES hoster smi s Console Write beacon me if m get_beacon YModule BEACON_ ON Console WriteLine ON else Console WriteLine OFF Console WriteLine upTime Na inseste etal IOI osrin 1 sieve amp Console Wertelinel WUSBicuEsent Un m oger usbCurrenti i oSiersng NE MATANE Console WriteLine Logs r n m get_lastLogs 72 www yoctopuce com 12 Using Yocto 4 20mA Rx with C else Console WriteLine args 0 not connected check identification and USB cable Each property xxx of the module can be read thanks to a method of type YModule get xxxx and properties which are not read only can be modified with the help of the YModule set xxx method For more details regarding the used functions refer to the API chapters Changing the module settings When you want to modify the settings of a module you only need to call the
245. sb or the www yoctopuce com 145 19 High level API Reference YAPI UpdateDeviceList YAPI yUpdateDeviceList Triggers a re detection of connected Yoctopuce modules function yUpdateDeviceList errmsg node js function UpdateDeviceList errmsg function yUpdateDeviceList amp errmsg YRETCODE yUpdateDeviceList string amp errmsg YRETCODE yUpdateDeviceList NSError errmsg function yUpdateDeviceList var errmsg string integer function yUpdateDeviceList ByRef errmsg As String As YRETCODE YRETCODE UpdateDeviceList ref string errmsg int UpdateDeviceList def UpdateDeviceList errmsg None The library searches the machines or USB ports previously registered using yRegisterHub and invokes any user defined callback function in case a change in the list of connected devices is detected This function can be called as frequently as desired to refresh the device list and to make the application aware of hot plug events Parameters errmsg a string passed by reference to receive any error message Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code 146 www yoctopuce com 19 High level API Reference YAPI UpdateDeviceList_async yUpdateDeviceList_async Triggers a re detection of connected Yoctopuce modules function yUpdateDeviceList_async callback context function UpdateDeviceList_async callback context
246. sbBandwidth ByVal newval As Integer As Integer int set_usbBandwidth int newval int set_usbBandwidth int newval def set_usbBandwidth newval YModule target set_usbBandwidth newval You must reboot the module after changing this setting Parameters newval either Y_USBBANDWIDTH_SIMPLE or Y_USBBANDWIDTH_DOUBLE according to the number of USB interfaces used by the module Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or returns a negative error code www yoctopuce com 189 19 High level API Reference module set_userData YModule module setUserData Stores a user context provided as argument in the userData attribute of the function function set_userData data function set_userData data function set_userData data void set_userData void data void setUserData void data procedure set_userData data Tobject procedure set_userData ByVal data As Object void set_userData object data void set_userData Object data def set_userData data This attribute is never touched by the API and is at disposal of the caller to store a context Parameters data any kind of object to be stored 190 www yoctopuce com 19 High level API Reference module triggerFirmwareUpdate Schedules a module reboot into special firmware update mode function triggerFirmwareUpdate secBeforeReboot function triggerFirmwareUpdate secBeforeReb
247. sentation 4 20mA sensor Va 4 20mA sensor Power source J lt Wiring for a 3 wire sensor with an independent power supply with common ground 4 20MA sensor LI Power source lt p Wiring of a 4 wire sensor with an independent power supply We recommend that you turn off the Yocto 4 20mA Rx before you connect a sensor If this is not possible and you use a 3 wire sensor make sure to always connect the ground of the sensor first Otherwise you risk to provoke an overload on the measuring loop which makes the Yocto 4 20mA Rx go into protection mode The overload red led The Yocto 4 20mA Rx was not designed to measure more than 20mA If a higher intensity is detected in the current loop because of a short for instance the corresponding input goes into protection mode and the corresponding red led is switched on If the Yocto 4 20mA Rx reports values above 20mA you must consider them to be inaccurate The Yocto 4 20mA Rx internal resistance is only 50Q this allows the use of very long wire for the 4 20mA sensor However in some cases the low resistance combined with sensors using big capacitors may cause protection problems a power up the capacitors charging process will cause a current rush greater than 20mA and trigger the protection mode This can be avoided by adding a 100 2000 resistor on the sensor power supply wire 100 200Q 4 20
248. size of the answer The errmsg parameter must point to a 255 character buffer to retrieve a potential error message This pointer can also point to null The function returns a negative integer in case of error zero otherwise The format of the requests is the same as the one described in the VirtualHub et HTTP GET section All the character strings used by the API are strings made of 8 bit characters Unicode and UTF8 are not supported The resutlt returned in the buffer variable respects the HTTP protocol It therefore includes an HTTP header This header ends with two empty lines that is a sequence of four ASCII characters 13 10 13 10 Here is a sample program written in pascal using the yapi dll DLL to read and then update the luminosity of a module www yoctopuce com 119 18 Using with unsupported languages Ar Dil functions Import function yapilInitAPI mode integer errmsg k pansichar sinteger cdecl external yapi dll name yapilInitAPI function yapiUpdateDevicelist force integer ernrmsg Pans Char integer icdecl external yapi dll name yapiUpdateDeviceList function yapiHTTPRequest device pansichar url pansichar buffer pansichar butisize integer var fulllisdzesimteger errmsg 3 pansichar integer caeci external yapi dll name yapiHTTPRequest var errmsgBuffer array 0 256 of ansichar dataBuffer array KO FT02 Mor manisae lac errmsg data 2 pansitehar TE BUL Seal yap e A abin
249. storical data Past measures can be loaded progressively using methods from the YDataSet object www yoctopuce com 215 19 High level API Reference genericsensor get_reportFrequency YGenericSensor genericsensor reportFrequency Returns the timed value notification frequency or OFF if timed value notifications are disabled for this function function get_reportFrequency function get_reportFrequency function get_reportFrequency string get_reportFrequency NSString reportFrequency function get_reportFrequency string function get_reportFrequency As String string get_reportFrequency String get_reportFrequency def get_reportFrequency YGenericSensor target get_reportFrequency Returns a string corresponding to the timed value notification frequency or OFF if timed value notifications are disabled for this function On failure throws an exception or returns Y_REPORTFREQUENCY_INVALID 216 www yoctopuce com 19 High level API Reference genericsensor get_resolution YGenericSensor genericsensor resolution Returns the resolution of the measured values function get_resolution function get_resolution function get_resolution double get_resolution double resolution function get_resolution double function get_resolution As Double pas ee ES double get_resolution double get_resolution def get_resolution YGeneric
250. stream get_data YDataStream datastream data Returns a single measure from the data stream specified by its row and column index function get_data row col function get_data row col function get_data row col double get_data int row int col double data int row int col function get_data row LongInt col Longint double function get_data As Double double get_data int row int col double get_data int row int col def get_data row col The meaning of the values present in each column can be obtained using the method get_columnNames This method fetches the whole data stream from the device if not yet done Parameters row row index col column index Returns a floating point number On failure throws an exception or returns Y_DATA_INVALID www yoctopuce com 267 19 High level API Reference datastream get_dataRows YDataStream datastream dataRows Returns the whole data set contained in the stream as a bidimensional table of numbers function get_dataRows function get_dataRows function get_dataRows vector lt vector lt double gt gt get_dataRows NSMutableArray dataRows function get_dataRows TDoubleArrayArray function get_dataRows As List List lt List lt double gt gt get_dataRows ArrayList lt ArrayList lt Double gt gt get_dataRows def get_dataRows The meaning of the values present in each column can be obtaine
251. string errmsg int Sleep long ms_duration def Sleep ms_duration errmsg None This function implements a passive waiting loop meaning that it does not consume CPU cycles significatively The processor is left available for other threads and processes During the pause the library nevertheless reads from time to time information from the Yoctopuce modules by calling yHandleEvents in order to stay up to date This function may signal an error in case there is a communication problem while contacting a module Parameters ms_duration an integer corresponding to the duration of the pause in milliseconds errmsg a string passed by reference to receive any error message Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code 144 www yoctopuce com 19 High level API Reference YAPI UnregisterHub YAPI yUnregisterHub Setup the Yoctopuce library to no more use modules connected on a previously registered machine with RegisterHub function yUnregisterHub url function UnregisterHub url function yUnregisterHub url void yUnregisterHub const string amp url void yUnregisterHub NSString url procedure yUnregisterHub url string procedure yUnregisterHub ByVal url As String void UnregisterHub string url synchronized static void UnregisterHub String url def UnregisterHub url Parameters url a string containing either u
252. sual Basic NET Yoctopuce library is composed of a DLL and of source files in Visual Basic The DLL is not a NET DLL but a classic DLL written in C which manages the low level communications with the modules The source files in Visual Basic manage the high level part of the API Therefore your need both this DLL and the vb files of the sources directory to create a project managing Yoctopuce modules Configuring a Visual Basic project The following indications are provided for Visual Studio Express 2010 but the process is similar for other versions Start by creating your project Then on the So ution Explorer panel right click on your project and select Add and then Add an existing item A file selection window opens Select the yocto_api vb file and the files corresponding to the functions of the Yoctopuce modules that your project is going to manage If in doubt select all the files You then have the choice between simply adding these files to your project or to add them as links the Add button is in fact a scroll down menu In the first case Visual Studio copies the selected files into your project In the second case Visual Studio simply keeps a link on the original files We recommend you to use links which makes updates of the library much easier 1 http www microsoft com visualstudio en us products 2010 editions visual basic express www yoctopuce com EN libraries php 3 The sources of this DLL are available in the C
253. support Current sensor Each Yocto module is able to measure its own current consumption on the USB bus Current supply on a USB bus being quite critical this functionality can be of great help You can only view the current consumption of a module by software Serial number Each Yocto module has a unique serial number assigned to it at the factory For Yocto 4 20mA Rx modules this number starts with RX420MA1 The module can be software driven using this serial number The serial number cannot be modified Logical name The logical name is similar to the serial number it is a supposedly unique character string which allows you to reference your module by software However in the opposite of the serial number the logical name can be modified at will The benefit is to enable you to build several copies of the same project without needing to modify the driving software You only need to program the same logical name in each copy Warning the behavior of a project becomes unpredictable when it contains several modules with the same logical name and when the driving software tries to access one of these modules through its logical name When leaving the factory modules do not have an assigned logical name It is yours to define 2 2 Specific elements Inputs There are two inputs in the Yocto 4 20mA Rx to connect sensors following the 4 20mA standard As implied by their name these sensors have the specificity to transmit the measur
254. t linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the YModule saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the YModule yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not null Below a short example listing the connected modules import con VOCEODUCE MOCLOAP I lt public class Demo public static void main String args Ley 4 setup the API to use local VirtualHub YAPI RegisterHub 127 0 0 1 catch YAPT Exception vex System tout prine lin meannoe eontkact VarrevalHubmons 12572 Om Ol a t ex getLocalizedMessage System out printin Ensure that the VirtualHub application is running System exit 1 Sye cem CMe pr me au MBewyalfotey Msesre YModule module YModule FirstModule while module null ey 4 System out printin module get_serialNumber module get productName catch YAPI Exception ex break module module nextModule YAPI FreeAPi 15 4 Error handling When you implement a program which must interact with USB modules you cannot disregard error
255. t n YModule module yFirstModule while module nil NSLog 3 3 module serialNumber module productName module module nextModule return 0 10 3 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to i1sOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below The method recommended by most programming languages for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you
256. t programming were used Even if you are not familiar with object programming it is unlikely that this will be a hinderance for using Yoctopuce products Note that you will never need to allocate or deallocate an object linked to the Yoctopuce API it is automatically managed There is one class per Yoctopuce function type The name of these classes always starts with a Y followed by the name of the function for example YTemperature YRelay YPressure etc There is also a YModule class dedicated to managing the modules themselves and finally there is the static YAPI class that supervises the global workings of the API and manages low level communications Low level handling Module handling Feature handling YAPI YModule YTemperature YPressure YRelay Y XXX Structure of the Yoctopuce API In the Yoctopuce API priority was put on the ease of access to the module functions by offering the possibility to make abstractions of the modules implementing them Therefore it is quite possible to work with a set of functions without ever knowing exactly which module are hosting them at the hardware level This tremendously simplifies programming projects with a large number of modules www yoctopuce com 17 5 Programming general concepts From the programming stand point your Yocto 4 20mA Rx is viewed as a module hosting a given number of functions In the API these functions are objects which can be found independently
257. t is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the saveToFlash function only 100000 times in the life of the module Make sure you do not call this function within a loop Listing the modules Obtaining the list of the connected modules is performed with the yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not Nothing Belowa short example listing the connected modules Module Modulel Sub Main Dim M As ymodule Dim errmsg As String REM Setup the API to use local USB devices If yRegisterHub usb errmsg lt gt YAPI_ SUCCESS Then Console WriteLine RegisterHub error errmsg End End if www yoctopuce com 67 11 Using Yocto 4 20mA Rx with Visual Basic NET Console WriteLine Device list M yFirstModule While M IsNot Nothing ConselenWrittehine MigersscrlallNumber HM get product Name ME M M nextModule End While End Sub End Module 11 5 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user will have unplugged the device either before running the software o
258. t of these subfunctions require the module hosting the function to be connected in order to be handled This is generally not guaranteed as a USB module can be disconnected after the control software has started The isOnline method available in all the classes is then very helpful Access to the modules Even if it is perfectly possible to build a complete project while making a total abstraction of which function is hosted on which module the modules themselves are also accessible from the API In fact they can be handled in a way quite similar to the functions They are assigned a serial number at the factory which allows you to find the corresponding object with YModule Find You can also assign arbitrary logical names to the modules to make finding them easier Finally the YModule class contains the YModule FirstModule and nextModule enumeration methods allowing you to list the connected modules Functions Module interaction From the API standpoint the modules and their functions are strongly uncorrelated by design Nevertheless the API provides the possibility to go from one to the other Thus the get_module method available for each function class allows you to find the object corresponding to the module hosting this function Inversely the YModule class provides several methods allowing you to enumerate the functions available on a module 5 2 The Yocto 4 20mA Rx module The Yocto 4 20mA Rx module provides two instance
259. t situation is not the most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get _state method returns a Y STATE INVALID value a get _currentValue method returns a Y CURRENTVALUE INVALID value and so on In any case the returned value is of the expected type and is not a null pointer which would risk crashing your program At worst if you display the value without testing it it will be outside the expected bounds for the returned value In the case of functions which do not normally return information the return value is YAPI_ SUCCESS if everything went well and a different error code in case of failure When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from the object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in th
260. tView R layout savesettings Spinner my spin Spinner findViewById R id spinner1 TRS Pumas ob Onmkemselectediiiis tenerai DMS aa new ArrayAdapter lt String gt this android R layout simple spinner Eemi aa setDropDownViewResource android R layout simple spinner dropdown item my spin setAdapter aa 102 www yoctopuce com 16 Using the Yocto 4 20mA Rx with Android Override protected void onStart super onStart ery 4 eis ll eue 7 YAPI EnableUSBHost this YAPI RegisterHub usb YModule r YModule FirstModule while r null String hwid r get_hardwarelId aa add hwid r r nextModule Pacaliche WAPISExCepiEoneec ia printStackTrace i refresh Spinner with detected relay aa notifyDataSetChanged Override protected void onStop super onStop YAPI FreeAPI private void DisplayModuleInfo TextView field if module null TECUM cry 4 YAPI UpdateDeviceList fixme field TextView findViewById R id logicalnamefield field setText module getLogicalName Catch YAPT Exception e printStackTrace Override public void onItemSelected AdapterView lt gt parent View view int pos long id String hwid parent getItemAtPosition pos toString module YModule FindModule hwid DisplayModuleInfo Override public void onNothingSelected AdapterView lt gt arg0
261. t_errorMessage def get_errorMessage This method is mostly useful when using the Yoctopuce library with exceptions disabled YModule Returns a string corresponding to the latest error message that occured while using this module object 160 www yoctopuce com 19 High level API Reference module get_errorType YModule module errorType Returns the numerical error code of the latest error with this module object function get_errorType function get_errorType function get_errorType YRETCODE get_errorType function get_errorType YRETCODE function get_errorType As YRETCODE YRETCODE get_errorType int get_errorType def get_errorType This method is mostly useful when using the Yoctopuce library with exceptions disabled Returns a number corresponding to the code of the latest error that occured while using this module object www yoctopuce com 161 19 High level API Reference module gt get_firmwareRelease module gt firmwareRelease Returns the version of the firmware embedded in the module function get_firmwareRelease function get_firmwareRelease function get_firmwareRelease string get_firmwareRelease NSString firmwareRelease function get_firmwareRelease string function get_firmwareRelease As String string get_firmwareRelease String get_firmwareRelease def get_firmwareRelease YModule target get_firmwareR
262. t_signalUnit String get_signalUnit def get_signalUnit YGenericSensor target get_signalUnit Returns a string corresponding to the measuring unit of the electrical signal used by the sensor On failure throws an exception or returns Y_STGNALUNIT_INVALID www yoctopuce com 219 19 High level API Reference genericsensor get_signalValue YGenericSensor genericsensor signalValue Returns the measured value of the electrical signal used by the sensor function get_signalValue function get_signalValue function get_signalValue double get_signalValue double signalValue function get_signalValue double v _ function get_signalValue As Double double get_signalValue double get_signalValue def get_signalValue YGenericSensor target get_signalValue Returns a floating point number corresponding to the measured value of the electrical signal used by the sensor On failure throws an exception or returns Y_STGNALVALUE_INVALID 220 www yoctopuce com 19 High level API Reference genericsensor get_unit genericsensor unit Returns the measuring unit for the measured value function get_unit function get_unit function get_unit string get_unit NSString unit function get_unit string function get_unit As String string get_unit String get_unit def get_unit YGenericSensor target get_unit Returns a stri
263. teLine RegisterHub error errmsg Environment Exit 0 Console WriteLine Device list m YModule FirstModule while m null1 Congolese We meeinine Mcg ee mse rltceeNuM Dea o 4 0 ie mee oee weem a AO m m nextModule 12 5 Error handling When you implement a program which must interact with USB modules you cannot disregard error handling Inevitably there will be a time when a user will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to i1sOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below 74 www yoctopuce com 12 Using Yocto 4 20mA Rx with C The method recommended by most programming langua
264. teger int get_luminosity int get_luminosity def get_luminosity YModule target get_luminosity Returns an integer corresponding to the luminosity of the module informative leds from 0 to 100 On failure throws an exception or returns Y_LUMINOSITY_INVALID www yoctopuce com 167 19 High level API Reference module gt get_persistentSettings YModule module gt persistentSettings Returns the current state of persistent module settings function get_persistentSettings function get_persistentSettings function get_persistentSettings Y_PERSISTENTSETTINGS_ enum get_persistentSettings Y_PERSISTENTSETTINGS_ enum persistentSettings pas _ function get_persistentSettings Integer v _ function get_persistentSettings As Integer int get_persistentSettings int get_persistentSettings def get_persistentSettings YModule target get_persistentSettings Returns a value among Y_PERSISTENTSETTINGS_LOADED Y_PERSISTENTSETTINGS_SAVED and Y_PERSISTENTSETTINGS_MODIFIED corresponding to the current state of persistent module settings On failure throws an exception or returns Y_PERSISTENTSETTINGS_INVALID 168 www yoctopuce com 19 High level API Reference module gt get_productld module gt productld Returns the USB device identifier of the module function get_productld function get_productld function get_productld int get_produc
265. that identifies the function ex temperaturel 246 www yoctopuce com 19 High level API Reference dataset get_hardwareld YDataSet dataset hardwareld Returns the unique hardware identifier of the function who performed the measures in the form SERIAL FUNCTIONID function get_hardwareld function get_hardwareld function get_hardwareld string get_hardwareld NSString hardwareld function get_hardwareld string function get_hardwareld As String string get_hardwareld String get_hardwareld def get_hardwareld The unique hardware identifier is composed of the device serial number and of the hardware identifier of the function for example THRMCPL1 123456 temperaturel1 Returns a string that uniquely identifies the function ex THRMCPL1 123456 temperaturel On failure throws an exception or returns Y_HARDWAREID_INVALID www yoctopuce com 247 19 High level API Reference dataset get_measures YDataSet dataset measures Returns all measured values currently available for this DataSet as a list of YMeasure objects function get_measures function get_measures function get_measures vector lt YMeasure gt get_measures NSMutableArray measures function get_measures TYMeasureArray function get_measures As List List lt YMeasure gt get_measures ArrayList lt YMeasure gt get_measures def get_measures Each item in
266. the correction points refValues array of floating point numbers corresponding to the corrected 198 www yoctopuce com 19 High level API Reference genericsensor describe YGenericSensor Returns a short text that describes the generic sensor in the form TYPE NAME SERIAL FUNCTIONID function describe function describe function describe string describe NSString describe function describe string function describe As String string describe String describe def describe More precisely TYPE is the type of the function NAME it the name used for the first access to the function SERIAL is the serial number of the module if the module is connected or unresolved and FUNCTIONID is the hardware identifier of the function if the module is connected For example this method returns Relay MyCustomName relayl RELAYLO1 123456 relayl if the module is already connected or Relay BadCustomeName relayl unresolved if the module has not yet been connected This method does not trigger any USB or TCP transaction and can therefore be used in a debugger Returns a string that describes the generic sensor ex Relay MyCustomName relayl RELAYLO1 123456 relayl www yoctopuce com 199 19 High level API Reference genericsensor get_advertisedValue YGenericSensor genericsensor advertisedValu
267. the URL parameter should look like http username password adresse port You can call RegisterHub several times to connect to several machines Parameters url a string containing either usb callback or the root URL of the hub to monitor errmsg a string passed by reference to receive any error message Returns YAPI SUCCESS when the call succeeds On failure throws an exception or returns a negative error code 138 www yoctopuce com 19 High level API Reference YAPI RegisterHubDiscoveryCallback YAPI yRegisterHubDiscoveryCallback Register a callback function to be called each time a network hub or a VirtualHub is detected on the local network void RegisterHubDiscoveryCallback NewHubCallback callback Parameters callback a procedure taking a two string as parameter or null www yoctopuce com 139 19 High level API Reference YAPI RegisterLogFunction YAPI yRegisterLogFunction Registers a log callback function void yRegisterLogFunction yLogFunction logfun void yRegisterLogFunction yLogCallback logfun procedure yRegisterLogFunction logfun yLogFunc procedure yRegisterLogFunction ByVal logfun As yLogFunc cs void RegisterLogFunction yLogFunc logfun java _ void RegisterLogFunction LogCallback logfun def RegisterLogFunction logfun This callback will be called each time the API have something to say Quite usefull to debug the API Parameter
268. the YModule object for the device on which the function is located asynchronous version genericsensor get_recordedData startTime endTime Retrieves a DataSet object holding historical data for this sensor for a specified time interval genericsensor get_reportFrequency Returns the timed value notification frequency or OFF if timed value notifications are disabled for this function genericsensor get_resolution Returns the resolution of the measured values genericsensor get_signalRange Returns the electric signal range used by the sensor genericsensor get_signalUnit Returns the measuring unit of the electrical signal used by the sensor genericsensor get_signalValue Returns the measured value of the electrical signal used by the sensor genericsensor get_unit Returns the measuring unit for the measured value genericsensor get_userData Returns the value of the userData attribute as previously stored using method set_userData genericsensor get_valueRange Returns the physical value range measured by the sensor genericsensor isOnline Checks if the generic sensor is currently reachable without raising any error genericsensor isOnline_async callback context Checks if the generic sensor is currently reachable without raising any error asynchronous version genericsensor load msValidity Preloads the generic sensor cache with a specified validity duration genericsensor
269. the outside are blocked Seeing Internet without being seen provides an enormous security advantage However this signifies that you cannot a priori set up your own web server at home to control a home automation installation from the outside A solution to this problem advised by numerous home automation system dealers consists in providing outside visibility to your home automation server itself by adding a routing rule in the NAT configuration of the DSL router The issue of this solution is that it exposes the home automation server to external attacks The HTTP callback API solves this issue without having to modify the DSL router configuration The module control script is located on an external site and it is the VirtualHub which is in charge of calling it a regular intervals yoctocontrol php The HTTP callback API uses the VirtualHub which initiates the requests Configuration The callback API thus uses the VirtualHub as a gateway All the communications are initiated by the VirtualHub They are thus outgoing communications and therefore perfectly authorized by the DSL router You must configure the VirtualHub so that it calls the PHP script on a regular basis To do so 1 Launch a VirtualHub 2 Access its interface usually 127 0 0 1 4444 3 Click on the configure button of the line corresponding to the Virtua Hub itself 4 Click on the edit button of the Outgoing callbacks section Serial Logic
270. the types of arguments and return values for a given language refer to the definition file for this language yocto api as well as the other yocto_ files that define the function interfaces For languages which support exceptions all of these functions throw exceptions in case of error by default rather than returning the documented error value for each function This is by design to facilitate debugging It is however possible to disable the use of exceptions using the yDisableExceptions function in case you prefer to work with functions that return error values This chapter does not repeat the programming concepts described earlier in order to stay as concise as possible In case of doubt do not hesitate to go back to the chapter describing in details all configurable attributes www yoctopuce com 123 19 High level API Reference 19 1 General functions These general functions should be used to initialize and configure the Yoctopuce library In most cases a simple call to function yRegisterHub should be enough The module specific functions yFind or yFirst should then be used to retrieve an object that provides interaction with the module In order to use the functions described here you should include lt script type text javascript src yocto_api js gt lt script gt var yoctolib require yoctolib var YAPI yoctolib YAPI var YModule yoctolib YModule require_once yoct
271. the whole data stream from the device if not yet done which can cause a little delay Returns an unsigned number corresponding to the number of columns On failure throws an exception or returns zero www yoctopuce com 265 19 High level API Reference datastream get_columnNames YDataStream datastream columnNames Returns the title or meaning of each data column present in this stream function get_columnNames function get_columnNames function get_columnNames vector lt string gt get_columnNames_ NSMutableArray columnNames function get_columnNames TStringArray _ vo function get_columnNamesg As List List lt string gt get_columnNames ArrayList lt String gt get_columnNames def get_columnNames In most case the title of the data column is the hardware identifier of the sensor that produced the data For streams recorded at a lower recording rate the dataLogger stores the min average and max value during each measure interval into three columns with suffixes _min avg and _max respectively If the device uses a firmware older than version 13000 this method fetches the whole data stream from the device if not yet done which can cause a little delay Returns a list containing as many strings as there are columns in the data stream On failure throws an exception or returns an empty array 266 www yoctopuce com 19 High level API Reference data
272. tion get_startTimeUTC function get_startTimeUTC function get_startTimeUTC s64 get_startTimeUTC s64 startTimeUTC function get_startTimeUTC int64 function get_startTimeUTC As Long long get_startTimeUTC long get_startTimeUTC def get_startTimeUTC When the YDataSet is created the start time is the value passed in parameter to the get_dataSet function After the very first call to LoadMore the start time is updated to reflect the timestamp of the first measure actually found in the dataLogger within the specified range Returns an unsigned number corresponding to the number of seconds between the Jan 1 1970 and the beginning of this data set i e Unix time representation of the absolute time www yoctopuce com 251 19 High level API Reference dataset get_summary dataset gt summary Returns an YMeasure object which summarizes the whole DataSet function get_summary kodes function get_summary php function get_summary YMeasure get_summary YMeasure summary function get_summary TYMeasure function get_summary As YMeasure YMeasure get_summary YMeasure get_summary def get_summary YDataSet In includes the following information the start of a time interval the end of a time interval the minimal value observed during the time interval the average value observed during the time interval the maximal value observed dur
273. tld int productld function get_productld LongInt function get_productld As Integer int get_productld int get_productld def get_productld YModule target get_productld Returns an integer corresponding to the USB device identifier of the module On failure throws an exception or returns Y_PRODUCTID_INVALID YModule www yoctopuce com 169 19 High level API Reference module get_productName module gt productName Returns the commercial name of the module as set by the factory function get_productName function get_productName function get_productName string get_productName NSString productName function get_productName string function get_productName As String string get_productName String get_productName def get_productName YModule target get_productName Returns a string corresponding to the commercial name of the module as set by the factory On failure throws an exception or returns Y_PRODUCTNAME_INVALID YModule 170 www yoctopuce com 19 High level API Reference module get_productRelease module gt productRelease Returns the hardware release version of the module function get_productRelease function get_productRelease function get_productRelease int get_productRelease int productRelease function get_productRelease LongInt function get_productRelease As Integer int get
274. tly equivalent as long as MyFunction is defined only once to avoid any ambiguity YGenericSensor RX420MA1 123456 genericSensorl describe YGenericSensor RX420MA1 123456 MyFunction describe YGenericSensor MyModule genericSensorl describe YGenericSensor MyModule MyFunction describe YGenericSensor MyFunction describe To work on all the GenericSensor functions at the same time use the all target YGenericSensor all describe For more details on the possibilities of the YGenericSensor executable use YGenericSensor help 6 4 Control of the module part Each module can be controlled in a similar way with the help of the YModule executable For example to obtain the list of all the connected modules use YModule inventory 28 www yoctopuce com 6 Using the Yocto 4 20mA Rx in command line You can also use the following command to obtain an even more detailed list of the connected modules YModule all describe Each xxx property of the module can be obtained thanks to a command of the get_xxxx type and the properties which are not read only can be modified with the set_xxx command For example YModule RX420MA1 12346 set_logicalName MonPremierModule YModule RX420MA1 12346 get_logicalName Changing the settings of the module When you want to change the settings of a module simply use the corresponding set xxx command However this change happens only in the module RAM if the module restarts the change
275. to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get _state method returns a Y STATE INVALID value a get _currentValue method returns a Y CURRENTVALUE INVALID value and so on In any case the returned value is of the expected type and is not a null pointer which would risk crashing your program At worst if you display the value without testing it it will be outside the expected bounds for the returned value In the case of functions which do not normally return information the return value is YAPI_ SUCCESS if everything went well and a different error code in case of failure When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from the object which returned the error calling the errType and errMessage methods Their returned values contain the same information as in the exceptions when they are active 82 www yoctopuce com 14 Using the Yocto 4 20mA Rx with Python Python is an interpreted object oriented language developed by Guido van Rossum Among its advantages is the fact that it is free and the fact that it is available for most platfor
276. udes the start of a time interval the end of a time interval the minimal value observed during the time interval the average value observed during the time interval the maximal value observed during the time interval This preview is available as soon as loadMore has been called for the first time Returns a table of records where each record depicts the measured values during a time interval On failure throws an exception or returns an empty array www yoctopuce com 249 19 High level API Reference dataset get_progress YDataSet dataset progress Returns the progress of the downloads of the measures from the data logger on a scale from 0 to 100 function get_progress function get_progress function get_progress cpp int get_progress int progress pas_ function get_progress LongInt v function get_progress As Integer lt s int get_progress java int get_progress def get_progress When the object is instanciated by get_dataSet the progress is zero Each time loadMore is invoked the progress is updated to reach the value 100 only once all measures have been loaded Returns an integer in the range 0 to 100 percentage of completion 250 www yoctopuce com 19 High level API Reference dataset get_startTimeUTC YDataSet dataset startTimeUTC Returns the start time of the dataset relative to the Jan 1 1970 func
277. ur code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Otherwise the exception makes your program crash bang As this latest situation is not the most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get state method returns a Y STATE INVALID value a get _currentValue method returns a Y CURRENTVALUE INVALID value and so on In any case the returned value is of the expected type and is not a null pointer which would risk crashing your program At worst if you display the value without testing it it will be outside the expected www yoctopuce com 47 8 Using Yocto 4 20mA Rx with PHP bounds for the returned value In the case of functions which do not normally return information the return value is YAPI S
278. ure itself signalValue Current value of the electrical signal generated by the sensor as a floating point number signalUnit Short character string representing the measuring unit of the electrical signal used by the sensor signalRange Electric signal range used by the sensor valueRange Physical value range measured by the sensor used to convert the signal 5 5 DataLogger function interface Yoctopuce sensors include a non volatile memory capable of storing ongoing measured data automatically without requiring a permanent connection to a computer The DataLogger function controls the global parameters of the internal data logger www yoctopuce com 21 5 Programming general concepts logicalName Character string containing the logical name of the data logger initially empty This attribute can be modified at will by the user Once initialized to an non empty value it can be used to access the data logger directly If two data loggers with the same logical name are used in the same project there is no way to determine which one answers when one tries accessing by logical name The logical name is limited to 19 characters among A Z a z 0 9 and advertisedValue Short character string summarizing the current state of the data logger that is automatically advertised up to the parent hub For a data logger the advertised value is its recording state ON or OFF currentRunIndex Current run number correspo
279. vb yocto_api cs import com yoctopuce YoctoAPI YModule from yocto_api import YDataStream methods datastream get_averageValue Returns the average of all measures observed within this stream datastream get_columnCount Returns the number of data columns present in this stream datastream get_columnNames Returns the title or meaning of each data column present in this stream datastream get_data row col Returns a single measure from the data stream specified by its row and column index datastream get_dataRows Returns the whole data set contained in the stream as a bidimensional table of numbers datastream get_dataSamplesintervalMs Returns the number of milliseconds between two consecutive rows of this data stream datastream get_duration Returns the approximate duration of this stream in seconds datastream get_maxValue Returns the largest measure observed within this stream datastream get_minValue Returns the smallest measure observed within this stream datastream get_rowCount Returns the number of data rows present in this stream datastream get_runIndex Returns the run index of the data stream datastream get_startTime Returns the relative start time of the data stream measured in seconds datastream get_startTimeUTC 262 www yoctopuce com 19 High level API Reference Returns the start time of the data stream relative to the Jan 1 1970 www yoct
280. veToFlash method of the module if the modification must be kept Parameters newval a string corresponding to the logical name of the generic sensor Returns YAPI_SUCCESS if the call succeeds On failure throws an exception or returns a negative error code 234 www yoctopuce com 19 High level API Reference genericsensor set_lowestValue genericsensor setLowestValue Changes the recorded minimal value observed function set_lowestValue newval function set_lowestValue newval function set_lowestValue newval int set_lowestValue double newval int setLowestValue double newval function set_lowestValue newval double integer function set_lowestValue ByVal newval As Double As Integer int set_lowestValue double newval int set_lowestValue double newval def set_lowestValue newval YGenericSensor target set_lowestValue newval Parameters newval a floating point number corresponding to the recorded minimal value observed Returns YAPI_ SUCCESS if the call succeeds On failure throws an exception or returns a negative error code YGenericSensor www yoctopuce com 235 19 High level API Reference genericsensor set_reportFrequency YGenericSensor genericsensor setReportFrequency Changes the timed value notification frequency for this function function set_reportFrequency newval function set_reportFrequency newval function set_reportFrequency
281. void blocking the Javascript virtual machine Parameters callback callback function that is invoked when the result is known The callback function receives three arguments the caller specific context object the receiving function object and the boolean result context caller specific object that is passed as is to the callback function Returns nothing the result is provided to the callback www yoctopuce com 225 19 High level API Reference genericsensor load Preloads the generic sensor cache with a specified validity duration is__ function load msValidity node js function load msValidity php function load msValidity YRETCODE load int msValidity YRETCODE load int msValidity function load msValidity integer YRETCODE function load ByVal msValidity As Integer As YRETCODE YRETCODE load int msValidity int load long msValidity def load msValidity YGenericSensor By default whenever accessing a device all function attributes are kept in cache for the standard duration 5 ms This method can be used to temporarily mark the cache as valid for a longer period in order to reduce network trafic for instance Parameters msValidity an integer corresponding to the validity attributed to the loaded function parameters in milliseconds Returns YAPI_SUCCESS when the call succeeds On failure throws an exception or returns a negative error code
282. will have unplugged the device either before running the software or even while the software is running The Yoctopuce library is designed to help you support this kind of behavior but your code must nevertheless be conceived to interpret in the best possible way the errors indicated by the library The simplest way to work around the problem is the one used in the short examples provided in this chapter before accessing a module check that it is online with the isOnline function and then hope that it will stay so during the fraction of a second necessary for the following code lines to run This method is not perfect but it can be sufficient in some cases You must however be aware that you cannot completely exclude an error which would occur after the call to isOnline and which could crash the software The only way to prevent this is to implement one of the two error handling techniques described below The method recommended by most programming languages for unpredictable error handling is the use of exceptions By default it is the behavior of the Yoctopuce library If an error happens while you try to access a module the library throws an exception In this case there are three possibilities e If your code catches the exception and handles it everything goes well e If your program is running in debug mode you can relatively easily determine where the problem happened and view the explanatory message linked to the exception e Other
283. wise the exception makes your program crash bang As this latest situation is not the most desirable the Yoctopuce library offers another possibility for error handling allowing you to create a robust program without needing to catch exceptions at every line of code You simply need to call the yDisableExceptions function to commute the library to a mode where exceptions for all the functions are systematically replaced by specific return values which can be tested by the caller when necessary For each function the name of each return value in case of error is systematically documented in the library reference The name always follows the same logic a get _state method returns a Y STATE INVALID value a get _currentValue method returns a Y CURRENTVALUE INVALID value and so on In any case the returned value is of the expected type and is not a null pointer which would risk crashing 36 www yoctopuce com 7 Using Yocto 4 20mA Rx with Javascript your program At worst if you display the value without testing it it will be outside the expected bounds for the returned value In the case of functions which do not normally return information the return value is YAPI SUCCESS if everything went well and a different error code in case of failure When you work without exceptions you can obtain an error code and an error message explaining the source of the error You can request them from th
284. wn as on line Returns an instance of YModule www yoctopuce com 213 19 High level API Reference genericsensor get_module_async YGenericSensor genericsensor module_async Gets the YModule object for the device on which the function is located asynchronous version function get_module_async callback context function get_module_async callback context If the function cannot be located on any module the returned YModule object does not show as on line This asynchronous version exists only in Javascript It uses a callback instead of a return value in order to avoid blocking Firefox javascript VM that does not implement context switching during blocking I O calls See the documentation section on asynchronous Javascript calls for more details Parameters callback callback function that is invoked when the result is known The callback function receives three arguments the caller specific context object the receiving function object and the requested YModule object context caller specific object that is passed as is to the callback function Returns nothing the result is provided to the callback 214 www yoctopuce com 19 High level API Reference genericsensor get_recordedData YGenericSensor genericsensor recordedData Retrieves a DataSet object holding historical data for this sensor for a specified time interval function get_recordedData startTime endTim
285. wname usage argv 0 module logicalName newname module saveToFlash NSLog Current name n module logicalName merser NSLog not connected check identification and USB cable n serial or nane return 0 Warning the number of write cycles of the nonvolatile memory of the module is limited When this limit is reached nothing guaranties that the saving process is performed correctly This limit linked to the technology employed by the module micro processor is located at about 100000 cycles In short you can use the saveToF lash function only 100000 times in the life of the module Make sure you do not call this function within a loop 60 www yoctopuce com 10 Using Yocto 4 20mA Rx with Objective C Listing the modules Obtaining the list of the connected modules is performed with the yFirstModule function which returns the first module found Then you only need to call the nextModule function of this object to find the following modules and this as long as the returned value is not NULL Below a short example listing the connected modules import lt Foundation Foundation h gt import yocto api h int Wain Vink cheer Const char argy NSError error autoreleasepool Setup the API to use local USB devices if yRegisterHub usb amp error YAPT SUCCESS NSLog RegisterHub error n error localizedDescription return 1 NSLog Device lis
286. y USB using a native access If another command which accesses the modules natively is already running this does not work But if you run a Virtual Hub and you give your command in the form YModule lt 1 127 0 0 1 inventory it works because the command is not executed natively anymore but through the Virtual Hub Note that the Virtual Hub counts as a native application 3 http www yoctopuce com EN virtualhub php www yoctopuce com 29 30 www yoctopuce com 7 Using Yocto 4 20mA Rx with Javascript Javascript is probably not the first language that comes to mind to control hardware but its ease of use is a great advantage with Javascript you only need a text editor and a web browser to realize your first tests At the time of writing the Javascript library functions with any recent browser except Opera It is likely that Opera will end up working with the Yoctopuce library one of these days but it is not the case right now Javascript is one of those languages which do not allow you to directly access the hardware layers of your computer Therefore you need to run the Yoctopuce TCP IP to USB gateway named VirtualHub on the machine on which your modules are connected 7 1 Getting ready Go to the Yoctopuce web site and download the following items e The Javascript programming library e The VirtualHub software for Windows Mac OS X or Linux depending on your OS Decompress the library files in a folde
287. y measured by the Yocto 4 20mA Rx The value returned is a floating number converted to the physical value measured by the 4 20mA sensor 98 www yoctopuce com 16 Using the Yocto 4 20mA Rx with Android A real example Launch you Java environment and open the corresponding sample project provided in the directory Examples Doc Examples of the Yoctopuce library In this example you can recognize the functions explained above but this time used with all the side materials needed to make it work nicely as a small demo package com yoctopuce doc_examples import android app Activity import android os Bundle import android os Handler import android view View import android widget AdapterView import android widget AdapterView OnItemSelectedListener import android widget ArrayAdapter import android widget Spinner import android widget TextView import com yoctopuce YoctoAPI YAPI import com yoctopuce YoctoAPI YAPI Exception import com yoctopuce YoctoAPI YGenericSensor import com yoctopuce YoctoAPI YModule public class GettingStarted Yocto 4 20mA Rx extends Activity implements OnItemSelectedListener private ArrayAdapter lt String gt aa private string seriali muon private Handler handler null private TextView mChannellField mChannel2Field Override public void onCreate Bundle savedInstanceState super onCreate savedInstanceState setContentView R layout gettingstarted_
288. yocto 4 20ma_rx Spinner my spin Spinner findViewById R id spinnerl Tynes Pans ob Oniquemocike owe dinnusiwemec tiniest aa new ArrayAdapter lt String gt this android R layout simple spinner item aa setDropDownViewResource android R layout simple spinner dropdown_item my spin setAdapter aa handler new Handler mChannellField TextView findViewById R id channellfield mChannel2Field TextView findViewById R id channel2field Override protected void onStart S per OnStar ci ery 4 aa clear YAPI EnableUSBHost this YAPI RegisterHub usb YModule module YModule FirstModule while module null if module get_productName equals Yocto 4 20mA Rx String serial module get_serialNumber aa add serial module module nextModule Catch YAPT Exception e printStackTrace aa notifyDataSetChanged handler postDelayed r 500 Override protected void onStop www yoctopuce com 99 16 Using the Yocto 4 20mA Rx with Android super onStop handler removeCallbacks r YAPI FreeAPI Override public void onItemSelected AdapterView lt gt parent View view int pos long id serial parent getItemAtPosition pos toString Override public void onNothingSelected AdapterView lt gt arg0 final Runnable r new Runnable Dubie vord aUn if serial null YGener
289. you need to be registered as Apple developer to be able to download XCode 4 2 The Yoctopuce library is ARC compatible You can therefore implement your projects either using the traditional retain release method or using the Automatic Reference Counting Yoctopuce Objective C libraries are integrally provided as source files A section of the low level library is written in pure C but you should not need to interact directly with it everything was done to ensure the simplest possible interaction from Objective C You will soon notice that the Objective C API defines many functions which return objects You do not need to deallocate these objects yourself the API does it automatically at the end of the application In order to keep them simple all the examples provided in this documentation are console applications Naturally the libraries function in a strictly identical manner if you integrate them in an application with a graphical interface You can find on Yoctopuce blog a detailed example with video shots showing how to integrate the library into your projects 10 1 Control of the GenericSensor function Launch Xcode 4 2 and open the corresponding sample project provided in the directory Examples Doc GettingStarted Yocto 4 20mA Rx of the Yoctopuce library import lt Foundation Foundation h gt import yocto_api h import yocto_genericsensor h static void usage void NSLog usage demo lt serial_ number gt
Download Pdf Manuals
Related Search
Related Contents
Instalação MATRIX PRO GS OM, Automower, Auto Mower, 2001-04 Istruzioni d’uso personne morale CMS Mobility Inc dba Summit DME 12919 Southwest )NSTRUCCIONES EUROTOP 421 A EUROTOP 461 A Omega Engineering OMB-DAQTEMP Series User's Manual Pocket A3 Technical Manual - Bio Copyright © All rights reserved.
Failed to retrieve file