Fieldcode Manual

Tip: You can use filters for better results

Fieldcode Embedded Python is a simplified code support solution for our configurable systems using the Python 2.7 syntax.

Please keep in mind that we do not provide full-blown Python support.
This implementation aims to make our customers’ lives easier by providing a familiar environment without exposing our system to potential threats.

FeatureSupportedComment
VariablesYes
Arithmetic operationsYes
ComparisonsYes
Field/index (re-)assignmentNosets, lists and dicts are immutable.
If/else statementsYes
For/while statementsYes*for/while else branches and continue/break statements are not supported.
Try/except statementsNo
Class definitionsNo
Function definitionsNo
LambdasYes
IO functionsNo
printNo
evalNo
  • Global functions and data types
    Definition of globally available functions and data types.
  • fcdatetime module
    Custom module for Date & Time manipulation, utilizing offset date times.
  • fcinterface module
    Custom module for interface-specific operations, such as HTTP requests, predefined action execution, and flow control. Available in the Interface system only.
Was this topic helpful?
0 out of 5 stars
5 Stars 0%
4 Stars 0%
3 Stars 0%
2 Stars 0%
1 Stars 0%
5
How can we further improve this topic?
Please provide the reason for your vote. This will help us improve this topic.
Navigation