User Tools

Site Tools


Sidebar

Home



G-Code


About

  Order of execution
  Parameters

G-Codes

M-Codes

Other Codes

O-Words

Comments

Functions

  abs[]
  acos[]
  active[]
  and[]
  asin[]
  atan2[]
  atan[]
  bin[]
  ceil[]
  chr[]
  cos[]
  datetime[]
  day[]
  dec[]
  defnz[]
  def[]
  deg2rad[]
  exists[]
  exp10[]
  exp2[]
  expr[][]
  exp[]
  e[]
  fix[]
  floor[]
  froms16[]
  froms32[]
  fromu16[]
  fromu32[]
  fup[]
  hex[]
  hour[]
  inc[]
  land[]
  lnand[]
  lnor[]
  lnot[]
  log10[]
  log2[]
  log[]
  lor[]
  lxnor[]
  lxor[]
  max3[]
  max[]
  millisec[]
  min3[]
  minute[]
  min[]
  mmtounit[]
  month[]
  nand[]
  nan[]
  nop[][]
  nor[]
  notexists[]
  not[]
  or[]
  pi[]
  pow[]
  rad2deg[]
  rand[]
  rounddec[]
  roundup[]
  round[]
  s16[]
  s32[]
  s8[]
  second[]
  shl[]
  shr[]
  sin[]
  sqrt[]
  sqr[]
  tan[]
  tomachine[]
  tos16[]
  tos32[]
  tou16[]
  tou32[]
  towork[]
  trunc[]
  u16[]
  u32[]
  u8[]
  unittomm[]
  xnor[]
  xor[]
  year[]

Operators

Macros

gcode:functions:func-millisec

millisec[]

Converts time point datetime to millisecond.

Syntax

millisec[dt]

Parameters

dt Value representing time point.
Return Value Millisecond of time point value dt.

Examples

#<dt> = datetime[]
 
#<result> = year[#<dt>]
(print,#<result>)
 
#<result> = month[#<dt>]
(print,#<result>)
 
#<result> = day[#<dt>]
(print,#<result>)
 
#<result> = hour[#<dt>]
(print,#<result>)
 
#<result> = minute[#<dt>]
(print,#<result>)
 
#<result> = second[#<dt>]
(print,#<result>)
 
#<result> = millisec[#<dt>]
(print,#<result>)

result:

2023
1
20
20
28
8
978

See also

gcode/functions/func-millisec.txt · Last modified: 2023/01/27 10:49 by 127.0.0.1

Page Tools