Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Hi there,
I am trying to set up some simulation tags to do some testing on software we are writing. I have a series of INT values that I need to write, (one every minute) but I need the simulation to start at midnight... so that is when I want the first value in the chain to be written.
I have set up a USER (6000,......) tag, but the value starts when I created the tag, and I can't find any way to start it at a specific time. Is that possible?
Solved! Go to Solution.
The simulated data function included with each driver does not allow for a timed start. The simulated data function is a manual process that requires going into the device properties and toggling the enable data collection option. Your inquiry mentions controlling Wites and have them occur at a certain time. This functionality should be done within the Client Application. Kepware does have the ability to control when poll requests are made to devices with the use of "Scheduler Plug-in. The scheduler can be used to control when a device is polled but cannot perform writes like a client application. Here is a link to scheduler manual:
Scheduler Plug-In Help (ptc.com)
Thanks,
*Chris
The simulated data function included with each driver does not allow for a timed start. The simulated data function is a manual process that requires going into the device properties and toggling the enable data collection option. Your inquiry mentions controlling Wites and have them occur at a certain time. This functionality should be done within the Client Application. Kepware does have the ability to control when poll requests are made to devices with the use of "Scheduler Plug-in. The scheduler can be used to control when a device is polled but cannot perform writes like a client application. Here is a link to scheduler manual:
Scheduler Plug-In Help (ptc.com)
Thanks,
*Chris