Hi Ackight -
I got this information off of our external website. I think this is what you refer to in the passage above. Typecast works as follows - The 2 inputs are the 1.) input data (on the left) 2.) the resulting data type to cast it as (on the top)
It then outputs the string to write to your instrument on the right. The following passage says the same thing in a different way, it is the previously mentioned passage ->
The questions is : how do I send a hexadecimal 1Ch or 0Ah or 03h to my instrument from labview ?
Well, basically you have to typecast a numeric into a string using a string constant as a type caster input. It is important to notice that the data type of the numeric should be an 8 bit format to generate a 2 digit hexadecimal, if you wi
re a 32 bit you'll get a lot of zeros and the value, so use an Unsigned 8 bit : U8. So you create a numeric control or constant you use Decimal or Hexadecimal format whatever, then you typecast it as a string and send it using serial write.
Check out the attached vi for a graphical explanation.
hope this helps -
ben schulte
national instruments