ISaGRAF stamp time!

E

Thread Starter

Eng_Hassan

Hello All,

i have system with very speed events. i want to get the stamp time of this events. How can i get stamp time in millisecond using ISaGRAF? and how can i send it through MODBUS?

Thanks for your time;
Eng.Hassan
 
Which version of ISaGRAF are you using? Whose hardware or which runtime (Linux, Win32, etc)? How are you recording your events?
 
E
Hello Sir,

I use ISaGRAF V3.32 and win32. when event occurs, i get system time. How can i transfere time through Modbus?

Thanks for your time,
Hassan
 
I've seen date/time sent throught modbus as two 32bit integers. One integer for date, as days since Jan 1, 1970 (or 1900), and one for time, as milliseconds since midnight.
 
I
In Isagraf Enhanced there is a function block now(). With this block you can obtain the current date and time.
 
Top