Simulated Bit and Byte Arrays

Has anyone successfully used the ignition 8 programmable device simulator to simulate reading and writing to a bit of an integer? I have some alarms that are integers to enums that I would like to try to mock up first along with the rest of my tags – the programmable device sim does a great job of tags, except I can’t seem to write back to a bit of an int with it…anyone try anything like this? Plan b is to use a bool array memory tag for any of my enums for testing.

The simulator doesn’t accept bit writes or recognize whatever syntax you may be trying to use.

You’d have to use a scripting function to read/manipulate/write a whole new int value to the simulator tag.