And I'm also sure the information I need is in the manual (which I have read but not fully comprehended yet - when is the
CTRIO for Dummies book coming out?

), but I haven't been able to find what I need.
I'm working on an update for a system I programmed a couple years ago. The system is on a vehicle (farm equipment, actually), and I use an encoder to tell me how far I have moved. I need things to happen at given locations, so I used the CTRIO Workbench to set the outputs of the CTRIO in "Discreet on Ch1/Fn1" mode and set single presets for a quarter second pulse at certain locations. Then the PLC just looked at those output memory locations to know when to act. That worked great for the last couple of years as there were no changes needed to the presets. Now the customer wants new features that will require these to be dynamic.
I see lots of information on how to change preset tables, but I'm only using single presets. Creating a table to do this seems a bit complex compared to changing a single word. Is there a memory location where I can just write the new value? I can't seem to find it on the memory map (unless it is called something else, which I'm not connecting to what I want).
So, am I trying to go about this the wrong way and need to just do this all with tables or did I miss something simple again?