Writing to C coils on Koyo PLCs

Good day all,
Problem: ‘C’ coils used in Koyo PLC’s (D250) do not allow Ignition to write to them. The coil addresses are clean, meaning the PLC is not over writing them in ladder logic anywhere. Further, the ‘Y ‘address can be written to, by opening up the SQL tag browser and checking the value box. However if you try that with a ‘C’ address, it will stay selected for a moment, then uncheck itself. Anyone have any idea what’s going on?

Thanks,

-Paul

I assume you’re using the Modbus driver here… Is there anything in the logs?

Try turning ‘WriteSingleCoilRequest’ and ‘WriteMultipleCoilsRequest’ loggers to TRACE, under System > Console > Levels, doing the write, and then exporting the logs and sending them in/posting them here.

Will do, the project is now off site, making a trip necessary, but no less important.

Did not have the time to properly solve this topic, instead went down the road of bit to word read and writes. That did get the driver and PLCs to correctly respond. Will have to leave this for another day, when one can get the hardware into the shop.

-Paul