1. Notepas

    VijeoDesigner 6.2 modbus IP reading script error

    Hello, I am using VijeoDesigner 6.2 SP10. I try to read Modbus IP using this script: int [] data = ModbusEquipment01.getProperty( "Con_IPAddress" ); for( int i = 0; i < data.length; i++ ) { IP.IPaddr.write( data ); } and I get this error: Error S8037: [Switch05- Script] [Line:3] Type...
Top