I2C_STOP
Purpose Special command to generate  a I2C STOP bit out of the PLC's I2C port (requires I2C-FRTC module to be installed). 
Examples   DM[5]= 12: DM[6]= 34 : DM[7]= 56
  I2C_WRITE &H60,5,3
  I2C_STOP
Comments Since I2C_WRITE command does not automatically generate the STOP bit, this command is used to end a I2C communication started by a I2C_WRITE command.
See Also I2C_READ, I2C_WRITE

Note:

1. This command is applicable only to Nano-10 and FMD PLC models with firmware >=r74 and I2C interface.
2. This command is ignored by i-TRiLOGI simulator.

  backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual