beremiz
Clone
Summary
Browse
Changes
Graph
disallow setting IEC location addresses for TIME, DATE, DT and TOD variables
2017-06-01, Andrey Skvortsov
85fdcc04da25
disallow setting IEC location addresses for TIME, DATE, DT and TOD variables
Size of these types is not defined and depends on the implementation
(IEC 61131-3 2.3.1).
These classes are intended for use server-side.
e.g. in a django view.py :
from pyjs.jsonrpc.django import JSONService, jsonremote
jsonservice = JSONRPCService()
@jsonremote(jsonservice)
def test(request, echo_param):
return "echoing the param back: %s" % echo_param