Skip to content

Hilscher

Hilscher - CifXRead

Reads a value of given type from Hilscher device.

IN

Name Type Description
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
OutValue T The read value
Error ErrorState Gets the execution error message

Hilscher - CifXWrite

Write value of given type to Hilscher device.

IN

Name Type Description
InValue T The value to write
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Hilscher - CifXReadBool

Read value of given type from Hilscher device

IN

Name Type Description
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Bool The read value
Error ErrorState Gets the execution error message

Hilscher - CifXReadInt16

Read value of given type from Hilscher device

IN

Name Type Description
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Int16 The read value
Error ErrorState Gets the execution error message

Hilscher - CifXReadInt

Read value of given type from Hilscher device

IN

Name Type Description
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Int The read value
Error ErrorState Gets the execution error message

Hilscher - CifXReadInt64

Read value of given type from Hilscher device

IN

Name Type Description
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Int64 The read value
Error ErrorState Gets the execution error message

Hilscher - CifXReadFloat

Read value of given type from Hilscher device

IN

Name Type Description
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Float The read value
Error ErrorState Gets the execution error message

Hilscher - CifXReadDouble

Read value of given type from Hilscher device

IN

Name Type Description
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Value Double The read value
Error ErrorState Gets the execution error message

Hilscher - CifXWriteBool

Write value of given type to Hilscher device

IN

Name Type Description
Value Bool The value to write
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Hilscher - CifXWriteInt16

Write value of given type to Hilscher device

IN

Name Type Description
Value Int16 The value to write
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Hilscher - CifXWriteInt

Write value of given type to Hilscher device

IN

Name Type Description
Value Int The value to write
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Hilscher - CifXWriteInt64

Write value of given type to Hilscher device

IN

Name Type Description
Value Int64 The value to write
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Hilscher - CifXWriteFloat

Write value of given type to Hilscher device

IN

Name Type Description
Value Float The value to write
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message

Hilscher - CifXWriteDouble

Write value of given type to Hilscher device

IN

Name Type Description
Value Double The value to write
Channel Int The device's channel
AreaNumber Int Address value.
Offset Int Address offset.
Endianness Enum < EndiannessTypes > Data endianess.
InCard DynamicEnum DynamicEnum
Name String Set the tool's name
Enable Bool Sets if current tool is enabled or not

OUT

Name Type Description
Error ErrorState Gets the execution error message