Write channel data and parameter in dbStore.
code = dbsWrite( dbs_des, channel_number, param_struct, data_array, ...)
Opened dbStore's descriptor id
Channel number
Struct array of channel's parameter
the sruct fields are Pname(char),Pvalue(char),Ptype(numeric). Describe it with 'struct([])' when there are not parameter to register. This uses the data name which you applied for to LABCOM.
Data array of channel.
Describe it with 'int16([])' when there are not data to register.
Verbose operation.
The data type of channel data
'image_type' has the next kind.
When you do not give this option, it is decided from a model of data_array.
Number of the frames
If you want to use frame constitution.
Result code, 0 is success, other is error.
Write channel data and parameter in dbStore.
バージョン | 記述 |
20.0.0 | Initial release. |