Hello.
I am trying to write 4 separate analog values to 4 separate 16 bit registers in a GE relay following a user hitting a button on a dashboard. It is to drive virtual inputs which will toggle a contact output. Wondering what the best way to do this is.
GE description of how to force virtual inputs:
For forcing Virtual Inputs, a message with 4 indivisible records must be written at address 0xF430, so that each bit
corresponds to a Virtual Input. Values are not correct if the first 4 records are not written in the same message. The
first 32 are LATCHED (internally stored in flash memory), and the last 32 are SELF-RST (activated to 1 and
deactivated in the next pass by the PLC).
F001 = UNSIGNED INT 16 BIT (BITMASK)
Hello.
I am trying to write 4 separate analog values to 4 separate 16 bit registers in a GE relay following a user hitting a button on a dashboard. It is to drive virtual inputs which will toggle a contact output. Wondering what the best way to do this is.
GE description of how to force virtual inputs:
For forcing Virtual Inputs, a message with 4 indivisible records must be written at address 0xF430, so that each bit
corresponds to a Virtual Input. Values are not correct if the first 4 records are not written in the same message. The
first 32 are LATCHED (internally stored in flash memory), and the last 32 are SELF-RST (activated to 1 and
deactivated in the next pass by the PLC).
F001 = UNSIGNED INT 16 BIT (BITMASK)
