SIEMENS AG PRODAVE S7
Toolbox for Data Link PGs/PCs to SIMATIC S7
45
as200_a_field_write
as200_m_field_write
as200_sm_field_write
as200_vs_field_write
The functions as200_X_field_write write "amount" of bytes from the specified
storage area to the PLC starting from "no".
If there were no errors, the function supplies a 0 as the return value, otherwise
an error number which can be evaluated in accordance with the error table (see
error_message).
C-Adapter
int as200_a_field_write (int no,int amount,void* buffer);
int as200_m_field_write (int no,int amount,void* buffer);
int as200_sm_field_write (int no,int amount,void* buffer);
C-Adapter (mini)
int as200_vs_field_write (int no,int amount,void* buffer);