« Back to Product

Documentation

S7_RequestRead

 boolean S7_RequestRead (int $InstanceID) 

Parameters

InstanceID

ID of the device to be switched

Returns

If the command succeeds, it returns TRUE, otherwise FALSE.

Description

Re-reads the device with ID InstanceID.

As soon as the function has been executed, the new values can be called up in the status variables.

Example

// Read device
S7_RequestRead(12345);
Any questions?