如何将PRODAVE中如下格式的声明写成VB的格式,或哪位有完整的PRODAVE API函数声明手册?因为PLC中的数据格式与计算机内存格式不一样,所以需要调整,需要此函数,或是其他更好的方法。
void gp_to_float(void * gp, void * ieee);
float_to_gp
The function float_to_gp converts a value of the float type (IEEE-Format) to an
S7 floating point value.